Changeset 732
- Timestamp:
- May 18, 2004, 4:16:04 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
collections/Makefile (modified) (2 diffs)
-
dataManip/Makefile (modified) (1 diff)
-
sysUtils/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r728 r732 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.1 3$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-19 0 1:20:53$5 ## $Revision: 1.14 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-19 02:16:04 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 66 66 67 67 %.d: %.c 68 $(CC) -M $(CFLAGS) $< > $@ 69 sed -i 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@ 68 $(CC) -M $(CFLAGS) $< > $@.tmp 69 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 70 $(RM) -f $@.tmp 70 71 71 72 include $(SRC_OBJS:.o=.d) -
trunk/psLib/src/dataManip/Makefile
r729 r732 33 33 34 34 %.lint: %.c 35 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 35 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 36 37 %.d: %.c 38 $(CC) -M $(CFLAGS) $< > $@.tmp 39 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 40 $(RM) -f $@.tmp 41 42 include $(SRC_OBJS:.o=.d) -
trunk/psLib/src/sysUtils/Makefile
r728 r732 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-19 0 1:20:53$5 ## $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-19 02:16:04 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 70 70 71 71 %.d: %.c 72 $(CC) -M $(CFLAGS) $< > $@ 73 sed -i 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@ 72 $(CC) -M $(CFLAGS) $< > $@.tmp 73 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 74 $(RM) -f $@.$$$$ 74 75 75 76 include $(SRC_OBJS:.o=.d)
Note:
See TracChangeset
for help on using the changeset viewer.
