Changeset ebf138 in git
- Timestamp:
- Dec 19, 2011, 3:35:51 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 7c7495aa219ca8147f27848093f468e695d940e5
- Parents:
- 5acf7dca6b6eb7a36ab400997b08fd8c6a42a9fc
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-12-19 15:35:51+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2012-01-06 21:09:33+01:00
- Files:
-
- 13 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r5acf7dc rebf138 9 9 10 10 NODEBUGCFLAGS = -O3 -w -fomit-frame-pointer 11 NODEBUGCXXFLAGS = -O3 -w -fomit-frame-pointer --no-rtti11 NODEBUGCXXFLAGS = -O3 -w -fomit-frame-pointer 12 12 NODEBUGDEFS = -DNDEBUG -DOM_NDEBUG 13 13 14 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates14 CXXTEMPLFLAGS = ## -fno-implicit-templates 15 15 16 16 INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/numeric -I${top_builddir}/numeric -I${top_srcdir}/kernel -I${top_builddir}/kernel -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) … … 24 24 libSingular_g_la_CFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} 25 25 26 libSingular_la_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)26 libSingular_la_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 27 27 libSingular_g_la_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 28 28 # -fdiagnostics-show-option … … 184 184 gentable2_SOURCES = gentable2.cc grammar.h tok.h table.h 185 185 gentable2_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 186 gentable2_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)186 gentable2_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 187 187 gentable2_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 188 188 … … 190 190 gentable1_SOURCES = gentable.cc grammar.h tok.h table.h 191 191 gentable1_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 192 gentable1_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)192 gentable1_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 193 193 gentable1_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 194 194 195 195 feOpt_SOURCES = feOptGen.cc feOptGen.h 196 feOpt_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)196 feOpt_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 197 197 feOpt_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 198 198 199 199 feOptES_SOURCES = feOptGen.cc feOptGen.h 200 feOptES_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)200 feOptES_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 201 201 feOptES_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DESINGULAR 202 202 203 203 feOptTS_SOURCES = feOptGen.cc feOptGen.h 204 feOptTS_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)204 feOptTS_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 205 205 feOptTS_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DTSINGULAR 206 206 … … 212 212 Singularg_CFLAGS = -g ${PIPE} 213 213 214 Singular_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)214 Singular_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 215 215 Singularg_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 216 216 … … 234 234 Singulardg_CFLAGS = -g ${PIPE} 235 235 236 Singulard_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)236 Singulard_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 237 237 Singulardg_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 238 238 … … 278 278 test_s_g_CFLAGS = ${PIPE} 279 279 280 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)280 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 281 281 test_s_g_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 282 282 … … 299 299 test_d_g_CFLAGS = ${PIPE} 300 300 301 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)301 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 302 302 test_d_g_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 303 303 -
factory/Makefile.am
r5acf7dc rebf138 3 3 SUBDIRS=include/factory libfac 4 4 5 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates5 CXXTEMPLFLAGS = ## -fno-implicit-templates 6 6 7 7 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include ${GMP_CFLAGS} ${NTL_CFLAGS} … … 9 9 lib_LTLIBRARIES = libfactory.la libfactory_g.la 10 10 11 libfactory_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${CXXTEMPLFLAGS}11 libfactory_la_CXXFLAGS = -O3 -fomit-frame-pointer ${CXXTEMPLFLAGS} 12 12 libfactory_la_LIBADD = ${abs_top_builddir}/libfac/libfac.la ${GMP_LIBS} ${NTL_LIBS} 13 13 libfactory_la_LDFLAGS = -release ${PACKAGE_VERSION} … … 332 332 333 333 test_s_g_SOURCES = $(TESTSSOURCES) 334 test_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long -fomit-frame-pointer --no-rtti334 test_s_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long -fomit-frame-pointer 335 335 #ftmpl_inst.o 336 336 test_s_g_LDADD = -L${builddir} -lfactory_g $(GMP_LIBS) $(NTL_LIBS) 337 337 338 338 test_s_r_SOURCES = $(TESTSSOURCES) 339 test_s_r_CFLAGS = -O3 -fomit-frame-pointer --no-rtti339 test_s_r_CFLAGS = -O3 -fomit-frame-pointer 340 340 #ftmpl_inst.o 341 341 test_s_r_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS) … … 347 347 348 348 test_d_g_SOURCES = $(TESTSSOURCES) 349 test_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long -fomit-frame-pointer --no-rtti349 test_d_g_CFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long -fomit-frame-pointer 350 350 #ftmpl_inst.o 351 351 test_d_g_LDADD = -L${builddir} -lfactory_g $(GMP_LIBS) $(NTL_LIBS) 352 352 353 353 test_d_r_SOURCES = $(TESTSSOURCES) 354 test_d_r_CFLAGS = -O3 -fomit-frame-pointer --no-rtti354 test_d_r_CFLAGS = -O3 -fomit-frame-pointer 355 355 #ftmpl_inst.o 356 356 test_d_r_LDADD = -L${builddir} -lfactory $(GMP_LIBS) $(NTL_LIBS) -
factory/include/factory/cf_gmp.h
r5acf7dc rebf138 2 2 #define SI_GMP_H 3 3 4 4 /* 5 5 #ifdef __cplusplus 6 6 // #define __cplusplus_backup __cplusplus … … 10 10 extern "C" 11 11 { 12 # include <gmp.h> 12 */ 13 14 # include <gmp.h> 15 /* 13 16 } 14 17 #include <factory/cplusplus.h> … … 20 23 #include <gmp.h> 21 24 #endif 25 */ 22 26 23 27 -
factory/libfac/Makefile.am
r5acf7dc rebf138 1 1 noinst_LTLIBRARIES=libfac.la libfac_g.la 2 2 3 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates3 CXXTEMPLFLAGS = ## -fno-implicit-templates 4 4 5 5 libfac_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 6 6 libfac_g_la_CFLAGS = ${PIPE} 7 7 8 libfac_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}8 libfac_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 9 9 libfac_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 10 10 # -fdiagnostics-show-option -
gfanlib/Makefile.in
r5acf7dc rebf138 35 35 CFLAGS = @CFLAGS@ ${PIPE} 36 36 CXXFLAGS = @CXXFLAGS@ ${PIPE} 37 #CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions37 #CXXTEMPLFLAGS = -fno-implicit-templates 38 38 CPPFLAGS = -I${srcdir} -I${includedir} 39 39 DEFS = -DGMPRATIONAL -
kernel/Makefile.am
r5acf7dc rebf138 10 10 11 11 12 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates12 CXXTEMPLFLAGS = ## -fno-implicit-templates 13 13 14 14 libkernel_LTLIBRARIES = libkernel.la libkernel_g.la … … 19 19 ## -pedantic 20 20 21 libkernel_la_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)21 libkernel_la_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 22 22 libkernel_g_la_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 23 23 # -fdiagnostics-show-option … … 93 93 test_s_g_CFLAGS = ${PIPE} 94 94 95 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)95 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 96 96 test_s_g_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 97 97 … … 113 113 test_d_g_CFLAGS = ${PIPE} 114 114 115 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer - -no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)115 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 116 116 test_d_g_CXXFLAGS = -g -Wextra -Wall -Wno-long-long -pedantic ${PIPE} $(CXXTEMPLFLAGS) 117 117 -
libpolys/coeffs/Makefile.am
r5acf7dc rebf138 2 2 # libcoeffsdir = $(libdir)/singular 3 3 4 CXXTEMPLFLAGS = --no-exceptions4 CXXTEMPLFLAGS = 5 5 ## -fno-implicit-templates 6 6 … … 8 8 libcoeffs_g_la_CFLAGS = ${PIPE} 9 9 10 libcoeffs_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}10 libcoeffs_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 11 11 libcoeffs_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 12 12 # -fdiagnostics-show-option … … 76 76 77 77 78 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}78 test_s_r_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 79 79 # -fimplicit-templates 80 80 test_s_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 81 81 # -fimplicit-templates 82 82 # -fdiagnostics-show-option 83 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}83 test_d_r_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 84 84 test_d_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 85 85 -
libpolys/misc/Makefile.am
r5acf7dc rebf138 2 2 # libmiscdir = $(libdir)/singular 3 3 4 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates4 CXXTEMPLFLAGS = ## -fno-implicit-templates 5 5 6 6 libmisc_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 7 7 libmisc_g_la_CFLAGS = ${PIPE} 8 8 9 libmisc_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}9 libmisc_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 10 10 libmisc_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 11 11 # -fdiagnostics-show-option -
libpolys/polys/Makefile.am
r5acf7dc rebf138 1 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates1 CXXTEMPLFLAGS = ## -fno-implicit-templates 2 2 3 3 DEBUGCXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long 4 4 5 5 NODEBUGCFLAGS = -O3 -w -fomit-frame-pointer 6 NODEBUGCXXFLAGS = -O3 -w -fomit-frame-pointer --no-rtti6 NODEBUGCXXFLAGS = -O3 -w -fomit-frame-pointer 7 7 NODEBUGDEFS = -DNDEBUG -DOM_NDEBUG 8 8 -
libpolys/reporter/Makefile.am
r5acf7dc rebf138 2 2 # libreporterdir = $(libdir)/singular 3 3 4 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates4 CXXTEMPLFLAGS = ## -fno-implicit-templates 5 5 6 6 libreporter_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 7 7 libreporter_g_la_CFLAGS = ${PIPE} 8 8 9 libreporter_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}9 libreporter_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 10 10 libreporter_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 11 11 # -fdiagnostics-show-option -
libpolys/resources/Makefile.am
r5acf7dc rebf138 2 2 # libresourcesdir = $(libdir)/singular 3 3 4 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates4 CXXTEMPLFLAGS = ## -fno-implicit-templates 5 5 6 6 libresources_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 7 7 libresources_g_la_CFLAGS = ${PIPE} 8 8 9 libresources_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}9 libresources_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 10 10 libresources_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 11 11 # -fdiagnostics-show-option -
libpolys/tests/Makefile.am
r5acf7dc rebf138 1 CXXTEMPLFLAGS = -O0 --no-exceptions## ## -fno-implicit-templates1 CXXTEMPLFLAGS = -O0 ## ## -fno-implicit-templates 2 2 3 3 if ENABLE_FACTORY … … 40 40 41 41 RELEASECFLAGS = -O3 -fomit-frame-pointer ${PIPE} 42 RELEASECXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE}42 RELEASECXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} 43 43 RELEASECPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 44 44 -
numeric/Makefile.am
r5acf7dc rebf138 2 2 libnumericdir = $(libdir)/singular 3 3 4 CXXTEMPLFLAGS = --no-exceptions## -fno-implicit-templates4 CXXTEMPLFLAGS = ## -fno-implicit-templates 5 5 6 6 libnumeric_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 7 7 libnumeric_g_la_CFLAGS = ${PIPE} 8 8 9 libnumeric_la_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti${PIPE} ${CXXTEMPLFLAGS}9 libnumeric_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS} 10 10 libnumeric_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 11 11 # -fdiagnostics-show-option
Note: See TracChangeset
for help on using the changeset viewer.