TCLAP/examples/Makefile.am
2004-09-26 18:49:15 +00:00

16 lines
335 B
Makefile

noinst_PROGRAMS = test1 test2 test3 test4 test5 test6 test7 test8
test1_SOURCES = test1.cpp
test2_SOURCES = test2.cpp
test3_SOURCES = test3.cpp
test4_SOURCES = test4.cpp
test5_SOURCES = test5.cpp
test6_SOURCES = test6.cpp
test7_SOURCES = test7.cpp
test8_SOURCES = test8.cpp
INCLUDES = -I$(top_builddir)/include
AM_CXXFLAGS = -Wall