Changeset 13644 for trunk/psModules/test/concepts/Makefile.am
- Timestamp:
- Jun 5, 2007, 9:55:14 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/psModules/test/concepts/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/test/concepts/Makefile.am
r9722 r13644 1 AM_LDFLAGS = -L$(top_builddir)/src -lpsmodules $(PSMODULES_LIBS) 2 AM_CFLAGS = @AM_CFLAGS@ $(PSMODULES_CFLAGS) $(SRCINC) 3 AM_CPPFLAGS = $(SRCINC) $(PSLIB_CFLAGS) 1 AM_CPPFLAGS = \ 2 $(SRCINC) \ 3 -I$(top_srcdir)/test/tap/src \ 4 -I$(top_srcdir)/test/pstap/src \ 5 $(PSMODULES_CFLAGS) 4 6 5 check_PROGRAMS = 7 AM_LDFLAGS = \ 8 $(top_builddir)/src/libpsmodules.la \ 9 $(top_builddir)/test/tap/src/libtap.la \ 10 $(top_builddir)/test/pstap/src/libpstap.la \ 11 $(PSMODULES_LIBS) 12 13 TEST_PROGS = 14 15 if BUILD_TESTS 16 bin_PROGRAMS = $(TEST_PROGS) 17 TESTS = $(TEST_PROGS) 18 else 19 check_PROGRAMS = $(TEST_PROGS) 20 endif 21 22 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 6 23 7 24 test: check 25 $(top_srcdir)/test/test.pl
Note:
See TracChangeset
for help on using the changeset viewer.
