- Timestamp:
- Jun 27, 2018, 3:20:35 PM (8 years ago)
- Location:
- branches/czw_branch/20170908/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/relastro/Makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20170908/Ohana
- Property svn:mergeinfo changed
-
branches/czw_branch/20170908/Ohana/src/relastro/Makefile
r39693 r40477 1 default: relastro relastro_client fitobj fitobj2 fitobj3 fit pm1 default: relastro relastro_client fitobj fitobj2 fitobj3 fitexample 2 2 help: 3 3 @echo "make options: relastro (default)" … … 109 109 $(SRC)/relastroVisual.$(ARCH).o 110 110 111 #$(SRC)/write_coords.$(ARCH).o \ 111 #$(SRC)/write_coords.$(ARCH).o 112 #$(SRC)/UpdateStacksWithFit.$(ARCH).o 112 113 113 114 $(RELASTRO): $(INC)/relastro.h … … 187 188 $(BIN)/testparallax.$(ARCH): $(TESTPAR) 188 189 189 fit pm: $(BIN)/fitpm.$(ARCH)190 191 FIT PM= \192 $(SRC)/fit pm.$(ARCH).o \193 $(SRC)/ParFactor.$(ARCH).o \ 194 $(SRC)/FitAstromOps.$(ARCH).o \ 195 $(SRC)/FitPosPMfixed.$(ARCH).o \ 196 $(SRC)/FitPM.$(ARCH).o \ 197 $(SRC)/FitPMandPar.$(ARCH).o \ 198 $(SRC)/FitPosStack.$(ARCH).o \ 199 $(SRC)/BootstrapOps.$(ARCH).o \ 200 $(SRC)/mkpolyterm.$(ARCH).o \ 201 $(SRC)/fitpoly.$(ARCH).o 202 203 $(FIT PM): $(INC)/relastro.h204 $(BIN)/fit pm.$(ARCH): $(FITPM)190 fitexample: $(BIN)/fitexample.$(ARCH) 191 192 FITEXAMPLE = \ 193 $(SRC)/fitexample.$(ARCH).o \ 194 $(SRC)/ParFactor.$(ARCH).o \ 195 $(SRC)/FitAstromOps.$(ARCH).o \ 196 $(SRC)/FitPosPMfixed.$(ARCH).o \ 197 $(SRC)/FitPM.$(ARCH).o \ 198 $(SRC)/FitPMandPar.$(ARCH).o \ 199 $(SRC)/FitPosStack.$(ARCH).o \ 200 $(SRC)/BootstrapOps.$(ARCH).o \ 201 $(SRC)/mkpolyterm.$(ARCH).o \ 202 $(SRC)/fitpoly.$(ARCH).o 203 204 $(FITEXAMPLE): $(INC)/relastro.h 205 $(BIN)/fitexample.$(ARCH): $(FITEXAMPLE) 205 206 206 207 fitobj: $(BIN)/fitobj.$(ARCH)
Note:
See TracChangeset
for help on using the changeset viewer.
