Changeset 21536 for branches/cnb_branch_20090215/Ohana/src/addstar/Makefile
- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/Ohana/src/addstar/Makefile
r20936 r21536 27 27 mkcmf : $(BIN)/mkcmf.$(ARCH) 28 28 29 all: addstar addstarc addstard addstart sedstar load2mass skycells 29 all: addstar sedstar load2mass skycells 30 31 # I need to fix the client/server version of addstar now that I have dropped Stars 32 # as an autocode type and have converted to carrying average and measure 33 # all: addstar addstarc addstard addstart sedstar load2mass skycells 30 34 31 35 ADDSTAR = \ … … 48 52 $(SRC)/find_matches_refstars.$(ARCH).o \ 49 53 $(SRC)/find_subset.$(ARCH).o \ 50 $(SRC)/get2mass.$(ARCH).o \51 $(SRC)/get2mass_as.$(ARCH).o \52 $(SRC)/get2mass_as_raw.$(ARCH).o \53 $(SRC)/get2mass_dr2.$(ARCH).o \54 $(SRC)/get2mass_ops.$(ARCH).o \55 54 $(SRC)/getgsc.$(ARCH).o \ 56 55 $(SRC)/gettycho.$(ARCH).o \ … … 71 70 $(SRC)/replace_match.$(ARCH).o \ 72 71 $(SRC)/resort_catalog.$(ARCH).o \ 72 $(SRC)/StarOps.$(ARCH).o \ 73 73 $(SRC)/ReadStarsFITS.$(ARCH).o \ 74 74 $(SRC)/ReadStarsTEXT.$(ARCH).o \ … … 106 106 $(SRC)/find_matches_refstars.$(ARCH).o \ 107 107 $(SRC)/find_subset.$(ARCH).o \ 108 $(SRC)/get2mass.$(ARCH).o \109 $(SRC)/get2mass_as.$(ARCH).o \110 $(SRC)/get2mass_as_raw.$(ARCH).o \111 $(SRC)/get2mass_dr2.$(ARCH).o \112 $(SRC)/get2mass_ops.$(ARCH).o \113 108 $(SRC)/getgsc.$(ARCH).o \ 114 109 $(SRC)/gettycho.$(ARCH).o \ … … 141 136 $(SRC)/find_matches_refstars.$(ARCH).o \ 142 137 $(SRC)/find_subset.$(ARCH).o \ 143 $(SRC)/get2mass.$(ARCH).o \144 $(SRC)/get2mass_as.$(ARCH).o \145 $(SRC)/get2mass_as_raw.$(ARCH).o \146 $(SRC)/get2mass_dr2.$(ARCH).o \147 $(SRC)/get2mass_ops.$(ARCH).o \148 138 $(SRC)/getgsc.$(ARCH).o \ 149 139 $(SRC)/getusno.$(ARCH).o \ … … 209 199 $(SRC)/replace_match.$(ARCH).o \ 210 200 $(SRC)/update_coords.$(ARCH).o \ 201 $(SRC)/StarOps.$(ARCH).o \ 211 202 $(SRC)/ConfigInit.$(ARCH).o \ 212 203 $(SRC)/Shutdown.$(ARCH).o \ … … 252 243 $(BIN)/mkcmf.$(ARCH) : $(MKCMF) 253 244 254 INSTALL = addstar addstarc addstard addstart sedstar load2mass skycells mkcmf 245 INSTALL = addstar sedstar load2mass skycells mkcmf 246 247 # I need to fix the client/server version of addstar now that I have dropped Stars 248 # as an autocode type and have converted to carrying average and measure 249 # all: addstar addstarc addstard addstart sedstar load2mass skycells 250 # INSTALL = addstar addstarc addstard addstart sedstar load2mass skycells mkcmf 255 251 256 252 # dependancy rules for binary code #########################
Note:
See TracChangeset
for help on using the changeset viewer.
