Changeset 34076
- Timestamp:
- Jun 26, 2012, 9:57:00 AM (14 years ago)
- Location:
- branches/eam_branches/ipp-20120601
- Files:
-
- 29 edited
-
dvoTools/configure.ac (modified) (2 diffs)
-
glueforge/templates/psdb/configure_ac.tt (modified) (2 diffs)
-
ippToPsps/configure.ac (modified) (2 diffs)
-
ippTools/configure.ac (modified) (2 diffs)
-
pedestal/configure.ac (modified) (2 diffs)
-
ppArith/configure.ac (modified) (2 diffs)
-
ppBackground/configure.ac (modified) (2 diffs)
-
ppConfigDump/configure.ac (modified) (2 diffs)
-
ppImage/configure.ac (modified) (2 diffs)
-
ppMerge/configure.ac (modified) (2 diffs)
-
ppNoiseMap/configure.ac (modified) (2 diffs)
-
ppNorm/configure.ac (modified) (2 diffs)
-
ppSim/configure.ac (modified) (2 diffs)
-
ppSkycell/configure.ac (modified) (2 diffs)
-
ppSmooth/configure.ac (modified) (2 diffs)
-
ppStack/configure.ac (modified) (2 diffs)
-
ppStats/configure.ac (modified) (2 diffs)
-
ppSub/configure.ac (modified) (2 diffs)
-
ppTranslate/configure.ac (modified) (2 diffs)
-
ppViz/configure.ac (modified) (2 diffs)
-
ppbgrestore/configure.ac (modified) (2 diffs)
-
psLib/configure.ac (modified) (2 diffs)
-
psLib/m4/ipp_stdopts.m4 (modified) (3 diffs)
-
psModules/configure.ac (modified) (2 diffs)
-
psastro/configure.ac (modified) (2 diffs)
-
psphot/configure.ac (modified) (3 diffs)
-
pstamp/configure.ac (modified) (2 diffs)
-
psvideophot/configure.ac (modified) (2 diffs)
-
pswarp/configure.ac (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20120601/dvoTools/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 AC_CONFIG_FILES([ -
branches/eam_branches/ipp-20120601/glueforge/templates/psdb/configure_ac.tt
r23454 r34076 13 13 AM_CONFIG_HEADER([config.h]) 14 14 AM_MAINTAINER_MODE 15 16 IPP_STDLDFLAGS 15 17 16 18 AC_CONFIG_TESTDIR([tests]) … … 54 56 dnl is this the best was to setup recursive CFLAGS? 55 57 IPP_STDOPTS 56 dnl -Werror causes problems on OSX as inttypes.h uses some non standard C types 57 [% pkg_name %]_CFLAGS="-Wall -pedantic -fno-strict-aliasing" 58 IPP_STDCFLAGS 59 60 [% pkg_name %]_CFLAGS="-pedantic -fno-strict-aliasing" 58 61 AC_SUBST([[% pkg_name %]_CFLAGS]) 59 62 -
branches/eam_branches/ipp-20120601/ippToPsps/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 31 31 dnl Set CFLAGS for build 32 32 IPP_STDOPTS 33 IPP_STDCFLAGS 33 34 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 34 35 echo "IPPTOPSPS_CFLAGS: $IPPTOPSPS_CFLAGS" -
branches/eam_branches/ipp-20120601/ippTools/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 57 57 58 58 IPP_STDOPTS 59 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 59 IPP_STDCFLAGS 60 60 61 61 IPPDB_VERSION=`$PKG_CONFIG --modversion ippdb` -
branches/eam_branches/ipp-20120601/pedestal/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 20 20 21 21 IPP_STDOPTS 22 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 22 IPP_STDCFLAGS 23 23 24 24 AC_CONFIG_FILES([ -
branches/eam_branches/ipp-20120601/ppArith/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 24 24 dnl Set CFLAGS for build 25 25 IPP_STDOPTS 26 dnl CFLAGS="${CFLAGS} -Wall -Werror" 26 IPP_STDCFLAGS 27 27 28 28 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppBackground/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 30 30 dnl Set CFLAGS for build 31 31 IPP_STDOPTS 32 dnl CFLAGS="${CFLAGS} -Wall -Werror" 32 IPP_STDCFLAGS 33 33 34 34 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppConfigDump/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 AC_CONFIG_FILES([ -
branches/eam_branches/ipp-20120601/ppImage/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 24 24 25 25 IPP_STDOPTS 26 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 26 IPP_STDCFLAGS 27 27 28 28 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppMerge/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 24 24 25 25 IPP_STDOPTS 26 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 26 IPP_STDCFLAGS 27 27 28 28 AC_CONFIG_FILES([ -
branches/eam_branches/ipp-20120601/ppNoiseMap/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppNorm/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 AC_CONFIG_FILES([ -
branches/eam_branches/ipp-20120601/ppSim/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 25 25 26 26 IPP_STDOPTS 27 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 27 IPP_STDCFLAGS 28 28 29 29 AC_CONFIG_FILES([ -
branches/eam_branches/ipp-20120601/ppSkycell/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 23 23 dnl Set CFLAGS for build 24 24 IPP_STDOPTS 25 dnl CFLAGS="${CFLAGS} -Wall -Werror" 25 IPP_STDCFLAGS 26 26 27 27 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppSmooth/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 23 IPP_STDCFLAGS 24 24 25 25 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppStack/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 28 28 29 29 IPP_STDOPTS 30 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 30 IPP_STDCFLAGS 31 31 32 32 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppStats/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 21 21 22 22 IPP_STDOPTS 23 dnl CFLAGS="${CFLAGS=} -Wall -Werror -std=c99" 24 dnl the above should no longer be needed (provided by stdopts) 23 IPP_STDCFLAGS 24 25 25 dnl not clear why the below is needed 26 26 CFLAGS="${CFLAGS=} -std=c99" -
branches/eam_branches/ipp-20120601/ppSub/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 30 30 dnl Set CFLAGS for build 31 31 IPP_STDOPTS 32 dnl CFLAGS="${CFLAGS} -Wall -Werror" 32 IPP_STDCFLAGS 33 33 34 34 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppTranslate/configure.ac
r34002 r34076 10 10 AM_MAINTAINER_MODE 11 11 12 IPP_STD CFLAGS12 IPP_STDLDFLAGS 13 13 14 14 AC_LANG(C) … … 30 30 dnl Set CFLAGS for build 31 31 IPP_STDOPTS 32 dnl CFLAGS="${CFLAGS} -Wall -Werror" 32 IPP_STDCFLAGS 33 33 34 34 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppViz/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 23 23 dnl Set CFLAGS for build 24 24 IPP_STDOPTS 25 dnl CFLAGS="${CFLAGS} -Wall -Werror" 25 IPP_STDCFLAGS 26 26 27 27 IPP_VERSION -
branches/eam_branches/ipp-20120601/ppbgrestore/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 32 32 dnl Set CFLAGS for build 33 33 IPP_STDOPTS 34 dnl CFLAGS="${CFLAGS} -Wall -Werror" 34 IPP_STDCFLAGS 35 35 36 36 IPP_VERSION 37 38 # echo "PPSTAMP_CFLAGS: $PPSTAMP_CFLAGS"39 # echo "PPSTAMP_LIBS: $PPSTAMP_LIBS"40 37 41 38 AC_SUBST([PPSTAMP_CFLAGS]) -
branches/eam_branches/ipp-20120601/psLib/configure.ac
r34074 r34076 27 27 AC_SUBST(PSLIB_LT_VERSION,$PSLIB_LT_VERSION) 28 28 29 dnl move ? IPP_STDCFLAGS29 IPP_STDLDFLAGS 30 30 31 31 dnl ------------------- PERL options --------------------- … … 473 473 dnl ------- enable -Werror after all of the probes have run --------- 474 474 IPP_STDOPTS 475 476 475 IPP_STDCFLAGS 477 dnl CFLAGS="${CFLAGS} -Wall -Werror"478 dnl CFLAGS="${CFLAGS} -Wall"479 dnl enable POSIX/XSI and C99 compliance480 476 CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L" 481 477 -
branches/eam_branches/ipp-20120601/psLib/m4/ipp_stdopts.m4
r34003 r34076 1 1 2 dnl this is currently written to override an user-defined LDFLAGS, is that OK? 3 2 dnl IPP_STDCFLAGS must go *after* external probes (to avoid Werror confusing things) 4 3 AC_DEFUN([IPP_STDCFLAGS], 5 4 [ … … 15 14 ] 16 15 ) 16 dnl this section accepts a user-defined CFLAGS, and sets CFLAGS to the empty string if not present 17 17 AC_ARG_ENABLE(debug-build, 18 18 [AS_HELP_STRING(--enable-debug-build,enable debug build: ie disable Werror)], … … 32 32 ] 33 33 ) 34 AC_ARG_ENABLE(no-as-needed, [AS_HELP_STRING(--enable-no-as-needed, prevent as-needed option sometimes supplied to gcc such as Ubuntu after 11.11)], 35 [AC_MSG_RESULT(compile optimization enabled) 34 ]) 35 36 dnl IPP_STDLDFLAGS must go *before* external probes (so linking is done with --no-as-needed if needed) 37 AC_DEFUN([IPP_STDLDFLAGS], 38 [ 39 dnl this section accepts a user-defined LDFLAGS, and sets LDFLAGS to the empty string if not present 40 AC_ARG_ENABLE(no-as-needed, 41 [AS_HELP_STRING(--enable-no-as-needed, prevent as-needed option sometimes supplied to gcc such as Ubuntu after 11.11)], 42 [AC_MSG_RESULT(no-as-needed passed to linker) 36 43 if test x"${LDFLAGS}" == x; then 44 LDFLAGS="-Wl,--no-as-needed" 45 else 37 46 LDFLAGS="${LDFLAGS=} -Wl,--no-as-needed" 38 else 39 LDFLAGS="-Wl,--no-as-needed" 47 fi 48 ], 49 [AC_MSG_RESULT(as-needed linker flags accepted) 50 if test x"${LDFLAGS}" == x; then 51 LDFLAGS="" 40 52 fi 41 53 ] -
branches/eam_branches/ipp-20120601/psModules/configure.ac
r34002 r34076 14 14 AC_SUBST(PSMODULES_LT_VERSION,$PSMODULES_LT_VERSION) 15 15 16 IPP_STD CFLAGS16 IPP_STDLDFLAGS 17 17 18 18 AC_LANG(C) … … 312 312 dnl ------- enable -Werror after all of the probes have run --------- 313 313 IPP_STDOPTS 314 315 dnl CFLAGS="${CFLAGS} -Wall -Werror" 314 IPP_STDCFLAGS 315 316 316 dnl enable POSIX/XSI and C99 compliance 317 317 CFLAGS="${CFLAGS=} -D_XOPEN_SOURCE=600 -D_POSIX_C_SOURCE=200112L" -
branches/eam_branches/ipp-20120601/psastro/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 189 189 dnl Set CFLAGS for build 190 190 IPP_STDOPTS 191 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 191 IPP_STDCFLAGS 192 192 193 echo "PSASTRO_CFLAGS: $PSASTRO_CFLAGS" 193 194 echo "PSASTRO_LIBS: $PSASTRO_LIBS" -
branches/eam_branches/ipp-20120601/psphot/configure.ac
r34032 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 199 199 dnl Set CFLAGS for build 200 200 IPP_STDOPTS 201 202 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 201 IPP_STDCFLAGS 202 203 203 echo "PSPHOT_CFLAGS: $PSPHOT_CFLAGS" 204 204 echo "PSPHOT_LIBS: $PSPHOT_LIBS" … … 207 207 208 208 dnl note: the PSPHOT_ entries below do not include PSLIB_ and PSMODULE_ entires 209 dnl those are passed down to lower Makefil s209 dnl those are passed down to lower Makefiles by the PKG_CHECK_MODULES call above 210 210 AC_SUBST([PSPHOT_CFLAGS]) 211 211 AC_SUBST([PSPHOT_LIBS]) -
branches/eam_branches/ipp-20120601/pstamp/configure.ac
r34030 r34076 10 10 AM_MAINTAINER_MODE 11 11 12 IPP_STD CFLAGS12 IPP_STDLDFLAGS 13 13 14 14 AC_LANG(C) … … 46 46 dnl Set CFLAGS for build 47 47 IPP_STDOPTS 48 dnl CFLAGS="${CFLAGS} -Wall -Werror" 48 IPP_STDCFLAGS 49 49 50 PPSTAMP_CFLAGS="${PSLIB_CFLAGS=} ${PSMODULE_CFLAGS=} ${OHANA_CFLAGS}" 50 51 PPSTAMP_LIBS="${PSLIB_LIBS=} ${PSMODULE_LIBS=} ${OHANA_LIBS}" -
branches/eam_branches/ipp-20120601/psvideophot/configure.ac
r34002 r34076 8 8 AM_MAINTAINER_MODE 9 9 10 IPP_STD CFLAGS10 IPP_STDLDFLAGS 11 11 12 12 AC_LANG(C) … … 24 24 25 25 IPP_STDOPTS 26 dnl CFLAGS="${CFLAGS=} -Wall -Werror" 26 IPP_STDCFLAGS 27 27 28 28 IPP_VERSION -
branches/eam_branches/ipp-20120601/pswarp/configure.ac
r34002 r34076 9 9 AM_MAINTAINER_MODE 10 10 11 IPP_STD CFLAGS11 IPP_STDLDFLAGS 12 12 13 13 AC_LANG(C) … … 33 33 dnl Set CFLAGS for build 34 34 IPP_STDOPTS 35 dnl CFLAGS="${CFLAGS} -Wall -Werror" 35 IPP_STDCFLAGS 36 36 37 echo "PSWARP_CFLAGS: $PSWARP_CFLAGS" 37 38 echo "PSWARP_LIBS: $PSWARP_LIBS"
Note:
See TracChangeset
for help on using the changeset viewer.
