Changeset 1683 for trunk/psLib/src/sysUtils/Makefile
- Timestamp:
- Sep 2, 2004, 12:23:20 PM (22 years ago)
- Location:
- trunk/psLib/src/sysUtils
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils
- Property svn:ignore
-
old new 1 1 *.i 2 psErrorCodes.h
-
- Property svn:ignore
-
trunk/psLib/src/sysUtils/Makefile
r1420 r1683 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1.1 8$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 8-09 20:28:54$5 ## $Revision: 1.19 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-02 22:23:20 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 35 35 psLogMsg.o \ 36 36 psAbort.o \ 37 psString.o 37 psString.o \ 38 psErrorCodes.o 38 39 39 40 OBJS = $(addprefix makedir/,$(SRC_OBJS)) … … 42 43 43 44 all: $(TARGET_STATIC) 45 46 psErrorCodes.h: psErrorCodes.dat 47 perl parseErrorCodes.pl --data=$? $@ 48 49 psErrorCodes.c: psErrorCodes.dat 50 perl parseErrorCodes.pl --data=$? $@ 44 51 45 52 # Rule to make static library
Note:
See TracChangeset
for help on using the changeset viewer.
