IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 4, 2005, 2:48:42 PM (21 years ago)
Author:
eugene
Message:

addstar works for -cat, -image

File:
1 edited

Legend:

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

    r3361 r3376  
    1717
    1818INCS    =       -I$(INC) -I$(LINC) -I$(XINC)
    19 LIBS    =       -L$(LLIB) -lFITS -lohana -lm
     19LIBS    =       -L$(LLIB) -lFITS -lohana -lz -lm
    2020CFLAGS  =       $(INCS)
    2121LFLAGS  =       $(LIBS)
     
    2424$(SRC)/addstar.$(ARCH).o \
    2525$(SRC)/airmass.$(ARCH).o \
    26 $(SRC)/aregion.$(ARCH).o \
    2726$(SRC)/args.$(ARCH).o \
    2827$(SRC)/calibrate.$(ARCH).o \
     
    8079INSTALL = addstar
    8180
     81gztest                : $(BIN)/gztest.$(ARCH)
     82$(BIN)/gztest.$(ARCH) : $(SRC)/gztest.$(ARCH).o
     83
     84INSTALL = addstar
     85
    8286# dependancy rules for binary code #########################
    8387.PRECIOUS: %.$(ARCH).o
Note: See TracChangeset for help on using the changeset viewer.