Changeset 1340 for trunk/psLib/src/Makefile
- Timestamp:
- Jul 29, 2004, 11:55:44 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/Makefile (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/Makefile
r1264 r1340 3 3 ## Makefile: psLib 4 4 ## 5 ## $Revision: 1.1 6$ $Name: not supported by cvs2svn $6 ## $Date: 2004-07-2 2 20:42:54 $5 ## $Revision: 1.17 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-07-29 21:55:44 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 27 27 VERSION:= ": Project Version: Unknown " 28 28 else 29 VERSION:= ": Project VersidistcleanSysUtils: 30 $(MAKE) --directory=sysUtils distclean 31 32 on: $(NAME) " 29 VERSION:= ": Project Version: $(NAME) " 33 30 endif 34 31 … … 47 44 48 45 CLEANTARGETS = cleanSysUtils cleanCollections cleanImage cleanDataManip cleanAstronomy 46 47 CLEANDEPTARGETS = cleandepSysUtils cleandepCollections cleandepImage cleandepDataManip cleandepAstronomy 49 48 50 49 # Define the distribution clean up targets … … 116 115 $(MAKE) --directory=astronomy clean 117 116 117 #Define PHONY target "cleandep*" which will clean up the dependency files 118 119 cleandepSysUtils: 120 $(MAKE) --directory=sysUtils cleandep 121 122 cleandepImage: 123 $(MAKE) --directory=image cleandep 124 125 cleandepCollections: 126 $(MAKE) --directory=collections cleandep 127 128 cleandepDataManip: 129 $(MAKE) --directory=dataManip cleandep 130 131 cleandepAstronomy: 132 $(MAKE) --directory=astronomy cleandep 133 118 134 # Define PHONY target "distcleanSysUtils which will clean up the distribution 119 135 # files related to system utilities … … 176 192 $(RM) -f $(TARGET_STATIC) 177 193 $(RM) -f $(TARGET_DYNAMIC) 194 195 cleandep: $(CLEANDEPTARGETS) 178 196 179 197 # Define PHONY target "distclean" to clean up the distribution area for
Note:
See TracChangeset
for help on using the changeset viewer.
