Changeset 4502 for trunk/psLib/src/db
- Timestamp:
- Jul 7, 2005, 10:31:16 AM (21 years ago)
- Location:
- trunk/psLib/src/db
- Files:
-
- 2 added
- 1 edited
-
Makefile.am (modified) (1 diff)
-
db.i (added)
-
psDBErrors_en.dat (added)
Legend:
- Unmodified
- Added
- Removed
-
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.
