Changeset 27839 for branches/simmosaic_branches/Ohana/src/addstar/Makefile
- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/Ohana/src/addstar/Makefile
r21508 r27839 1 default: a ddstar1 default: all 2 2 help: 3 3 @echo "make options: addstar (default)" … … 27 27 mkcmf : $(BIN)/mkcmf.$(ARCH) 28 28 29 all: addstar sedstar load2mass skycells 29 all: addstar sedstar load2mass skycells mkcmf 30 30 31 31 # I need to fix the client/server version of addstar now that I have dropped Stars … … 51 51 $(SRC)/find_matches_closest.$(ARCH).o \ 52 52 $(SRC)/find_matches_refstars.$(ARCH).o \ 53 $(SRC)/find_matches_closest_refstars.$(ARCH).o \ 53 54 $(SRC)/find_subset.$(ARCH).o \ 54 55 $(SRC)/getgsc.$(ARCH).o \ … … 58 59 $(SRC)/greference.$(ARCH).o \ 59 60 $(SRC)/grefstars.$(ARCH).o \ 61 $(SRC)/GetZeroPointExposure.$(ARCH).o \ 60 62 $(SRC)/LoadStars.$(ARCH).o \ 61 63 $(SRC)/LoadHeaders.$(ARCH).o \ … … 79 81 $(SRC)/ReadImageHeader.$(ARCH).o \ 80 82 $(SRC)/UpdateImageIDs.$(ARCH).o \ 81 $(SRC)/update_coords.$(ARCH).o 83 $(SRC)/update_coords.$(ARCH).o \ 84 $(SRC)/psps_ids.$(ARCH).o 82 85 83 86 ADDSTARD = \ … … 116 119 $(SRC)/opening_angle.$(ARCH).o \ 117 120 $(SRC)/replace_match.$(ARCH).o \ 118 $(SRC)/update_coords.$(ARCH).o 121 $(SRC)/update_coords.$(ARCH).o \ 122 $(SRC)/psps_ids.$(ARCH).o 119 123 120 124 ADDSTART = \ … … 155 159 $(SRC)/NewImage_Thread.$(ARCH).o \ 156 160 $(SRC)/NewReflist_Thread.$(ARCH).o \ 157 $(SRC)/NewRefcat_Thread.$(ARCH).o 161 $(SRC)/NewRefcat_Thread.$(ARCH).o \ 162 $(SRC)/psps_ids.$(ARCH).o 158 163 159 164 ADDSTARC = \ … … 196 201 $(SRC)/get2mass_full.$(ARCH).o \ 197 202 $(SRC)/find_matches_refstars.$(ARCH).o \ 203 $(SRC)/build_links.$(ARCH).o \ 198 204 $(SRC)/args_load2mass.$(ARCH).o \ 199 205 $(SRC)/replace_match.$(ARCH).o \ 200 206 $(SRC)/update_coords.$(ARCH).o \ 207 $(SRC)/SkyRegionUtils.$(ARCH).o \ 201 208 $(SRC)/StarOps.$(ARCH).o \ 202 209 $(SRC)/ConfigInit.$(ARCH).o \ 203 210 $(SRC)/Shutdown.$(ARCH).o \ 204 $(SRC)/SetSignals.$(ARCH).o 211 $(SRC)/SetSignals.$(ARCH).o \ 212 $(SRC)/psps_ids.$(ARCH).o 205 213 206 214 SEDSTAR = \
Note:
See TracChangeset
for help on using the changeset viewer.
