Changeset 728 for trunk/psLib/src/collections/Makefile
- Timestamp:
- May 18, 2004, 3:20:53 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (3 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)
Note:
See TracChangeset
for help on using the changeset viewer.
