Changeset 8731 for trunk/psLib/test/mathtypes
- Timestamp:
- Sep 1, 2006, 2:41:47 PM (20 years ago)
- Location:
- trunk/psLib/test/mathtypes
- Files:
-
- 2 edited
-
Makefile.am (modified) (1 diff)
-
tap_psVector.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/mathtypes/Makefile.am
r8718 r8731 1 AM_CPPFLAGS = $(SRCINC) -I$(top_srcdir)/test/tap/src $(PSLIB_CFLAGS) 1 AM_CPPFLAGS = \ 2 $(SRCINC) \ 3 -I$(top_srcdir)/test/tap/src \ 4 -I$(top_srcdir)/test/pstap/src \ 5 $(PSLIB_CFLAGS) 2 6 AM_LDFLAGS = \ 3 7 $(top_builddir)/src/libpslib.la \ 4 8 $(top_builddir)/test/tap/src/libtap.la \ 9 $(top_builddir)/test/pstap/src/libpstap.la \ 5 10 $(PSLIB_LIBS) 6 11 -
trunk/psLib/test/mathtypes/tap_psVector.c
r8230 r8731 1 1 #include <stdio.h> 2 2 #include <pslib.h> 3 3 4 #include "tap.h" 5 #include "pstap.h" 4 6 5 7 int main (void)
Note:
See TracChangeset
for help on using the changeset viewer.
