Changeset 549 for trunk/psLib/test/sysUtils/Makefile
- Timestamp:
- Apr 29, 2004, 3:28:04 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile
r541 r549 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1. 3$ $Name: not supported by cvs2svn $6 ## $Date: 2004-04- 28 02:51:39$5 ## $Revision: 1.4 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-04-30 01:28:04 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 34 34 $(RM) $(TARGET) *.o *.lint 35 35 36 tst_psTrace00: tst_psTrace00.c 37 $(CC) tst_psTrace00.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace00 38 39 tst_psTrace01: tst_psTrace01.c 40 $(CC) tst_psTrace01.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace01 41 42 tst_psTrace02: tst_psTrace02.c 43 $(CC) tst_psTrace02.c $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -I$(PSLIB_INCL_DIR) -I.. -o tst_psTrace02 44 36 45 %.o : %.c 37 46 $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $< … … 43 52 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 44 53 45 54 distclean: 55 rm DistCleanFiles
Note:
See TracChangeset
for help on using the changeset viewer.
