Changeset 858 for trunk/psLib/src/collections/Makefile
- Timestamp:
- Jun 3, 2004, 5:14:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/collections/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/collections/Makefile
r765 r858 3 3 ## Makefile: collections 4 4 ## 5 ## $Revision: 1.1 5$ $Name: not supported by cvs2svn $6 ## $Date: 2004-0 5-24 23:01:35$5 ## $Revision: 1.16 $ $Name: not supported by cvs2svn $ 6 ## $Date: 2004-06-04 03:14:37 $ 7 7 ## 8 8 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 39 39 all: $(TARGET_STATIC) 40 40 41 # force the creation of a psImage.i for psImage.o (to expand macros). 42 psImage.o: psImage.i 43 41 44 # Rule to make static library 42 45 … … 60 63 clean: 61 64 @echo " Deleting intermediate files for 'collections'" 62 $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*) 65 $(RM) $(SRC_OBJS) *.lint $(SRC_OBJS:.o=.d*) $(SRC_OBJS:.o=.i) 63 66 64 67 %.lint: %.c 65 68 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 69 70 %.i: %.c 71 $(CC) -E $(CFLAGS) -o $@ $< 72 73 %.o: %.i 74 $(CC) -c $(CFLAGS) -o $@ $< 66 75 67 76 %.d: %.c
Note:
See TracChangeset
for help on using the changeset viewer.
