IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

adding average, measure, etc

File:
1 edited

Legend:

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

    r4019 r4023  
    2121LFLAGS  =       $(LIBS)
    2222
    23 install: $(DESTINC)/autocode.h $(DESTLIB)/libautocode.a
    24         @echo done install
    25 
    26 autocode: $(INC)/autocode.h $(LIB)/libautocode.$(ARCH).a
    27         @echo done autocode
    28 
    2923# remember to add entries here to libohana/Makefile:AOBJ as well
    3024LIBOBJ = \
     25$(SRC)/coords.$(ARCH).o \
     26$(SRC)/average.$(ARCH).o \
     27$(SRC)/secfilt.$(ARCH).o \
     28$(SRC)/measure.$(ARCH).o \
     29$(SRC)/missing.$(ARCH).o \
     30$(SRC)/photcode.$(ARCH).o \
    3131$(SRC)/image.$(ARCH).o \
    3232$(SRC)/regimage.$(ARCH).o \
     
    3939
    4040LIBINC = \
     41$(INC)/coords.h \
     42$(INC)/average.h \
     43$(INC)/secfilt.h \
     44$(INC)/measure.h \
     45$(INC)/missing.h \
     46$(INC)/photcode.h \
    4147$(INC)/image.h \
    4248$(INC)/regimage.h \
     
    4753$(INC)/spectrum.h \
    4854$(INC)/spectrum-ascii.h
     55
     56objects: $(LIBOBJ)
     57
     58install: $(DESTINC)/autocode.h $(DESTLIB)/libautocode.a
     59        @echo done install
     60
     61autocode: $(INC)/autocode.h $(LIB)/libautocode.$(ARCH).a
     62        @echo done autocode
    4963
    5064$(LIBOBJ): $(INC)/autocode.h
     
    89103        @echo done with $*.o
    90104
    91 %.$(ARCH).o: %.c
    92         $(CC) $(CFLAGS) -c $*.c -o $@
    93         @echo done with $*.o
    94 
    95105clean: 
    96106        rm -f `find . -name "*.o"`
     
    105115.PRECIOUS: %.$(ARCH).o
    106116.PRECIOUS: $(BIN)/%.$(ARCH)
     117.PRECIOUS: $(LIB)/%.$(ARCH).a
Note: See TracChangeset for help on using the changeset viewer.