Changeset 6872 for trunk/psModules/src/astrom/Makefile.am
- Timestamp:
- Apr 17, 2006, 8:01:05 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/Makefile.am
r6301 r6872 1 1 noinst_LTLIBRARIES = libpsmoduleastrom.la 2 2 3 libpsmoduleastrom_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) 3 libpsmoduleastrom_la_CPPFLAGS = $(SRCINC) $(PSMODULE_CFLAGS) -I../pslib/ 4 4 libpsmoduleastrom_la_LDFLAGS = -release $(PACKAGE_VERSION) 5 5 libpsmoduleastrom_la_SOURCES = \ 6 pmAstrometry.c \ 7 pmAstrometryObjects.c 6 pmFPA.c \ 7 pmFPAConstruct.c \ 8 pmFPACopy.c \ 9 pmFPAMaskWeight.c \ 10 pmFPARead.c \ 11 pmFPAUtils.c \ 12 pmFPAWrite.c \ 13 pmHDU.c \ 14 pmHDUUtils.c \ 15 pmReadout.c \ 16 pmConcepts.c \ 17 pmConceptsRead.c \ 18 pmConceptsWrite.c \ 19 pmConceptsStandard.c \ 20 pmFPA_JPEG.c \ 21 pmFPAview.c \ 22 pmFPAfile.c 23 24 # pmFPAAstrometry.c 25 # pmAstrometryObjects.c 26 # pmChipMosaic.c 8 27 9 28 psmoduleincludedir = $(includedir) 10 29 psmoduleinclude_HEADERS = \ 11 pmAstrometry.h \ 12 pmAstrometryObjects.h 30 pmFPA.h \ 31 pmFPAConstruct.h \ 32 pmFPACopy.h \ 33 pmFPAMaskWeight.h \ 34 pmFPARead.h \ 35 pmFPAUtils.h \ 36 pmFPAWrite.h \ 37 pmHDU.h \ 38 pmHDUUtils.h \ 39 pmReadout.h \ 40 pmConcepts.h \ 41 pmConceptsRead.h \ 42 pmConceptsWrite.h \ 43 pmConceptsStandard.h \ 44 pmFPA_JPEG.h \ 45 pmFPAview.h \ 46 pmFPAfile.h 47 48 # pmFPAAstrometry.h 49 # pmAstrometryObjects.h 50 # pmChipMosaic.h
Note:
See TracChangeset
for help on using the changeset viewer.
