Changeset 1d3be3 in git
- Timestamp:
- Nov 22, 2011, 7:48:56 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- bd948cbaacc9667794c8657da135a320fe94c131
- Parents:
- 097c71a9e55bb76830c9f5b243182439619170a6
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-22 19:48:56+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-23 01:56:36+01:00
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r097c71 r1d3be3 28 28 # -fdiagnostics-show-option 29 29 30 libSingular_la_CPPFLAGS = -DNDEBUG -DOM_NDEBUG -DLIBSINGULAR 31 libSingular_g_la_CPPFLAGS = -DLIBSINGULAR 30 31 libSingular_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DLIBSINGULAR 32 libSingular_g_la_CPPFLAGS = -DHAVE_CONFIG_H -DLIBSINGULAR 32 33 33 34 SOURCES = Minor.cc\ … … 184 185 gentable2_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 185 186 gentable2_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 186 gentable2_CPPFLAGS = -D NDEBUG -DOM_NDEBUG187 gentable2_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 187 188 188 189 … … 190 191 gentable1_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} 191 192 gentable1_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 192 gentable1_CPPFLAGS = -D NDEBUG -DOM_NDEBUG193 gentable1_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 193 194 194 195 feOpt_SOURCES = feOptGen.cc feOptGen.h 195 196 feOpt_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 196 feOpt_CPPFLAGS = -D NDEBUG -DOM_NDEBUG197 feOpt_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 197 198 198 199 feOptES_SOURCES = feOptGen.cc feOptGen.h 199 200 feOptES_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 200 feOptES_CPPFLAGS = -D NDEBUG -DOM_NDEBUG -DESINGULAR201 feOptES_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DESINGULAR 201 202 202 203 feOptTS_SOURCES = feOptGen.cc feOptGen.h 203 204 feOptTS_CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS) 204 feOptTS_CPPFLAGS = -D NDEBUG -DOM_NDEBUG -DTSINGULAR205 feOptTS_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG -DTSINGULAR 205 206 206 207 ########################### Singular* ######################### … … 223 224 Singularg_LDADD = libSingular_g.la -lnumeric_g -lkernel_g -lpolys_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 224 225 225 Singular_CPPFLAGS = -D NDEBUG -DOM_NDEBUG226 # Singularg_CPPFLAGS = 226 Singular_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 227 Singularg_CPPFLAGS = -DHAVE_CONFIG_H 227 228 228 229 Singular_LDFLAGS = -static … … 245 246 Singulardg_LDADD = libSingular_g.la -lnumeric_g -lkernel_g -lpolys_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 246 247 247 Singulard_CPPFLAGS = -D NDEBUG -DOM_NDEBUG248 # Singulardg_CPPFLAGS = 248 Singulard_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 249 Singulardg_CPPFLAGS = -DHAVE_CONFIG_H 249 250 250 251 … … 286 287 test_s_g_LDADD = libSingular_g.la -lnumeric_g -lkernel_g -lpolys_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 287 288 288 test_s_r_CPPFLAGS = -D NDEBUG -DOM_NDEBUG289 # test_s_g_CPPFLAGS = 289 test_s_r_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 290 test_s_g_CPPFLAGS = -DHAVE_CONFIG_H 290 291 291 292 test_s_r_LDFLAGS = -static … … 307 308 test_d_g_LDADD = libSingular_g.la -lnumeric_g -lkernel_g -lpolys_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 308 309 309 test_d_r_CPPFLAGS = -D NDEBUG -DOM_NDEBUG310 # test_d_g_CPPFLAGS = 310 test_d_r_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 311 test_d_g_CPPFLAGS = -DHAVE_CONFIG_H 311 312 312 313 ######################################################### -
factory/Makefile.am
r097c71 r1d3be3 98 98 libfactory_g_la_SOURCES = $(SOURCES) 99 99 100 libfactory_la_CPPFLAGS = -DHAVE_CONFIG_H -DOM_NDEBUG -DNDEBUG 101 libfactory_g_la_CPPFLAGS= -DHAVE_CONFIG_H 102 100 103 nodist_libfactory_la_SOURCES = cplusplus.h factory.h factoryconf.h 101 104 nodist_libfactory_g_la_SOURCES = cplusplus.h factory.h factoryconf.h -
kernel/Makefile.am
r097c71 r1d3be3 23 23 # -fdiagnostics-show-option 24 24 25 libkernel_la_CPPFLAGS = -D NDEBUG -DOM_NDEBUG26 #libkernel_g_la_CPPFLAGS = 25 libkernel_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 26 libkernel_g_la_CPPFLAGS = -DHAVE_CONFIG_H 27 27 28 28 INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) $(FACTORY_CFLAGS) $(NTL_CFLAGS) … … 103 103 test_s_g_LDADD = -lkernel_g -lpolys_g -lcoeffs_g -lresources_g -lreporter_g -lmisc_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 104 104 105 test_s_r_CPPFLAGS = -D NDEBUG -DOM_NDEBUG106 #test_s_g_CPPFLAGS =105 test_s_r_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 106 test_s_g_CPPFLAGS = -DHAVE_CONFIG_H 107 107 108 108 test_s_r_LDFLAGS = -static … … 122 122 test_d_g_LDADD = -lkernel_g -lpolys_g -lcoeffs_g -lresources_g -lreporter_g -lmisc_g $(FACTORY_LIBS) -lomalloc_g $(NTL_LIBS) $(GMP_LIBS) ${USEPPROCSDYNAMICLDFLAGS} ${USEPPROCSDYNAMICLD} 123 123 124 test_d_r_CPPFLAGS = -D NDEBUG -DOM_NDEBUG125 #test_d_g_CPPFLAGS =124 test_d_r_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 125 test_d_g_CPPFLAGS = -DHAVE_CONFIG_H 126 126 127 127 -
libpolys/coeffs/Makefile.am
r097c71 r1d3be3 12 12 # -fdiagnostics-show-option 13 13 14 libcoeffs_la_CPPFLAGS = -D NDEBUG -DOM_NDEBUG15 libcoeffs_g_la_CPPFLAGS = 14 libcoeffs_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 15 libcoeffs_g_la_CPPFLAGS = -DHAVE_CONFIG_H 16 16 17 17 … … 82 82 test_d_g_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS} 83 83 84 test_s_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG85 test_s_g_CPPFLAGS =86 84 87 test_d_r_CPPFLAGS = -DNDEBUG -DOM_NDEBUG 88 test_d_g_CPPFLAGS = 85 86 test_s_r_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 87 test_s_g_CPPFLAGS = -DHAVE_CONFIG_H 88 89 test_d_r_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 90 test_d_g_CPPFLAGS = -DHAVE_CONFIG_H 89 91 90 92 -
libpolys/misc/Makefile.am
r097c71 r1d3be3 11 11 # -fdiagnostics-show-option 12 12 13 libmisc_la_CPPFLAGS = -D NDEBUG -DOM_NDEBUG14 #libmisc_g_la_CPPFLAGS = 13 libmisc_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 14 libmisc_g_la_CPPFLAGS = -DHAVE_CONFIG_H 15 15 16 16 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -
libpolys/resources/Makefile.am
r097c71 r1d3be3 11 11 # -fdiagnostics-show-option 12 12 13 libresources_la_CPPFLAGS = -D NDEBUG -DOM_NDEBUG14 #libresources_g_la_CPPFLAGS = 13 libresources_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 14 libresources_g_la_CPPFLAGS = -DHAVE_CONFIG_H 15 15 16 16 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -
libpolys/tests/Makefile.am
r097c71 r1d3be3 41 41 RELEASECFLAGS = -O3 -fomit-frame-pointer ${PIPE} 42 42 RELEASECXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} 43 RELEASECPPFLAGS = -D NDEBUG -DOM_NDEBUG43 RELEASECPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 44 44 45 45 coeffs_test_s_r_CFLAGS =${RELEASECFLAGS} … … 73 73 DEBUGCFLAGS = $(AM_CFLAGS) -g -Wextra -Wall -Wno-long-long ${PIPE} 74 74 DEBUGCXXFLAGS = $(AM_CXXFLAGS) ${DEBUGCFLAGS} ${CXXTEMPLFLAGS} 75 75 DEBUGCPPFLAGS = -DHAVE_CONFIG_H 76 76 77 77 coeffs_test_s_g_CFLAGS =${DEBUGCFLAGS} … … 91 91 rings_test_d_g_CXXFLAGS = ${DEBUGCXXFLAGS} 92 92 93 coeffs_test_d_g_CPPFLAGS =${DEBUGCPPFLAGS} 94 polys_test_d_g_CPPFLAGS = ${DEBUGCPPFLAGS} 95 rings_test_d_g_CPPFLAGS = ${DEBUGCPPFLAGS} 93 96 97 coeffs_test_s_g_CPPFLAGS =${DEBUGCPPFLAGS} 98 polys_test_s_g_CPPFLAGS = ${DEBUGCPPFLAGS} 99 rings_test_s_g_CPPFLAGS = ${DEBUGCPPFLAGS} 94 100 95 101 AM_LDFLAGS = -L${top_builddir}/polys -L${top_builddir}/coeffs -L${top_builddir}/reporter -L${top_builddir}/resources -L${top_builddir}/misc ${USE_FACTORY} -L${top_builddir}/../omalloc -
numeric/Makefile.am
r097c71 r1d3be3 11 11 # -fdiagnostics-show-option 12 12 13 libnumeric_la_CPPFLAGS = -D NDEBUG -DOM_NDEBUG14 #libnumeric_g_la_CPPFLAGS = 13 libnumeric_la_CPPFLAGS = -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG 14 libnumeric_g_la_CPPFLAGS = -DHAVE_CONFIG_H 15 15 16 16 INCLUDES = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} ${FACTORY_CFLAGS} ${NTL_CFLAGS}
Note: See TracChangeset
for help on using the changeset viewer.