IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3241


Ignore:
Timestamp:
Feb 15, 2005, 4:01:02 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

Location:
trunk/psLib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r3237 r3241  
    1 AC_INIT([pslib],[1.4],[robert.desonia@mhpcc.hpc.mil])
     1AC_INIT([pslib],[1.4],[www.pan-starrs.org/bugzilla])
    22AM_CONFIG_HEADER(src/config.h)
    33AM_INIT_AUTOMAKE(pslib, 1.4)
     
    77
    88dnl Setup CFLAGS with project-particulars
    9 CFLAGS="${CFLAGS=} -std=c99 -Wall -Werror"
     9CFLAGS="${CFLAGS=} -std=c99"
    1010SUBDIR="etc src test" dnl don't include 'swig', as it is optional
    1111
     
    150150AC_SUBST(DOXYGEN,$DOXYGEN)
    151151
    152 CFLAGS="${CFLAGS=}  -DPS_CONFIG_FILE_DEFAULT=\\\"$sysconfdir/pslib/psTime.config\\\""
    153 
     152CFLAGS="${CFLAGS=} -Wall -Werror"
    154153
    155154dnl ---------------- export variables --------------------
  • trunk/psLib/src/astronomy/Makefile.am

    r3127 r3241  
    11#Makefile for astronomy functions of psLib
    22#
     3AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\"
     4
    35INCLUDES = \
    46        -I$(top_srcdir)/src/collections \
     
    1012
    1113noinst_LTLIBRARIES = libpslibastronomy.la
    12 
    1314libpslibastronomy_la_SOURCES = \
    1415        psTime.c \
Note: See TracChangeset for help on using the changeset viewer.