Changeset 4540 for trunk/psLib/src/imageops/Makefile.am
- Timestamp:
- Jul 12, 2005, 9:12:01 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/imageops/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/imageops/Makefile.am
r4446 r4540 1 #Makefile for image functions of psLib1 #Makefile for image operation functions of psLib 2 2 # 3 INCLUDES = \ 4 -I$(top_srcdir)/src/astro \ 5 -I$(top_srcdir)/src/db \ 6 -I$(top_srcdir)/src/fft \ 7 -I$(top_srcdir)/src/fits \ 8 -I$(top_srcdir)/src/imageops \ 9 -I$(top_srcdir)/src/math \ 10 -I$(top_srcdir)/src/mathtypes \ 11 -I$(top_srcdir)/src/sys \ 12 -I$(top_srcdir)/src/types \ 13 -I$(top_srcdir)/src/xml \ 14 $(all_includes) 3 noinst_LTLIBRARIES = libpslibimageops.la 15 4 16 noinst_LTLIBRARIES = libpslibimage.la 17 18 libpslibimage_la_SOURCES = \ 19 psImage.c \ 5 libpslibimageops_la_SOURCES = \ 6 psImageConvolve.c \ 7 psImageGeomManip.c \ 20 8 psImagePixelExtract.c \ 21 psImageStructManip.c \22 psImageGeomManip.c \23 9 psImagePixelManip.c \ 24 10 psImageStats.c \ 25 psImageFFT.c \ 26 psImageConvolve.c 11 psImageStructManip.c 27 12 28 BUILT_SOURCES = psImageErrors.h 29 EXTRA_DIST = psImageErrors.dat psImageErrors.h image.i 30 31 psImageErrors.h: psImageErrors.dat 32 $(top_srcdir)/src/psParseErrorCodes --data=$? $@ 13 EXTRA_DIST = imageops.i 33 14 34 15 pslibincludedir = $(includedir) 35 16 pslibinclude_HEADERS = \ 36 psImage.h \ 17 psImageConvolve.h \ 18 psImageGeomManip.h \ 37 19 psImagePixelExtract.h \ 38 psImageStructManip.h \39 psImageGeomManip.h \40 20 psImagePixelManip.h \ 41 21 psImageStats.h \ 42 psImageFFT.h \ 43 psImageConvolve.h 22 psImageStructManip.h
Note:
See TracChangeset
for help on using the changeset viewer.
