Changeset 2309 for trunk/psLib/test/Makefile
- Timestamp:
- Nov 8, 2004, 3:10:38 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/Makefile (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/Makefile
r2152 r2309 3 3 ## Makefile: test 4 4 ## 5 ## $Revision: 1. 9$ $Name: not supported by cvs2svn $6 ## $Date: 2004-1 0-15 19:14:11$5 ## $Revision: 1.10 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-11-09 01:10:38 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 61 61 $(MAKE) --directory=sysUtils install 62 62 $(MAKE) --directory=astronomy install 63 $(MAKE) --directory=fileUtils install 63 64 64 65 # Define PHONY target "distclean" which will cleanup the distribution … … 69 70 $(MAKE) --directory=dataManip distclean 70 71 $(MAKE) --directory=sysUtils distclean 72 $(MAKE) --directory=astronomy distclean 73 $(MAKE) --directory=fileUtils distclean 71 74 $(RM) $(TARGET_STATIC) 72 75 $(RM) $(TARGET_DYNAMIC) … … 81 84 $(MAKE) --directory=dataManip clean 82 85 $(MAKE) --directory=sysUtils clean 86 $(MAKE) --directory=astronomy clean 87 $(MAKE) --directory=fileUtils clean 83 88 @echo " Deleting intermediate files for 'test'" 84 89 $(RM) $(SRC_OBJS) *.lint
Note:
See TracChangeset
for help on using the changeset viewer.
