IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2007, 1:29:18 PM (19 years ago)
Author:
eugene
Message:

major cleanup of I/O formats; use macros for simplifications; add PS1_DEV_1 output format

File:
1 edited

Legend:

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

    r13884 r15035  
    2424libdvo: $(LIB)/libdvo.$(ARCH).a $(LIB)/libdvo.$(ARCH).$(DLLTYPE)
    2525
    26 INCS = $(DESTINC)/dvo.h $(DESTINC)/autocode.h
     26DEFS = \
     27$(DESTINC)/loneos_defs.h \
     28$(DESTINC)/elixir_defs.h \
     29$(DESTINC)/panstarrs_dev_0_defs.h \
     30$(DESTINC)/panstarrs_dev_1_defs.h \
     31$(DESTINC)/ps1_dev_1_defs.h
     32
     33INCS = $(DEFS) $(DESTINC)/dvo.h $(DESTINC)/autocode.h
    2734
    2835OBJS = \
     
    5259$(SRC)/dvo_convert_panstarrs_DEV_0.$(ARCH).o \
    5360$(SRC)/dvo_convert_panstarrs_DEV_1.$(ARCH).o \
     61$(SRC)/dvo_convert_PS1_DEV_1.$(ARCH).o \
    5462$(SRC)/skyregion_io.$(ARCH).o    \
    5563$(SRC)/skyregion_gsc.$(ARCH).o    \
Note: See TracChangeset for help on using the changeset viewer.