IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 11528


Ignore:
Timestamp:
Jan 31, 2007, 5:21:26 PM (19 years ago)
Author:
jhoblitt
Message:

use IPP_STDOPTS macro
cleanup CFLAGS

Location:
trunk/stac
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/stac/configure.ac

    r11133 r11528  
    1313AC_PROG_INSTALL
    1414dnl AC_PROG_LIBTOOL
    15 
    16 dnl enable largefile supports
    1715AC_SYS_LARGEFILE
    18 
    19 dnl handle debug building
    20 AC_ARG_ENABLE(optimize,
    21   [AS_HELP_STRING(--enable-optimize,enable compiler optimization)],
    22   [AC_MSG_RESULT(compile optimization enabled)
    23    CFLAGS="${CFLAGS=} -O2 -DPS_NO_TRACE"],
    24   [AC_MSG_RESULT([compile optimization disabled])
    25    CFLAGS="${CFLAGS=} -O0 -g"]
    26 )
    2716
    2817PKG_CHECK_MODULES([PSLIB], [pslib >= 0.12.99])
    2918
    30 stac_CFLAGS="-Wall -Werror -std=c99"
    31 AC_SUBST([stac_CFLAGS])
     19CFLAGS="${CFLAGS=} -Wall -Werror -std=c99"
    3220
    3321AC_CONFIG_FILES([
  • trunk/stac/src/Makefile.am

    r11277 r11528  
    11# Compilation flags for Automake
    2 AM_CPPFLAGS = $(PSLIB_CFLAGS) $(stac_CFLAGS)
     2AM_CPPFLAGS = $(PSLIB_CFLAGS)
    33AM_LDFLAGS = $(PSLIB_LIBS)
    44
Note: See TracChangeset for help on using the changeset viewer.