Changeset 10010
- Timestamp:
- Nov 15, 2006, 3:44:30 PM (20 years ago)
- Location:
- trunk/psLib/test/math
- Files:
-
- 1 added
- 1 edited
-
Makefile.am (modified) (2 diffs)
-
tap_psSparse.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/math/Makefile.am
r8958 r10010 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 2 AM_CPPFLAGS = \ 3 $(SRCINC) \ 4 -I$(top_srcdir)/test/tap/src \ 5 -I$(top_srcdir)/test/pstap/src \ 6 $(PSLIB_CFLAGS) 7 2 8 AM_LDFLAGS = \ 3 9 $(top_builddir)/src/libpslib.la \ 4 10 $(top_builddir)/test/tap/src/libtap.la \ 11 $(top_builddir)/test/pstap/src/libpstap.la \ 5 12 $(PSLIB_LIBS) 6 13 7 TEST_PROGS = 14 TEST_PROGS = \ 15 tap_psSparse 8 16 9 17 if BUILD_TESTS … … 14 22 endif 15 23 16 CLEANFILES = $(check_DATA) temp/* seed_msglog1.txtcore core.* *~ *.bb *.bbg *.da gmon.out24 CLEANFILES = $(check_DATA) temp/* core core.* *~ *.bb *.bbg *.da gmon.out 17 25 18 26 test: check
Note:
See TracChangeset
for help on using the changeset viewer.
