Changeset 728
- Timestamp:
- May 18, 2004, 3:20:53 PM (22 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 3 edited
-
collections/Makefile (modified) (3 diffs)
-
dataManip/Makefile (modified) (2 diffs)
-
sysUtils/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r675 r728 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.1 2$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-1 4 00:59:11$5 ## $Revision: 1.13 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-19 01:20:53 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 60 60 clean: 61 61 @echo " Deleting intermediate files for 'collections'" 62 $(RM) $(SRC_OBJS) *.lint 62 $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d) 63 63 64 64 %.lint: %.c … … 66 66 67 67 %.d: %.c 68 @set -e; rm -f $@; \ 69 $(CC) -M $(CFLAGS) $< > $@.$$$$; \ 70 sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ 71 rm -f $@.$$$$ 68 $(CC) -M $(CFLAGS) $< > $@ 69 sed -i 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@ 72 70 73 71 include $(SRC_OBJS:.o=.d) -
trunk/psLib/src/dataManip/Makefile
r698 r728 30 30 clean: 31 31 @echo " Deleting intermediate files for 'sysUtils'" 32 $(RM) $(SRC_OBJS) *.lint 32 $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d) 33 33 34 34 %.lint: %.c … … 36 36 37 37 %.d: %.c 38 @set -e; rm -f $@; \ 39 $(CC) -M $(CFLAGS) $< > $@.$$$$; \ 40 sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ 41 rm -f $@.$$$$ 38 $(CC) -M $(CFLAGS) $< > $@ 39 sed -i 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@ 42 40 43 41 include $(SRC_OBJS:.o=.d) -
trunk/psLib/src/sysUtils/Makefile
r675 r728 3 3 ## Makefile: sysUtils 4 4 ## 5 ## $Revision: 1.1 0$ $Name: not supported by cvs2svn $6 ## $Date: 2004-05-1 4 00:59:11$5 ## $Revision: 1.11 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-05-19 01:20:53 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 70 70 71 71 %.d: %.c 72 @set -e; rm -f $@; \ 73 $(CC) -M $(CFLAGS) $< > $@.$$$$; \ 74 sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \ 75 rm -f $@.$$$$ 72 $(CC) -M $(CFLAGS) $< > $@ 73 sed -i 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@ 76 74 77 75 include $(SRC_OBJS:.o=.d)
Note:
See TracChangeset
for help on using the changeset viewer.
