Changeset 5231
- Timestamp:
- Oct 6, 2005, 12:41:08 PM (21 years ago)
- Location:
- trunk/psLib
- Files:
-
- 3 edited
-
configure.ac (modified) (2 diffs)
-
pslib.kdevelop (modified) (1 diff)
-
src/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/configure.ac
r5219 r5231 25 25 SRCDIRS="sys astro db fft fits imageops math mathtypes types xml" 26 26 SRCINC=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|-I\${SRCPATH=}/\1|g"` 27 dnl needed for psErrorText.h which is BUILT_SOURCES but also distributed28 SRCINC="-I\${top_srcdir}/src ${SRCINC=}"29 27 30 28 SRCSUBLIBS=`echo "${SRCDIRS=}" | ${SED} "s|\(\\w\+\)|\1/libpslib\1.la|g"` … … 42 40 [AC_MSG_RESULT([compile optimization disabled]) 43 41 CFLAGS="${CFLAGS=} -O0 -g"] 42 ) 43 44 dnl handle profiler building 45 AC_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"] 44 49 ) 45 50 -
trunk/psLib/pslib.kdevelop
r5222 r5231 49 49 <envvar value="1" name="WANT_AUTOMAKE_1_6" /> 50 50 </envvars> 51 <abortonerror>false</abortonerror> 52 <numberofjobs>3</numberofjobs> 53 <dontact>false</dontact> 54 <makebin/> 55 <prio>0</prio> 51 56 </make> 52 57 </kdevautoproject> -
trunk/psLib/src/Makefile.am
r5216 r5231 15 15 BUILT_SOURCES = psErrorText.h 16 16 psErrorText.h: psErrorText_$(PS_LANG).dat 17 $(top_srcdir)/psParseErrorCodes --data=$? $ @17 $(top_srcdir)/psParseErrorCodes --data=$? $(srcdir)/psErrorText.h 18 18 19 19 pslibincludedir = $(includedir)
Note:
See TracChangeset
for help on using the changeset viewer.
