Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.am « tclap « TCLAP - github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5424fdfae9aeca8a4fa47bffd2f94858bf1e560a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

libtclapincludedir = $(includedir)/tclap

libtclapinclude_HEADERS = \
			 Arg.h \
			 ArgException.h \
			 ArgTraits.h \
			 CmdLine.h \
			 CmdLineInterface.h \
			 CmdLineOutput.h \
			 Constraint.h \
			 DocBookOutput.h \
			 HelpVisitor.h \
			 IgnoreRestVisitor.h \
			 MultiArg.h \
			 MultiSwitchArg.h \
			 OptionalUnlabeledTracker.h \
			 StandardTraits.h \
			 StdOutput.h \
			 SwitchArg.h \
			 UnlabeledMultiArg.h \
			 UnlabeledValueArg.h \
			 ValueArg.h \
			 ValuesConstraint.h \
			 VersionVisitor.h \
			 Visitor.h \
			 XorHandler.h \
			 ZshCompletionOutput.h \
			 sstream.h