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/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
Note: See TracChangeset for help on using the changeset viewer.