Changeset 4502
- Timestamp:
- Jul 7, 2005, 10:31:16 AM (21 years ago)
- Location:
- trunk/psLib/src
- Files:
-
- 4 added
- 2 edited
-
astro/Makefile.am (modified) (2 diffs)
-
astro/astro.i (added)
-
astro/psAstroErrors_en.dat (added)
-
db/Makefile.am (modified) (1 diff)
-
db/db.i (added)
-
db/psDBErrors_en.dat (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/astro/Makefile.am
r4446 r4502 3 3 AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\" 4 4 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) 5 INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"` 17 6 18 7 noinst_LTLIBRARIES = libpslibastro.la … … 23 12 BUILT_SOURCES = psAstroErrors.h 24 13 25 EXTRA_DIST = psAstroErrors .dat astro.i14 EXTRA_DIST = psAstroErrors_$(LANG).dat astro.i 26 15 27 psAstroErrors.h: psAstroErrors .dat16 psAstroErrors.h: psAstroErrors_$(LANG).dat 28 17 $(top_srcdir)/src/psParseErrorCodes --data=$? $@ 29 18 -
trunk/psLib/src/db/Makefile.am
r4446 r4502 1 #Makefile for d ataIOfunctions of psLib1 #Makefile for db functions of psLib 2 2 # 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) 3 INCLUDES = `echo "$(SRCLIBS} | sed sed "s|\(\\w\+\)|-I\$(top_builddir)/src/\1|g"` 15 4 16 noinst_LTLIBRARIES = libpslibd ataIO.la5 noinst_LTLIBRARIES = libpslibdb.la 17 6 18 7 libpslibdataIO_la_SOURCES = \ 19 psLookupTable.c \20 psFits.c \21 8 psDB.c 22 9 23 10 24 BUILT_SOURCES = ps FileUtilsErrors.h25 EXTRA_DIST = ps FileUtilsErrors.dat psFileUtilsErrors.h dataIO.i11 BUILT_SOURCES = psDBErrors.h 12 EXTRA_DIST = psDBErrors_en.dat db.i 26 13 27 14 psFileUtilsErrors.h: psFileUtilsErrors.dat
Note:
See TracChangeset
for help on using the changeset viewer.
