Changeset 1515 for trunk/third_party/tclap/Makefile.am
- Timestamp:
- 24/08/10 11:23:06 (21 months ago)
- File:
-
- 1 edited
-
trunk/third_party/tclap/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/third_party/tclap/Makefile.am
r1251 r1515 1 #====================================================================2 # NeXus - Neutron & X-ray Common Data Format3 #4 # $Id: Makefile.am 1247 2009-04-21 18:14:24Z Freddie Akeroyd $5 #6 # Top level Makefile for coordinating NeXus build7 #8 # Copyright (C) 2004 Freddie Akeroyd9 #10 # This library is free software; you can redistribute it and/or11 # modify it under the terms of the GNU Lesser General Public12 # License as published by the Free Software Foundation; either13 # version 2 of the License, or (at your option) any later version.14 #15 # This library is distributed in the hope that it will be useful,16 # but WITHOUT ANY WARRANTY; without even the implied warranty of17 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU18 # Lesser General Public License for more details.19 #20 # You should have received a copy of the GNU Lesser General Public21 # License along with this library; if not, write to the Free22 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston,23 # MA 02111-1307 USA24 #25 # For further information, see <http://www.neutron.anl.gov/NeXus/>26 #27 # @configure_input@28 #29 #====================================================================30 1 31 EXTRA_DIST=README AUTHORS COPYING 32 noinst_HEADERS = Arg.h ArgException.h CmdLine.h CmdLineInterface.h \ 33 CmdLineOutput.h DocBookOutput.h HelpVisitor.h IgnoreRestVisitor.h \ 34 MultiArg.h StdOutput.h SwitchArg.h UnlabeledMultiArg.h \ 35 UnlabeledValueArg.h ValueArg.h VersionVisitor.h Visitor.h XorHandler.h 2 libtclapincludedir = $(includedir)/tclap 3 4 libtclapinclude_HEADERS = \ 5 CmdLineInterface.h \ 6 ArgException.h \ 7 CmdLine.h \ 8 XorHandler.h \ 9 MultiArg.h \ 10 UnlabeledMultiArg.h \ 11 ValueArg.h \ 12 UnlabeledValueArg.h \ 13 Visitor.h Arg.h \ 14 HelpVisitor.h \ 15 SwitchArg.h \ 16 MultiSwitchArg.h \ 17 VersionVisitor.h \ 18 IgnoreRestVisitor.h \ 19 CmdLineOutput.h \ 20 StdOutput.h \ 21 DocBookOutput.h \ 22 ZshCompletionOutput.h \ 23 OptionalUnlabeledTracker.h \ 24 Constraint.h \ 25 ValuesConstraint.h \ 26 ArgTraits.h \ 27 StandardTraits.h 28
Note: See TracChangeset
for help on using the changeset viewer.
