summaryrefslogtreecommitdiff
path: root/tclap-1.2.1/include/tclap/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'tclap-1.2.1/include/tclap/Makefile.am')
-rw-r--r--tclap-1.2.1/include/tclap/Makefile.am28
1 files changed, 0 insertions, 28 deletions
diff --git a/tclap-1.2.1/include/tclap/Makefile.am b/tclap-1.2.1/include/tclap/Makefile.am
deleted file mode 100644
index 0e247bf..0000000
--- a/tclap-1.2.1/include/tclap/Makefile.am
+++ /dev/null
@@ -1,28 +0,0 @@
-
-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 \
- ZshCompletionOutput.h \
- OptionalUnlabeledTracker.h \
- Constraint.h \
- ValuesConstraint.h \
- ArgTraits.h \
- StandardTraits.h
-