Changeset 987 for trunk/psLib/test/collections
- Timestamp:
- Jun 10, 2004, 10:52:14 AM (22 years ago)
- Location:
- trunk/psLib/test/collections
- Files:
-
- 15 added
- 1 edited
-
Makefile (modified) (3 diffs)
-
tst_psBitSet_01.d (added)
-
tst_psBitSet_02.d (added)
-
tst_psBitSet_03.d (added)
-
tst_psBitSet_04.d (added)
-
tst_psBitSet_05.d (added)
-
tst_psBitSet_06.d (added)
-
tst_psImage.d (added)
-
tst_psList.d (added)
-
tst_psSort_01.d (added)
-
tst_psSort_02.d (added)
-
tst_psSort_03.d (added)
-
tst_psSort_04.d (added)
-
tst_psVector_01.d (added)
-
tst_psVector_02.d (added)
-
tst_psVector_03.d (added)
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.
