IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5231


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

* empty log message *

Location:
trunk/psLib
Files:
3 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
  • trunk/psLib/pslib.kdevelop

    r5222 r5231  
    4949        <envvar value="1" name="WANT_AUTOMAKE_1_6" />
    5050      </envvars>
     51      <abortonerror>false</abortonerror>
     52      <numberofjobs>3</numberofjobs>
     53      <dontact>false</dontact>
     54      <makebin/>
     55      <prio>0</prio>
    5156    </make>
    5257  </kdevautoproject>
  • trunk/psLib/src/Makefile.am

    r5216 r5231  
    1515BUILT_SOURCES = psErrorText.h
    1616psErrorText.h: psErrorText_$(PS_LANG).dat
    17         $(top_srcdir)/psParseErrorCodes --data=$? $@
     17        $(top_srcdir)/psParseErrorCodes --data=$? $(srcdir)/psErrorText.h
    1818
    1919pslibincludedir = $(includedir)
Note: See TracChangeset for help on using the changeset viewer.