IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

moving average, photcode, measure, etc to autocode

File:
1 edited

Legend:

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

    r3903 r4026  
    44AUTO    =       $(ROOT)/src/libautocode
    55ASRC    =       $(AUTO)/src
     6ADEF    =       $(AUTO)/def
    67LIB     =       $(HOME)/lib
    78SRC     =       $(HOME)/src
     
    5253
    5354AOBJ = \
     55$(ASRC)/coords.$(ARCH).o \
    5456$(ASRC)/regimage.$(ARCH).o \
    5557$(ASRC)/detreg.$(ARCH).o \
     
    5860$(ASRC)/smpdata.$(ARCH).o \
    5961$(ASRC)/spectrum.$(ARCH).o \
    60 $(ASRC)/spectrum-ascii.$(ARCH).o
     62$(ASRC)/spectrum-ascii.$(ARCH).o \
     63$(ASRC)/image.$(ARCH).o
    6164
    62 autocode: $(INC1)
    63         cd $(AUTO) && make install
     65ACOM = $(ADEF)/autocode.c $(ADEF)/autocode.h $(ADEF)/common.h
    6466
    6567$(OBJ1): $(INC1)
    6668$(OBJ2): $(INC2)
    67 $(AOBJ): autocode
     69$(AOBJ): $(ASRC)/%.$(ARCH).o : $(ADEF)/%.d $(ACOM)
     70        cd $(AUTO) && make objects
    6871
    6972$(DESTLIB)/libohana.a: $(LIB)/libohana.$(ARCH).a
     
    7275        cp $(LIB)/libohana.$(ARCH).a $(DESTLIB)/libohana.a
    7376
    74 $(LIB)/libohana.$(ARCH).a: autocode $(OBJ1) $(AOBJ) $(OBJ2)
     77$(LIB)/libohana.$(ARCH).a: $(OBJ1) $(OBJ2) $(AOBJ)
    7578        @if [ ! -d $(LIB) ]; then mkdir -p $(LIB); fi
    7679        rm -f $(LIB)/libohana.$(ARCH).a
     
    9699.c.$(ARCH).o:
    97100        $(CC) $(CFLAGS) -c $*.c -o $@
    98         @echo done with $*.o
     101        @echo XXX done with $*.o
Note: See TracChangeset for help on using the changeset viewer.