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

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'TCLAP/tclap/Makefile.am')
-rw-r--r--TCLAP/tclap/Makefile.am29
1 files changed, 29 insertions, 0 deletions
diff --git a/TCLAP/tclap/Makefile.am b/TCLAP/tclap/Makefile.am
new file mode 100644
index 0000000..5424fdf
--- /dev/null
+++ b/TCLAP/tclap/Makefile.am
@@ -0,0 +1,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