IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 12, 2005, 9:12:01 AM (21 years ago)
Author:
desonia
Message:

massive restructuring of codebase.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/imageops/Makefile.am

    r4446 r4540  
    1 #Makefile for image functions of psLib
     1#Makefile for image operation functions of psLib
    22#
    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)
     3noinst_LTLIBRARIES = libpslibimageops.la
    154
    16 noinst_LTLIBRARIES = libpslibimage.la
    17 
    18 libpslibimage_la_SOURCES = \
    19         psImage.c \
     5libpslibimageops_la_SOURCES = \
     6        psImageConvolve.c \
     7        psImageGeomManip.c \
    208        psImagePixelExtract.c \
    21         psImageStructManip.c \
    22         psImageGeomManip.c \
    239        psImagePixelManip.c \
    2410        psImageStats.c \
    25         psImageFFT.c \
    26         psImageConvolve.c
     11        psImageStructManip.c
    2712
    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=$? $@
     13EXTRA_DIST = imageops.i
    3314
    3415pslibincludedir = $(includedir)
    3516pslibinclude_HEADERS = \
    36         psImage.h \
     17        psImageConvolve.h \
     18        psImageGeomManip.h \
    3719        psImagePixelExtract.h \
    38         psImageStructManip.h \
    39         psImageGeomManip.h \
    4020        psImagePixelManip.h \
    4121        psImageStats.h \
    42         psImageFFT.h \
    43         psImageConvolve.h
     22        psImageStructManip.h
Note: See TracChangeset for help on using the changeset viewer.