Changeset 4502 for trunk/psLib/src/astro/Makefile.am
- Timestamp:
- Jul 7, 2005, 10:31:16 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/astro/Makefile.am (modified) (2 diffs)
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
Note:
See TracChangeset
for help on using the changeset viewer.
