Changeset 1007 for trunk/psLib/test/sysUtils/Makefile
- Timestamp:
- Jun 11, 2004, 10:36:04 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile
r1003 r1007 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.1 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-11 19:37:23$5 ## $Revision: 1.15 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-11 20:36:04 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii 9 9 ## 10 10 ############################################################################### 11 12 ifndef prefix 13 export prefix=$(shell cd ../..;pwd) 14 endif 11 15 12 16 include ../../src/Makefile.Globals … … 67 71 sed 's|\($*\)\.o[ :]*|builddir\/\1.o $@ : |g' $@.tmp > $@ 68 72 $(RM) -f $@.tmp 73 74 install: $(testbindir) $(testbindir)/verified $(TARGET) 75 install $(TARGET) $(testbindir) 76 install verified/*.stderr verified/*.stdout $(testbindir)/verified 77 78 $(testbindir): 79 mkdir -p $(testbindir) 80 81 $(testbindir)/verified: 82 mkdir -p $(testbindir)/verified 83
Note:
See TracChangeset
for help on using the changeset viewer.
