Changeset 1764 for trunk/psLib/src/sysUtils/Makefile
- Timestamp:
- Sep 9, 2004, 12:21:00 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/Makefile
r1748 r1764 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1.2 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-09-09 02:24:18$5 ## $Revision: 1.22 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-09 22:21:00 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 26 26 # Set CFLAGS used by the implicit rule to compile .c 27 27 28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include 28 CFLAGS := $(CFLAGS_RELOC) -I../collections -I../dataManip -I../sysUtils -I../include -I.. 29 29 30 30 # Define the source objects … … 46 46 all: $(TARGET_STATIC) 47 47 48 psErrorCodes.h: psErrorCodes.dat48 psErrorCodes.h: ../psErrorCodes.dat 49 49 perl ../parseErrorCodes.pl --data=$? $@ 50 50 51 psErrorCodes.c: psErrorCodes.dat51 psErrorCodes.c: ../psErrorCodes.dat 52 52 perl ../parseErrorCodes.pl --data=$? $@ 53 53
Note:
See TracChangeset
for help on using the changeset viewer.
