Changeset 1696 for trunk/psLib/src/sysUtils/Makefile
- Timestamp:
- Sep 7, 2004, 9:05:07 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/sysUtils/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/sysUtils/Makefile
r1683 r1696 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1. 19$ $Name: not supported by cvs2svn $6 ## $Date: 2004-09-0 2 22:23:20$5 ## $Revision: 1.20 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-07 19:05:07 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 OBJS = $(addprefix makedir/,$(SRC_OBJS)) 41 41 42 HEADERS = $(SRC_OBJS:.o=.h) psType.h 43 42 44 # Define PHONY target "all" which will make all the necessary items 43 45 … … 49 51 psErrorCodes.c: psErrorCodes.dat 50 52 perl parseErrorCodes.pl --data=$? $@ 53 54 psSysUtilsErrors.h: psSysUtilsErrors.dat 55 perl parseErrorCodes.pl --data=$? $@ 56 51 57 52 58 # Rule to make static library … … 60 66 61 67 install: $(TARGET_STATIC) 62 install *.h$(includedir)68 install $(HEADERS) $(includedir) 63 69 64 70 # Define PHONY target "distclean" which will cleanup the distribution
Note:
See TracChangeset
for help on using the changeset viewer.
