Changeset 3185
- Timestamp:
- Feb 9, 2005, 4:59:35 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 4 edited
-
Makefile.am (modified) (3 diffs)
-
configure.in (modified) (3 diffs)
-
etc/pslib/Makefile.am (modified) (1 diff)
-
src/config.h.in (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/Makefile.am
r3182 r3185 1 SUBDIRS = etc src test swig1 SUBDIRS = etc/pslib src test swig 2 2 3 3 bin_SCRIPTS = pslib-config … … 6 6 pkgconfig_DATA= pslib.pc 7 7 8 EXTRA_DIST = Doxyfile pslib-config.in pslib.pc.in config data8 EXTRA_DIST = Doxyfile pslib-config.in pslib.pc.in share 9 9 10 10 docs: … … 12 12 13 13 install-data-hook: 14 $(INSTALL) share/* $(datadir) 14 $(INSTALL) $(srcdir)/share/pslib/* $(datadir)/pslib -
trunk/psLib/configure.in
r3182 r3185 16 16 [AC_HELP_STRING([--enable-debug],[Enable debug information in compilation])], 17 17 [AC_MSG_RESULT(debug information enabled) 18 AC_DEFINE(DEBUG )18 AC_DEFINE(DEBUG,[], [debug information requested]) 19 19 CFLAGS="${CFLAGS=} -O0 -g2"], 20 20 [AC_MSG_RESULT(debug information disabled)] … … 34 34 test "$prefix" = NONE && prefix=`pwd` 35 35 36 37 36 dnl Setup the info for psLib for pkg-config 38 PSLIB_CFLAGS="-I${includedir =}"37 PSLIB_CFLAGS="-I${includedir}" 39 38 PSLIB_LIBS="-L${libdir} -lpslib" 40 39 … … 125 124 126 125 dnl --------- set config/data file location -------------- 127 AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/ps Time.config", [Location of the psTime.config file])128 AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/ps Time.xml", [Location of the psTime.xml file])129 AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/ tai_utc.dat", [Location of the tai_utc.dat file])126 AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/pslib/psTime.config", [Location of the psTime.config file]) 127 AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/pslib/psTime.xml", [Location of the psTime.xml file]) 128 AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/pslib/tai_utc.dat", [Location of the tai_utc.dat file]) 130 129 131 130 dnl for MacOSX, where sqrtf is in mx -
trunk/psLib/etc/pslib/Makefile.am
r3182 r3185 10 10 sed 's|PREFIX|$(prefix)|' $? > $@ 11 11 12 install-data-hook: 13 $(INSTALL) $(srcdir)/psTime.xml $(srcdir)/psTime.config $(datadir)/pslib -
trunk/psLib/src/config.h.in
r3153 r3185 3 3 /* Location of the psTime.config file */ 4 4 #undef CONFIG_FILE 5 6 /* debug information requested */ 7 #undef DEBUG 5 8 6 9 /* Define to dummy `main' function (if any) required to link to the Fortran
Note:
See TracChangeset
for help on using the changeset viewer.
