Changeset 1761 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Sep 9, 2004, 11:59:03 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r1420 r1761 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.2 8$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 8-09 20:29:43 $5 ## $Revision: 1.29 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-09-09 21:59:03 $ 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) 43 44 42 45 # Define PHONY target "all" which will make all the necessary items 43 46 … … 54 57 55 58 install: $(TARGET_STATIC) 56 install *.h $(includedir) 59 install $(HEADERS) $(includedir) 60 61 psCollectionsErrors.h: psCollectionsErrors.dat 62 perl ../parseErrorCodes.pl --data=$? $@ 57 63 58 64 # Define PHONY target "distclean" which will cleanup the distribution
Note:
See TracChangeset
for help on using the changeset viewer.
