mirror of
https://github.com/cuberite/TCLAP.git
synced 2025-09-08 03:40:21 -04:00
25 lines
475 B
Makefile
25 lines
475 B
Makefile
|
|
libtclapincludedir = $(includedir)/tclap
|
|
|
|
libtclapinclude_HEADERS = \
|
|
CmdLineInterface.h \
|
|
ArgException.h \
|
|
CmdLine.h \
|
|
XorHandler.h \
|
|
MultiArg.h \
|
|
UnlabeledMultiArg.h \
|
|
ValueArg.h \
|
|
UnlabeledValueArg.h \
|
|
Visitor.h Arg.h \
|
|
HelpVisitor.h \
|
|
SwitchArg.h \
|
|
MultiSwitchArg.h \
|
|
VersionVisitor.h \
|
|
IgnoreRestVisitor.h \
|
|
CmdLineOutput.h \
|
|
StdOutput.h \
|
|
DocBookOutput.h \
|
|
Constraint.h \
|
|
ValuesConstraint.h
|
|
|