IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jul 7, 2005, 10:31:16 AM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

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

    r4446 r4502  
    1 #Makefile for dataIO functions of psLib
     1#Makefile for db 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)
     3INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"`
    154
    16 noinst_LTLIBRARIES = libpslibdataIO.la
     5noinst_LTLIBRARIES = libpslibdb.la
    176
    187libpslibdataIO_la_SOURCES = \
    19         psLookupTable.c \
    20         psFits.c \
    218        psDB.c
    229
    2310
    24 BUILT_SOURCES = psFileUtilsErrors.h
    25 EXTRA_DIST = psFileUtilsErrors.dat psFileUtilsErrors.h dataIO.i
     11BUILT_SOURCES = psDBErrors.h
     12EXTRA_DIST = psDBErrors_en.dat db.i
    2613
    2714psFileUtilsErrors.h: psFileUtilsErrors.dat
Note: See TracChangeset for help on using the changeset viewer.