IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 691


Ignore:
Timestamp:
May 14, 2004, 11:54:51 AM (22 years ago)
Author:
gusciora
Message:

Reverting to previous version of Makefile (which worked correctly).

File:
1 edited

Legend:

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

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