Changeset 12792 for trunk/psphot/src/Makefile.am
- Timestamp:
- Apr 10, 2007, 3:34:16 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/Makefile.am (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/Makefile.am
r12689 r12792 8 8 psphot_LDFLAGS = $(PSLIB_LIBS) $(PSMODULE_LIBS) $(PSPHOT_LIBS) 9 9 psphot_LDADD = libpsphot.la 10 psphot_SOURCES = psphot.c 10 psphot_SOURCES = psphot.c \ 11 psphotArguments.c \ 12 psphotCleanup.c \ 13 psphotImageLoop.c \ 14 psphotMosaicChip.c \ 15 psphotParseCamera.c 11 16 12 17 libpsphot_la_SOURCES = \ … … 14 19 psphotVersion.c \ 15 20 psphotModelGroupInit.c \ 16 psphotArguments.c \17 psphotParseCamera.c \18 psphotMosaicChip.c \19 psphotImageLoop.c \20 21 psphotMaskReadout.c \ 21 22 psphotReadout.c \ … … 53 54 psphotDeblendSatstars.c \ 54 55 psphotMosaicSubimage.c \ 55 psphotAddNoise.c \ 56 psphotCleanup.c 56 psphotAddNoise.c 57 57 58 58 … … 60 60 psphot.h \ 61 61 psphotErrorCodes.h 62 63 noinst_HEADERS = \ 64 psphotInternal.h 62 65 63 66 clean-local:
Note:
See TracChangeset
for help on using the changeset viewer.
