Changeset 557
- Timestamp:
- Apr 29, 2004, 8:19:57 PM (22 years ago)
- Location:
- trunk/psLib/test/sysUtils
- Files:
-
- 1 added
- 1 edited
-
Makefile (modified) (3 diffs)
-
tst_psTrace03.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile
r549 r557 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1. 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-04-30 0 1:28:04$5 ## $Revision: 1.5 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-04-30 06:19:57 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 20 20 atst_psAbort_02 \ 21 21 atst_psAbort_03 \ 22 tst_psTrace00 \ 23 tst_psTrace01 \ 24 tst_psTrace02 \ 25 tst_psTrace03 \ 22 26 tst_psStringCopy 23 27 … … 43 47 $(CC) tst_psTrace02.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace02 44 48 49 tst_psTrace03: tst_psTrace03.c 50 $(CC) tst_psTrace03.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace03 51 45 52 %.o : %.c 46 53 $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $<
Note:
See TracChangeset
for help on using the changeset viewer.
