Changeset 5170 for trunk/psModules/src/Makefile.am
- Timestamp:
- Sep 28, 2005, 10:43:52 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/Makefile.am
r5067 r5170 1 SUBDIRS = $(SRCDIRS) 1 2 lib_LTLIBRARIES = libpsmodule.la 2 3 3 libpsmodule_la_CPPFLAGS = $(PSLIB_CFLAGS) 4 libpsmodule_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 libpsmodule_la_SOURCES = pmFlatField.c \ 6 pmImageCombine.c \ 7 pmImageSubtract.c \ 8 pmMaskBadPixels.c\ 9 pmNonLinear.c \ 10 pmObjects.c \ 11 pmReadoutCombine.c \ 12 pmSubtractBias.c \ 13 pmSubtractSky.c \ 14 pmAstrometry.c 15 16 libpsmodule_ladir = $(includedir) 17 libpsmodule_la_HEADERS = \ 18 pmFlatFieldErrors.h \ 19 pmMaskBadPixelsErrors.h \ 20 pmFlatField.h \ 21 pmImageCombine.h \ 22 pmImageSubtract.h \ 23 pmMaskBadPixels.h \ 24 pmNonLinear.h \ 25 pmObjects.h \ 26 pmReadoutCombine.h \ 27 pmSubtractBias.h \ 28 pmSubtractSky.h \ 29 pmAstrometry.h 4 libpsmodule_la_SOURCES = dummy.c 5 libpsmodule_la_CPPFLAGS = $(SRCINC) 6 libpsmodule_la_LIBADD = $(SRCSUBLIBS) 30 7 31 8 EXTRA_DIST = psErrorCodes.dat
Note:
See TracChangeset
for help on using the changeset viewer.
