Changeset 986 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Jun 10, 2004, 10:40:26 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r919 r986 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1. 19$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06- 08 19:08:40$5 ## $Revision: 1.20 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-10 20:40:26 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 64 64 clean: 65 65 @echo " Deleting intermediate files for 'collections'" 66 $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=. d*) $(SRC_OBJS:.o=.i)66 $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.i) 67 67 68 68 %.lint: %.c … … 76 76 77 77 %.d: %.c 78 $(CC) -M $(CFLAGS) $< > $@.tmp78 $(CC) -MM $(CFLAGS) $< > $@.tmp 79 79 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 80 80 $(RM) -f $@.tmp
Note:
See TracChangeset
for help on using the changeset viewer.
