Changeset 1109 for trunk/psLib/test/collections/Makefile
- Timestamp:
- Jun 25, 2004, 5:05:13 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r1007 r1109 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1.1 4$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06- 11 20:36:04$5 ## $Revision: 1.15 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-26 03:05:12 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 53 53 $(RM) $(TARGET) 54 54 55 cleandependencies: 56 $(RM) $(DEPENDENCIES) 57 55 58 builddir/%.o : builddir/%.i 56 59 $(CC) $(CFLAGS) -I$(PSLIB_INCL_DIR) -c -o $@ $< … … 69 72 70 73 builddir/%.d: %.c 71 $(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp 72 sed 's|\($*\)\.o[ :]*|builddir\/\1.o $@ : |g' $@.tmp > $@ 73 $(RM) -f $@.tmp 74 $(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< | sed 's|\(.*\.o\)|builddir/\1|' > $@ 74 75 75 76 install: $(testbindir) $(testbindir)/verified $(TARGET)
Note:
See TracChangeset
for help on using the changeset viewer.
