Changeset 1787 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Sep 10, 2004, 2:43:54 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r1764 r1787 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.3 0$ $Name: not supported by cvs2svn $6 ## $Date: 2004-09- 09 22:21:00$5 ## $Revision: 1.31 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-11 00:43:54 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 47 47 all: $(TARGET_STATIC) 48 48 49 psCollectionsErrors.h: psCollectionsErrors.dat 50 perl ../parseErrorCodes.pl --data=$? $@ 51 49 52 # Rule to make static library 50 53 … … 58 61 install: $(TARGET_STATIC) 59 62 install $(HEADERS) $(includedir) 60 61 psCollectionsErrors.h: psCollectionsErrors.dat62 perl ../parseErrorCodes.pl --data=$? $@63 63 64 64 # Define PHONY target "distclean" which will cleanup the distribution
Note:
See TracChangeset
for help on using the changeset viewer.
