Changeset 32348 for trunk/psphot/src/Makefile.am
- Timestamp:
- Sep 6, 2011, 1:32:31 PM (15 years ago)
- Location:
- trunk/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot
-
trunk/psphot/src
- Property svn:ignore
-
old new 22 22 psphotMakePSF 23 23 psphotStack 24 psphotModelTest
-
- Property svn:ignore
-
trunk/psphot/src/Makefile.am
r31452 r32348 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) … … 102 106 psphotCleanup.c 103 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 \ 115 psphotCleanup.c 116 104 117 # psphotTest_SOURCES = \ 105 118 # psphotTest.c … … 117 130 psphotVisual.c \ 118 131 psphotCullPeaks.c \ 132 psphotFootprintSaddles.c \ 119 133 psphotVersion.c \ 120 134 psphotModelGroupInit.c \ … … 129 143 psphotMakePSFReadout.c \ 130 144 psphotModelBackground.c \ 145 psphotModelTestReadout.c \ 131 146 psphotMaskBackground.c \ 132 147 psphotSubtractBackground.c \ … … 157 172 psphotExtendedSourceAnalysisByObject.c \ 158 173 psphotExtendedSourceFits.c \ 174 psphotSersicModelClass.c \ 159 175 psphotKernelFromPSF.c \ 160 176 psphotFitSet.c \ … … 168 184 psphotRadialPlot.c \ 169 185 psphotKronMasked.c \ 186 psphotKronIterate.c \ 170 187 psphotDeblendSatstars.c \ 171 188 psphotMosaicSubimage.c \ … … 191 208 psphotEfficiency.c 192 209 193 # XXX need to fix this for the new apis194 # psphotModelTest.c195 196 210 # re-instate these 197 211 # psphotIsophotal.c \
Note:
See TracChangeset
for help on using the changeset viewer.
