IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3185


Ignore:
Timestamp:
Feb 9, 2005, 4:59:35 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/Makefile.am

    r3182 r3185  
    1 SUBDIRS = etc src test swig
     1SUBDIRS = etc/pslib src test swig
    22
    33bin_SCRIPTS = pslib-config
     
    66pkgconfig_DATA= pslib.pc
    77
    8 EXTRA_DIST = Doxyfile pslib-config.in pslib.pc.in config data
     8EXTRA_DIST = Doxyfile pslib-config.in pslib.pc.in share
    99
    1010docs:
     
    1212
    1313install-data-hook:
    14   $(INSTALL) share/* $(datadir)
     14        $(INSTALL) $(srcdir)/share/pslib/* $(datadir)/pslib
  • trunk/psLib/configure.in

    r3182 r3185  
    1616  [AC_HELP_STRING([--enable-debug],[Enable debug information in compilation])],
    1717  [AC_MSG_RESULT(debug information enabled)
    18    AC_DEFINE(DEBUG)
     18   AC_DEFINE(DEBUG,[], [debug information requested])
    1919   CFLAGS="${CFLAGS=} -O0 -g2"],
    2020  [AC_MSG_RESULT(debug information disabled)]
     
    3434test "$prefix" = NONE && prefix=`pwd`
    3535
    36 
    3736dnl Setup the info for psLib for pkg-config
    38 PSLIB_CFLAGS="-I${includedir=}"
     37PSLIB_CFLAGS="-I${includedir}"
    3938PSLIB_LIBS="-L${libdir} -lpslib"
    4039
     
    125124
    126125dnl --------- set config/data file location --------------
    127 AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/psTime.config", [Location of the psTime.config file])
    128 AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/psTime.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])
     126AC_DEFINE_UNQUOTED(CONFIG_FILE, "$sysconfdir/pslib/psTime.config", [Location of the psTime.config file])
     127AC_DEFINE_UNQUOTED(XML_CONFIG_FILE, "$sysconfdir/pslib/psTime.xml", [Location of the psTime.xml file])
     128AC_DEFINE_UNQUOTED(UTC_DAT_FILE, "$datadir/pslib/tai_utc.dat", [Location of the tai_utc.dat file])
    130129
    131130dnl for MacOSX, where sqrtf is in mx
  • trunk/psLib/etc/pslib/Makefile.am

    r3182 r3185  
    1010        sed 's|PREFIX|$(prefix)|' $? > $@
    1111
     12install-data-hook:
     13        $(INSTALL) $(srcdir)/psTime.xml $(srcdir)/psTime.config $(datadir)/pslib
  • trunk/psLib/src/config.h.in

    r3153 r3185  
    33/* Location of the psTime.config file */
    44#undef CONFIG_FILE
     5
     6/* debug information requested */
     7#undef DEBUG
    58
    69/* Define to dummy `main' function (if any) required to link to the Fortran
Note: See TracChangeset for help on using the changeset viewer.