Changeset 1109 for trunk/psLib/test/sysUtils/Makefile
- Timestamp:
- Jun 25, 2004, 5:05:13 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/sysUtils/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/sysUtils/Makefile
r1007 r1109 3 3 ## Makefile: test/sysUtils 4 4 ## 5 ## $Revision: 1.1 5$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06- 11 20:36:04$5 ## $Revision: 1.16 $ $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 … … 58 58 $(RM) $(TARGET) 59 59 60 cleandependencies: 61 $(RM) $(DEPENDENCIES) 62 60 63 builddir/%.o : %.c 61 64 $(CC) $(CFLAGS) $(CPPFLAGS) -I.. -I$(PSLIB_INCL_DIR) -c -o $@ $< … … 68 71 69 72 builddir/%.d: %.c 70 $(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp 71 sed 's|\($*\)\.o[ :]*|builddir\/\1.o $@ : |g' $@.tmp > $@ 72 $(RM) -f $@.tmp 73 $(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< | sed 's|\(.*\.o\)|builddir/\1|' > $@ 73 74 74 75 install: $(testbindir) $(testbindir)/verified $(TARGET)
Note:
See TracChangeset
for help on using the changeset viewer.
