IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2004, 2:59:11 PM (22 years ago)
Author:
desonia
Message:

added automagic determination of code dependencies.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/dataManip/Makefile

    r674 r675  
    66include ../Makefile.Globals
    77CFLAGS := $(CFLAGS_RELOC) -I.
    8 SRC_OBJS = psStats.o
     8SRC_OBJS =
    99
    1010all: $(TARGET_STATIC)
     
    3535        splint +posixlib -exportlocal -realcompare $(INCLUDE_GLOBAL) $? > $@; cat $@
    3636
     37%.d: %.c
     38        @set -e; rm -f $@; \
     39        $(CC) -M $(CFLAGS) $< > $@.$$$$; \
     40        sed 's,\($*\)\.o[ :]*,\1.o $@ : ,g' < $@.$$$$ > $@; \
     41        rm -f $@.$$$$
    3742
     43include $(SRC_OBJS:.o=.d)
Note: See TracChangeset for help on using the changeset viewer.