- Timestamp:
- Dec 2, 2011, 11:47:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111122/Ohana/src/relastro/Makefile
r32346 r32854 18 18 19 19 relastro: $(BIN)/relastro.$(ARCH) 20 install: $(DESTBIN)/relastro 20 install: $(DESTBIN)/relastro $(DESTBIN)/testparallax 21 21 22 22 RELASTRO = \ … … 68 68 $(RELASTRO): $(INC)/relastro.h $(KAPA_INCS) 69 69 $(BIN)/relastro.$(ARCH): $(RELASTRO) $(KAPA_LIBS) 70 71 testparallax: $(BIN)/testparallax.$(ARCH) 72 73 TESTPAR = \ 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.
