IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4502


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

* empty log message *

Location:
trunk/psLib/src
Files:
4 added
2 edited

Legend:

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

    r4446 r4502  
    33AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\"
    44
    5 INCLUDES = \
    6         -I$(top_srcdir)/src/astro \
    7         -I$(top_srcdir)/src/db \
    8         -I$(top_srcdir)/src/fft \
    9         -I$(top_srcdir)/src/fits \
    10         -I$(top_srcdir)/src/imageops \
    11         -I$(top_srcdir)/src/math \
    12         -I$(top_srcdir)/src/mathtypes \
    13         -I$(top_srcdir)/src/sys \
    14         -I$(top_srcdir)/src/types \
    15         -I$(top_srcdir)/src/xml \
    16         $(all_includes)
     5INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"`
    176
    187noinst_LTLIBRARIES = libpslibastro.la
     
    2312BUILT_SOURCES = psAstroErrors.h
    2413
    25 EXTRA_DIST = psAstroErrors.dat astro.i
     14EXTRA_DIST = psAstroErrors_$(LANG).dat astro.i
    2615
    27 psAstroErrors.h: psAstroErrors.dat
     16psAstroErrors.h: psAstroErrors_$(LANG).dat
    2817        $(top_srcdir)/src/psParseErrorCodes --data=$? $@
    2918
  • 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.