IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 18, 2009, 11:11:15 AM (17 years ago)
Author:
eugene
Message:

import updates from camera group (fits table outputs, fixes to persistent trails); modify import to avoid libpsf (fortran)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/extsrc/gpcsw/gpcsrc/fits/burntool/Makefile

    r23526 r23924  
    55CCDEFS+=$(VERSIONDEFS)
    66CCLINK += -lm
    7 
    87# $(EXECNAME): $(OBJS) libfh.a libpsf.a libpscoords.a
    98$(EXECNAME): $(OBJS) libfh.a libpscoords.a
     
    1312# Dependencies by Make.Common $Revision: 2.17 $
    1413
    15 $(OBJ)/basement.o: basement.c
    16 
    1714$(OBJ)/burnfix.o: burnfix.c burntool.h burnparams.h
    1815
    1916$(OBJ)/burntool.o: burntool.c fh/fh.h fhreg/general.h \
    2017  fhreg/macros.h fhreg/gpc_detector.h \
    21   burntool.h burnparams.h
     18  burntool.h burnparams.h persist_fits.h
    2219
    2320$(OBJ)/burnutils.o: burnutils.c burntool.h burnparams.h
    2421
    2522$(OBJ)/cheapfits.o: cheapfits.c
     23
     24$(OBJ)/persist_fits.o: persist_fits.c fh/fh.h burntool.h \
     25  burnparams.h persist_fits.h
    2626
    2727$(OBJ)/persistfix.o: persistfix.c burntool.h burnparams.h
     
    3434$(OBJ)/psfstats.o: psfstats.c burntool.h psf/psf.h
    3535
     36$(OBJ)/sort.o: sort.c
     37
    3638$(OBJ)/stardetect.o: stardetect.c burntool.h burnparams.h
    3739
Note: See TracChangeset for help on using the changeset viewer.