Changeset 5717 for trunk/pois/src/Makefile.am
- Timestamp:
- Dec 6, 2005, 6:43:52 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/pois/src/Makefile.am (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pois/src/Makefile.am
r3830 r5717 1 AM_CFLAGS = $( pois_CFLAGS) $(PSLIB_CFLAGS)1 AM_CFLAGS = $(PSLIB_CFLAGS) $(pois_CFLAGS) 2 2 AM_LDFLAGS = $(PSLIB_LIBS) 3 4 pois_CPPFLAGS = $(PSLIB_CFLAGS) $(pois_CFLAGS) 5 pois_LDFLAGS = $(PSLIB_LIBS) 3 6 4 7 include_HEADERS = pois.h poisErrorCodes.h … … 19 22 libpois_la_SOURCES = \ 20 23 pois.h \ 21 pois ParseConfig.c \22 pois KernelBasisFunctions.c \24 poisAddPenalty.c \ 25 poisCalculateDeviations.c \ 23 26 poisCalculateEquation.c \ 27 poisCheckKernel.c \ 24 28 poisConvolveImage.c \ 25 29 poisExtractKernel.c \ 30 poisFindStamps.c \ 31 poisKernelBasisFunctions.c \ 26 32 poisMakeMask.c \ 27 poisFindStamps.c \ 28 poisCalculateDeviations.c \ 29 poisAddPenalty.c \ 33 poisReadStamps.c \ 34 poisRejectStamps.c \ 35 poisParseConfig.c \ 36 poisSolveEquation.c \ 30 37 poisStamp.c \ 31 poisRejectStamps.c \32 poisSolveEquation.c \33 poisMaskOps.c \34 38 errorCodes.c 39 ### poisMaskOps.c 35 40 36 41 # … … 49 54 -$(RM) testout.fits stamp*.fits kernel*.fits 50 55 ./pois -v test1.fits test2.fits testout.fits 56 57 # Tags for emacs 58 tags: 59 etags `find . -name \*.[ch] -print`
Note:
See TracChangeset
for help on using the changeset viewer.
