IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 6, 2005, 12:41:08 PM (21 years ago)
Author:
desonia
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/configure.ac

    r5219 r5231  
    2525SRCDIRS="sys astro db fft fits imageops math mathtypes types xml"
    2626SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"`
    27 dnl needed for psErrorText.h which is BUILT_SOURCES but also distributed
    28 SRCINC="-I\${top_srcdir}/src ${SRCINC=}"
    2927
    3028SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpslib\1.la|g"`
     
    4240  [AC_MSG_RESULT([compile optimization disabled])
    4341   CFLAGS="${CFLAGS=} -O0 -g"]
     42)
     43
     44dnl handle profiler building
     45AC_ARG_ENABLE(profile,
     46  [AS_HELP_STRING(--enable-profile,enable compiler profiler information inclusion)],
     47  [AC_MSG_RESULT(compile optimization enabled)
     48   CFLAGS="${CFLAGS=} -fprofile-arcs -ftest-coverage -pg"]
    4449)
    4550
Note: See TracChangeset for help on using the changeset viewer.