IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2767


Ignore:
Timestamp:
Dec 20, 2004, 7:24:33 PM (22 years ago)
Author:
eugene
Message:

added rules for spreg

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/imregister/Makefile

    r2509 r2767  
    4040
    4141# program under development, not installed
    42 DEVEL =
     42DEVEL = spregister spsearch
    4343
    4444IMOBJ  = \
     
    7373$(SPREG)/unique.$(ARCH).o \
    7474$(SPREG)/ConfigInit.$(ARCH).o    \
     75$(SPREG)/showinfo.$(ARCH).o  \
    7576$(BASEDIR)/misc.$(ARCH).o        \
    7677$(BASEDIR)/parse_time.$(ARCH).o  \
     
    125126SS = $(SPREG)/args.spsearch.$(ARCH).o      $(SPOBJ) 
    126127
     128$(SR) : $(INC)/spreg.h $(INC)/imregister.h
     129$(SS) : $(INC)/spreg.h $(INC)/imregister.h
     130
    127131# special rules:
    128132$(BIN)/photreg.$(ARCH)      : $(SRC)/photreg.$(ARCH).o      $(PR) ; $(CC) $^ -o $@ $(LFLAGS)
     
    147151
    148152%.$(ARCH).o : %.c
    149         $(CC) $(CFLAGS) -c $^ -o $@
     153        $(CC) $(CFLAGS) -c $< -o $@
    150154
    151155$(BIN)/%.$(ARCH) : $(SRC)/%.$(ARCH).o $(BASEOBJ)
Note: See TracChangeset for help on using the changeset viewer.