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

    r4446 r4540  
    1 #Makefile for dataManip functions of psLib
     1#Makefile for math 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 = libpslibmath.la
    154
    16 noinst_LTLIBRARIES = libpslibdataManip.la
     5libpslibmath_la_SOURCES = \
     6        psBinaryOp.c \
     7        psCompare.c \
     8        psMatrix.c \
     9        psMinimize.c \
     10        psRandom.c \
     11        psFunctions.c \
     12        psStats.c \
     13        psUnaryOp.c
    1714
    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=$? $@
     15EXTRA_DIST = math.i
    2616
    2717pslibincludedir = $(includedir)
    2818pslibinclude_HEADERS = \
     19        psBinaryOp.h \
     20        psCompare.h \
    2921        psConstants.h \
    30         psStats.h  \
     22        psMatrix.h \
     23        psMinimize.h \
     24        psRandom.h \
    3125        psFunctions.h \
    32         psMatrix.h \
    33     psBinaryOp.h \
    34     psUnaryOp.h \
    35         psVectorFFT.h \
    36         psMinimize.h \
    37         psRandom.h
    38 
     26        psStats.h \
     27        psUnaryOp.h
Note: See TracChangeset for help on using the changeset viewer.