IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 25, 2005, 6:23:25 AM (21 years ago)
Author:
eugene
Message:

adding autocode to imphotsearch

File:
1 edited

Legend:

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

    r3650 r4024  
    1717PHOTREG =       $(HOME)/photreg
    1818IMREG   =       $(HOME)/imreg
     19IMPHOT  =       $(HOME)/imphot
    1920SPREG   =       $(HOME)/spreg
    2021
     
    3334photsearch   photreg      \
    3435cameraconfig filtnames    \
    35 imphotsearch imphotmerge  \
    36 imphotset                 
    37 
    38 # spregister   spsearch
     36imphotsearch
    3937
    4038# program under development, not installed
    41 DEVEL = spregister spsearch
     39DEVEL = spregister spsearch imphotmerge
     40
     41IMPHOTOBJ = \
     42$(IMPHOT)/args.$(ARCH).o \
     43$(IMPHOT)/db_load.$(ARCH).o \
     44$(IMPHOT)/dumpfits.$(ARCH).o \
     45$(IMPHOT)/modify.$(ARCH).o \
     46$(IMPHOT)/output.$(ARCH).o \
     47$(IMPHOT)/rfits.$(ARCH).o \
     48$(IMPHOT)/rtext.$(ARCH).o \
     49$(IMPHOT)/subset.$(ARCH).o
    4250
    4351IMOBJ  = \
     
    116124SR = $(SPREG)/args.spregister.$(ARCH).o    $(SPOBJ)   $(BASEOBJ)
    117125SS = $(SPREG)/args.spsearch.$(ARCH).o      $(SPOBJ)   $(BASEOBJ)
     126IP = $(IMPHOTOBJ) $(BASEOBJ)
    118127
    119128$(SR) : $(INC)/spreg.h $(INC)/imregister.h
     
    136145$(BIN)/spsearch.$(ARCH)     : $(SRC)/spsearch.$(ARCH).o     $(SS) ; $(CC) $^ -o $@ $(LFLAGS)
    137146$(BIN)/spregister.$(ARCH)   : $(SRC)/spregister.$(ARCH).o   $(SR) ; $(CC) $^ -o $@ $(LFLAGS)
     147
     148$(BIN)/imphotsearch.$(ARCH) : $(SRC)/imphotsearch.$(ARCH).o $(IP) ; $(CC) $^ -o $@ $(LFLAGS)
    138149
    139150# dependancy rules for binary code #########################
Note: See TracChangeset for help on using the changeset viewer.