Changeset 1007 for trunk/psLib/test/collections/Makefile
- Timestamp:
- Jun 11, 2004, 10:36:04 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r1004 r1007 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1.1 3$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06-11 19:38:58$5 ## $Revision: 1.14 $ $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 … … 69 73 $(RM) -f $@.tmp 70 74 75 install: $(testbindir) $(testbindir)/verified $(TARGET) 76 install $(TARGET) $(testbindir) 77 install verified/*.stderr verified/*.stdout $(testbindir)/verified 78 79 $(testbindir): 80 mkdir -p $(testbindir) 81 82 $(testbindir)/verified: 83 mkdir -p $(testbindir)/verified 84 85
Note:
See TracChangeset
for help on using the changeset viewer.
