IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2011, 11:47:26 AM (15 years ago)
Author:
eugene
Message:

testing the parallax factor; use slightly more accurate solar ephemeris

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20111122/Ohana/src/relastro/Makefile

    r32346 r32854  
    1818
    1919relastro: $(BIN)/relastro.$(ARCH)
    20 install: $(DESTBIN)/relastro
     20install: $(DESTBIN)/relastro $(DESTBIN)/testparallax
    2121
    2222RELASTRO = \
     
    6868$(RELASTRO): $(INC)/relastro.h $(KAPA_INCS)
    6969$(BIN)/relastro.$(ARCH): $(RELASTRO) $(KAPA_LIBS)
     70
     71testparallax: $(BIN)/testparallax.$(ARCH)
     72
     73TESTPAR = \
     74$(SRC)/FitPMandPar.$(ARCH).o         \
     75$(SRC)/ParFactor.$(ARCH).o           \
     76$(SRC)/fitpoly.$(ARCH).o             \
     77$(SRC)/mkpolyterm.$(ARCH).o            \
     78$(SRC)/testparallax.$(ARCH).o
     79
     80$(TESTPAR): $(INC)/relastro.h $(KAPA_INCS)
     81$(BIN)/testparallax.$(ARCH): $(TESTPAR) $(KAPA_LIBS)
Note: See TracChangeset for help on using the changeset viewer.