- Timestamp:
- Feb 19, 2009, 7:59:50 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/cnb_branch_20090215/Ohana/src/libautocode/Makefile.Targets
r19185 r21536 1 2 1 AOBJS = \ 3 2 $(ASRC)/coords.$(ARCH).o \ … … 9 8 $(ASRC)/average-ps1-dev-1.$(ARCH).o \ 10 9 $(ASRC)/average-ps1-dev-2.$(ARCH).o \ 10 $(ASRC)/average-ps1-v1.$(ARCH).o \ 11 11 $(ASRC)/secfilt.$(ARCH).o \ 12 12 $(ASRC)/secfilt-loneos.$(ARCH).o \ … … 16 16 $(ASRC)/secfilt-ps1-dev-1.$(ARCH).o \ 17 17 $(ASRC)/secfilt-ps1-dev-2.$(ARCH).o \ 18 $(ASRC)/secfilt-ps1-v1.$(ARCH).o \ 18 19 $(ASRC)/measure.$(ARCH).o \ 19 20 $(ASRC)/measure-loneos.$(ARCH).o \ … … 23 24 $(ASRC)/measure-ps1-dev-1.$(ARCH).o \ 24 25 $(ASRC)/measure-ps1-dev-2.$(ARCH).o \ 26 $(ASRC)/measure-ps1-v1.$(ARCH).o \ 25 27 $(ASRC)/missing.$(ARCH).o \ 26 28 $(ASRC)/photcode.$(ARCH).o \ … … 29 31 $(ASRC)/photcode-ps1-dev-2.$(ARCH).o \ 30 32 $(ASRC)/photcode-ps1-dev-3.$(ARCH).o \ 33 $(ASRC)/photcode-ps1-v1.$(ARCH).o \ 31 34 $(ASRC)/image.$(ARCH).o \ 32 35 $(ASRC)/image-loneos.$(ARCH).o \ … … 37 40 $(ASRC)/image-ps1-dev-2.$(ARCH).o \ 38 41 $(ASRC)/image-ps1-dev-3.$(ARCH).o \ 42 $(ASRC)/image-ps1-v1.$(ARCH).o \ 39 43 $(ASRC)/regimage.$(ARCH).o \ 40 44 $(ASRC)/detreg.$(ARCH).o \ 41 45 $(ASRC)/photreg.$(ARCH).o \ 42 46 $(ASRC)/photreg-old.$(ARCH).o \ 43 $(ASRC)/ps1_dev_0.$(ARCH).o \ 44 $(ASRC)/ps1_dev_1.$(ARCH).o \ 45 $(ASRC)/smpdata.$(ARCH).o \ 47 $(ASRC)/cmf-ps1-dev-0.$(ARCH).o \ 48 $(ASRC)/cmf-ps1-dev-1.$(ARCH).o \ 49 $(ASRC)/cmf-ps1-v1.$(ARCH).o \ 50 $(ASRC)/cmf-smpdata.$(ARCH).o \ 46 51 $(ASRC)/getstar-ps1-dev-0.$(ARCH).o \ 47 52 $(ASRC)/getstar-ps1-dev-1.$(ARCH).o \ … … 49 54 $(ASRC)/spectrum.$(ARCH).o \ 50 55 $(ASRC)/spectrum-ascii.$(ARCH).o \ 51 $(ASRC)/Stars.$(ARCH).o \52 56 $(ASRC)/GSCRegion.$(ARCH).o \ 53 57 $(ASRC)/AddstarClientOptions.$(ARCH).o \ … … 63 67 $(AINC)/average-ps1-dev-1.h \ 64 68 $(AINC)/average-ps1-dev-2.h \ 69 $(AINC)/average-ps1-v1.h \ 65 70 $(AINC)/secfilt.h \ 66 71 $(AINC)/secfilt-loneos.h \ … … 70 75 $(AINC)/secfilt-ps1-dev-1.h \ 71 76 $(AINC)/secfilt-ps1-dev-2.h \ 77 $(AINC)/secfilt-ps1-v1.h \ 72 78 $(AINC)/measure.h \ 73 79 $(AINC)/measure-loneos.h \ … … 77 83 $(AINC)/measure-ps1-dev-1.h \ 78 84 $(AINC)/measure-ps1-dev-2.h \ 85 $(AINC)/measure-ps1-v1.h \ 79 86 $(AINC)/missing.h \ 80 87 $(AINC)/photcode.h \ … … 83 90 $(AINC)/photcode-ps1-dev-2.h \ 84 91 $(AINC)/photcode-ps1-dev-3.h \ 92 $(AINC)/photcode-ps1-v1.h \ 85 93 $(AINC)/image.h \ 86 94 $(AINC)/image-loneos.h \ … … 91 99 $(AINC)/image-ps1-dev-2.h \ 92 100 $(AINC)/image-ps1-dev-3.h \ 101 $(AINC)/image-ps1-v1.h \ 93 102 $(AINC)/regimage.h \ 94 103 $(AINC)/detreg.h \ 95 104 $(AINC)/photreg.h \ 96 105 $(AINC)/photreg-old.h \ 97 $(AINC)/ps1_dev_0.h \ 98 $(AINC)/ps1_dev_1.h \ 106 $(AINC)/cmf-ps1-dev-0.h \ 107 $(AINC)/cmf-ps1-dev-1.h \ 108 $(AINC)/cmf-ps1-v1.h \ 109 $(AINC)/cmf-smpdata.h \ 99 110 $(AINC)/getstar-ps1-dev-0.h \ 100 111 $(AINC)/getstar-ps1-dev-1.h \ 101 112 $(AINC)/getstar-ps1-dev-2.h \ 102 $(AINC)/smpdata.h \103 113 $(AINC)/spectrum.h \ 104 114 $(AINC)/spectrum-ascii.h \ 105 $(AINC)/Stars.h \106 115 $(AINC)/GSCRegion.h \ 107 116 $(AINC)/AddstarClientOptions.h \ 108 117 $(AINC)/SkyRegion.h 118 119 # $(ASRC)/Stars.$(ARCH).o 120 # $(AINC)/Stars.h 121
Note:
See TracChangeset
for help on using the changeset viewer.
