Changeset 28003 for branches/pap/Ohana/src/uniphot/Makefile
- Timestamp:
- May 18, 2010, 12:49:05 PM (16 years ago)
- Location:
- branches/pap
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap
- Property svn:mergeinfo changed
-
branches/pap/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/pap/Ohana/src/uniphot/Makefile
r12842 r28003 1 default: uniphot 1 default: uniphot setphot 2 2 help: 3 @echo "make options: uniphot (default)"3 @echo "make options: uniphot setphot default help install default (uniphot setphot)" 4 4 5 5 include ../../Makefile.System … … 18 18 19 19 uniphot: $(BIN)/uniphot.$(ARCH) 20 install: $(DESTBIN)/uniphot 20 setphot: $(BIN)/setphot.$(ARCH) 21 install: $(DESTBIN)/uniphot $(DESTBIN)/setphot 21 22 22 23 UNIPHOT = \ … … 24 25 $(SRC)/initialize.$(ARCH).o \ 25 26 $(SRC)/ConfigInit.$(ARCH).o \ 26 $(SRC)/args.$(ARCH).o \27 $(SRC)/args.$(ARCH).o \ 27 28 $(SRC)/liststats.$(ARCH).o \ 28 29 $(SRC)/load_images.$(ARCH).o \ … … 39 40 $(UNIPHOT): $(INC)/uniphot.h 40 41 $(BIN)/uniphot.$(ARCH): $(UNIPHOT) 42 43 SETPHOT = \ 44 $(SRC)/setphot.$(ARCH).o \ 45 $(SRC)/initialize.$(ARCH).o \ 46 $(SRC)/ConfigInit.$(ARCH).o \ 47 $(SRC)/args.$(ARCH).o \ 48 $(SRC)/liststats.$(ARCH).o \ 49 $(SRC)/load_zpt_table.$(ARCH).o \ 50 $(SRC)/load_images.$(ARCH).o \ 51 $(SRC)/match_zpts_to_images.$(ARCH).o \ 52 $(SRC)/update_catalog_setphot.$(ARCH).o \ 53 $(SRC)/SetSignals.$(ARCH).o \ 54 $(SRC)/Shutdown.$(ARCH).o 55 56 $(SETPHOT): $(INC)/uniphot.h 57 $(BIN)/setphot.$(ARCH): $(SETPHOT)
Note:
See TracChangeset
for help on using the changeset viewer.
