- Timestamp:
- Aug 21, 2011, 10:30:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src/Makefile.am
r31989 r32154 25 25 libpsphot_la_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 26 26 27 bin_PROGRAMS = psphot psphotForced psphotMakePSF psphotStack 27 bin_PROGRAMS = psphot psphotForced psphotMakePSF psphotStack psphotModelTest 28 28 # bin_PROGRAMS = psphotPetrosianStudy psphotTest psphotMomentsStudy 29 29 … … 43 43 psphotStack_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 44 44 psphotStack_LDADD = libpsphot.la 45 46 psphotModelTest_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) 47 psphotModelTest_LDFLAGS = $(PSPHOT_LIBS) $(PSMODULE_LIBS) $(PSLIB_LIBS) 48 psphotModelTest_LDADD = libpsphot.la 45 49 46 50 # psphotMomentsStudy_CFLAGS = $(PSPHOT_CFLAGS) $(PSMODULE_CFLAGS) $(PSLIB_CFLAGS) … … 100 104 psphotStackObjects.c \ 101 105 psphotStackPSF.c \ 106 psphotCleanup.c 107 108 # a psphot-variant that simply generates the PSF model 109 psphotModelTest_SOURCES = \ 110 psphotModelTest.c \ 111 psphotModelTestArguments.c \ 112 psphotParseCamera.c \ 113 psphotImageLoop.c \ 114 psphotMosaicChip.c \ 102 115 psphotCleanup.c 103 116 … … 129 142 psphotMakePSFReadout.c \ 130 143 psphotModelBackground.c \ 144 psphotModelTestReadout.c \ 131 145 psphotMaskBackground.c \ 132 146 psphotSubtractBackground.c \ … … 192 206 psphotEfficiency.c 193 207 194 # XXX need to fix this for the new apis195 # psphotModelTest.c196 197 208 # re-instate these 198 209 # psphotIsophotal.c \
Note:
See TracChangeset
for help on using the changeset viewer.
