Changeset 3241
- Timestamp:
- Feb 15, 2005, 4:01:02 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 2 edited
-
configure.ac (modified) (3 diffs)
-
src/astronomy/Makefile.am (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r3237 r3241 1 AC_INIT([pslib],[1.4],[ robert.desonia@mhpcc.hpc.mil])1 AC_INIT([pslib],[1.4],[www.pan-starrs.org/bugzilla]) 2 2 AM_CONFIG_HEADER(src/config.h) 3 3 AM_INIT_AUTOMAKE(pslib, 1.4) … … 7 7 8 8 dnl Setup CFLAGS with project-particulars 9 CFLAGS="${CFLAGS=} -std=c99 -Wall -Werror"9 CFLAGS="${CFLAGS=} -std=c99" 10 10 SUBDIR="etc src test" dnl don't include 'swig', as it is optional 11 11 … … 150 150 AC_SUBST(DOXYGEN,$DOXYGEN) 151 151 152 CFLAGS="${CFLAGS=} -DPS_CONFIG_FILE_DEFAULT=\\\"$sysconfdir/pslib/psTime.config\\\"" 153 152 CFLAGS="${CFLAGS=} -Wall -Werror" 154 153 155 154 dnl ---------------- export variables -------------------- -
trunk/psLib/src/astronomy/Makefile.am
r3127 r3241 1 1 #Makefile for astronomy functions of psLib 2 2 # 3 AM_CFLAGS=$(CFLAGS) -DPS_CONFIG_FILE_DEFAULT=\"$(sysconfdir)/pslib/psTime.config\" 4 3 5 INCLUDES = \ 4 6 -I$(top_srcdir)/src/collections \ … … 10 12 11 13 noinst_LTLIBRARIES = libpslibastronomy.la 12 13 14 libpslibastronomy_la_SOURCES = \ 14 15 psTime.c \
Note:
See TracChangeset
for help on using the changeset viewer.
