IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 31, 2005, 4:57:00 PM (21 years ago)
Author:
eugene
Message:

moving to autocode on imregister

File:
1 edited

Legend:

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

    r3593 r3609  
    2929# remember to add entries here to libohana/Makefile:AOBJ as well
    3030LIBOBJ = \
     31$(SRC)/regimage.$(ARCH).o \
    3132$(SRC)/detreg.$(ARCH).o \
    3233$(SRC)/photreg.$(ARCH).o \
     
    3738
    3839LIBINC = \
     40$(INC)/regimage.h \
    3941$(INC)/detreg.h \
    4042$(INC)/photreg.h \
     
    4446$(INC)/spectrum-ascii.h
    4547
    46 COMINC = \
    47 $(DEF)/common.h
    48 
    4948$(LIBOBJ): $(INC)/autocode.h
    5049
    5150$(INC)/autocode.h: $(LIBINC)
    52         cat $(COMINC) $(LIBINC) > $(INC)/autocode.h
     51        cat $(DEF)/common.h >  $(INC)/autocode.h
     52        cat $(LIBINC)       >> $(INC)/autocode.h
     53        @echo "# endif"     >> $(INC)/autocode.h
    5354        @echo done with libautocode.a:
    5455
Note: See TracChangeset for help on using the changeset viewer.