Changeset 541 for trunk/psLib/test/sysUtils/Makefile
- Timestamp:
- Apr 27, 2004, 4:51:39 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile
r532 r541 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1. 2$ $Name: not supported by cvs2svn $6 ## $Date: 2004-04-2 7 22:57:09 $5 ## $Revision: 1.3 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-04-28 02:51:39 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 13 13 14 14 PSLIB_INCL_DIR = ../../include 15 16 15 PSLIB_LIB_DIR = ../../lib 17 16 18 17 TARGET = tst_psError \ 18 tstMemory \ 19 19 atst_psAbort_01 \ 20 20 atst_psAbort_02 \ … … 35 35 36 36 %.o : %.c 37 $(CC) $(CFLAGS) $(CPPFLAGS) -I $(PSLIB_INCL_DIR) -c -o $@ $<37 $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $< 38 38 39 39 % : %.o 40 $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) - lpslib -lpstest -o $@ $<40 $(CC) $(LDFLAGS) -L$(PSLIB_LIB_DIR) -L.. -lpslib -lpstest -o $@ $< 41 41 42 42 %.lint: %.c
Note:
See TracChangeset
for help on using the changeset viewer.
