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/fft/Makefile.am

    r4446 r4540  
    1 #Makefile for dataManip functions of psLib
     1#Makefile for fft 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 = libpslibfft.la
    154
    16 noinst_LTLIBRARIES = libpslibdataManip.la
     5libpslibfft_la_SOURCES = \
     6        psImageFFT.c \
     7        psVectorFFT.c
    178
    18 libpslibdataManip_la_SOURCES = psUnaryOp.c psBinaryOp.c psStats.c \
    19                 psFunctions.c psMatrix.c psVectorFFT.c psMinimize.c psRandom.c
    20 
    21 BUILT_SOURCES = psDataManipErrors.h
    22 EXTRA_DIST = psDataManipErrors.dat psDataManipErrors.h dataManip.i
    23 
    24 psDataManipErrors.h: psDataManipErrors.dat
    25         $(top_srcdir)/src/psParseErrorCodes --data=$? $@
     9EXTRA_DIST = fft.i
    2610
    2711pslibincludedir = $(includedir)
    2812pslibinclude_HEADERS = \
    29         psConstants.h \
    30         psStats.h  \
    31         psFunctions.h \
    32         psMatrix.h \
    33     psBinaryOp.h \
    34     psUnaryOp.h \
    3513        psVectorFFT.h \
    36         psMinimize.h \
    37         psRandom.h
     14        psImageFFT.h
    3815
Note: See TracChangeset for help on using the changeset viewer.