Changeset 987 for trunk/psLib/test/collections/Makefile
- Timestamp:
- Jun 10, 2004, 10:52:14 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/test/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/test/collections/Makefile
r920 r987 3 3 ## Makefile: test/collections 4 4 ## 5 ## $Revision: 1.1 1$ $Name: not supported by cvs2svn $6 ## $Date: 2004-06- 08 19:12:05$5 ## $Revision: 1.12 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-10 20:52:14 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 clean: 41 41 @echo " Deleting executable and binary files for 'test/collections'" 42 $(RM) $(TARGET) *.o *.lint *.i *.d42 $(RM) $(TARGET) *.o *.lint *.i 43 43 44 44 %.o : %.i … … 58 58 59 59 %.d: %.c 60 $(CC) -M $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp60 $(CC) -MM $(CFLAGS) -I$(PSLIB_INCL_DIR) $< > $@.tmp 61 61 sed 's/\($*\)\.o[ :]*/\1.o $@ : /g' $@.tmp > $@ 62 62 $(RM) -f $@.tmp
Note:
See TracChangeset
for help on using the changeset viewer.
