Changeset 1087 for trunk/psLib/src/dataManip/Makefile
- Timestamp:
- Jun 24, 2004, 2:52:59 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/dataManip/Makefile (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/dataManip/Makefile
r1062 r1087 18 18 all: $(TARGET_STATIC) 19 19 20 %.o: %.c 21 @echo " Compiling $<. " 22 $(CC) $(CFLAGS) -c $< -o $@ 20 # force the creation of a psImage.i for psImage.o (to expand macros). 21 psMatrixVectorArithmetic.o: psMatrixVectorArithmetic.i 22 23 # Rule to make static library 23 24 24 25 libpslib.a: $(SRC_OBJS) … … 43 44 splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@ 44 45 46 %.i: %.c 47 $(CC) -E $(CFLAGS) -o $@ $< 48 49 %.o: %.i 50 $(CC) -c $(CFLAGS) -o $@ $< 51 45 52 %.d: %.c 46 53 $(CC) -MM $(CFLAGS) $< > $@.tmp
Note:
See TracChangeset
for help on using the changeset viewer.
