Changeset 276a00 in git
- Timestamp:
- Jan 9, 2014, 4:54:11 PM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- daa32a5a2021be314b3ff210d21af2a2d4cf5fe1
- Parents:
- beed2eef2f5fae68a9e7e7ed0f4a9e7710549aa9
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 16:54:11+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-09 16:57:25+01:00
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular.pc.in
rbeed2e r276a00 12 12 # Conflicts: 13 13 14 Cflags: -I${includedir} -I${includedir}/singular @ FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ -DSING_NDEBUG -DOM_NDEBUG14 Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ 15 15 Libs: -L${libdir} -lSingular @USEPPROCSDYNAMICLD@ 16 16 # Libs.private: -
factory/factory.pc.in
rbeed2e r276a00 12 12 # Conflicts: 13 13 14 Cflags: -I${includedir} -DOM_NDEBUG -DSING_NDEBUG@FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@14 Cflags: -I${includedir} @SINGULAR_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ 15 15 Libs: -L${libdir} -l@PACKAGE@ @FLINT_LIBS@ @NTL_LIBS@ @GMP_LIBS@ 16 16 # Libs.private: -
factory/libfac/Makefile.am
rbeed2e r276a00 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 2 3 # If Want_Debug4 # Lib_G=Libfac_G.La5 # Else6 # Lib_G=7 # Endif8 9 3 noinst_LTLIBRARIES=libfac.la 10 # ${LIB_G}11 12 #CXXTEMPLFLAGS =-ftrapv ## -fno-implicit-templates13 14 #libfac_la_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}15 #libfac_g_la_CFLAGS = ${PIPE}16 17 #libfac_la_CXXFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${CXXTEMPLFLAGS}18 #libfac_g_la_CXXFLAGS = -g -Wextra -Wall -pedantic -Wno-long-long ${PIPE} ${CXXTEMPLFLAGS}19 # -fdiagnostics-show-option20 4 21 5 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${builddir} -I${srcdir}/.. -I${builddir}/.. -I${srcdir}/../include -I${builddir}/../include -I${srcdir}/factor -I${builddir}/factor -I${srcdir}/charset -I${builddir}/charset ${GMP_CFLAGS} ${NTL_CFLAGS} 22 23 # libfac_la_CPPFLAGS = ${AM_CPPFLAGS} -DSING_NDEBUG -DOM_NDEBUG24 # libfac_la_CPPFLAGS = ${AM_CPPFLAGS}25 26 # libfac_la_LDFLAGS = -release ${PACKAGE_VERSION}27 6 28 7 FACTORSRC1 = factor/SqrFree.cc factor/Factor.cc \ … … 50 29 51 30 libfac_la_SOURCES = $(SOURCES) 52 # libfac_g_la_SOURCES = $(SOURCES)53 54 31 55 32 libfac_includedir=$(includedir)/factory/libfac 56 57 33 libfac_include_HEADERS = libfac.h 58 34 … … 61 37 charset/tests bin \ 62 38 ChangeLog 00README 63 64 65 -
libpolys/libpolys-config.in
rbeed2e r276a00 89 89 90 90 --cflags) 91 ${ECHOn} " -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ -DSING_NDEBUG -DOM_NDEBUG" 92 ;; 93 94 --cflagswithdebug) 95 ${ECHOn} " -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@" 91 ${ECHOn} " -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ " 96 92 ;; 97 93 98 94 --libs) 99 ${ECHOn} " -L${libdir} /singular/libpolys.la"95 ${ECHOn} " -L${libdir} -lpolys" 100 96 ;; 101 97 -
libpolys/libpolys.pc.in
rbeed2e r276a00 12 12 # Conflicts: 13 13 14 Cflags: -I${includedir} -I${includedir}/singular @ FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ -DSING_NDEBUG -DOM_NDEBUG14 Cflags: -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ 15 15 Libs: -L${libdir} -lpolys @FACTORY_LIBS@ @NTL_LIBS@ @GMP_LIBS@ 16 Libs.private: -lcoeffs -lreporter -lmisc16 # Libs.private: 17 17 -
libpolys/polys/Makefile.am
rbeed2e r276a00 22 22 23 23 libpolys_LTLIBRARIES = libpolys.la 24 libpolysdir = $(libdir) /singular24 libpolysdir = $(libdir) 25 25 26 26 SOURCES = \ -
libsingular-config.in
rbeed2e r276a00 89 89 90 90 --cflags) 91 ${ECHOn} " -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ -DSING_NDEBUG -DOM_NDEBUG" 92 ;; 93 94 --cflagswithdebug) 95 ${ECHOn} " -I${includedir} -I${includedir}/singular @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@" 91 ${ECHOn} " -I${includedir} -I${includedir}/singular @SINGULAR_CFLAGS@ @FACTORY_CFLAGS@ @FLINT_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@ " 96 92 ;; 97 93 98 94 --libs) 99 ${ECHOn} " ${libdir}/libSingular.la @USEPPROCSDYNAMICLD@"95 ${ECHOn} " -L${libdir} -lSingular @USEPPROCSDYNAMICLD@" 100 96 ;; 101 97 -
m4/flags.m4
rbeed2e r276a00 73 73 AC_MSG_ERROR([Please note that you have enabled the debug and optimization flags, which may not work well together (try \`--disable-optimizationflags')!]) 74 74 fi 75 # else 76 # AC_DEFINE([OM_NDEBUG],1,"Disable OM Debug") 77 # AC_DEFINE([SING_NDEBUG],1,"Disable Debug") 75 SINGULAR_CFLAGS="" 76 else 77 SINGULAR_CFLAGS="-DSING_NDEBUG -DOM_NDEBUG" 78 # for now let '-DSING_NDEBUG -DOM_NDEBUG' be here... 79 AC_DEFINE([OM_NDEBUG],1,"Disable OM Debug") 80 AC_DEFINE([SING_NDEBUG],1,"Disable Singular Debug") 78 81 fi 82 83 AC_DEFINE_UNQUOTED([SINGULAR_CFLAGS],"$SINGULAR_CFLAGS",[SINGULAR_CFLAGS]) 84 AC_SUBST(SINGULAR_CFLAGS) 79 85 80 86 # SING_SHOW_FLAGS([checking flags....]) … … 108 114 ## for clang: -Wunneeded-internal-declaration 109 115 110 if test "x${ENABLE_OPTIMIZATION}" != xno; then 111 OPTFLAGS="-DHAVE_CONFIG_H - DOM_NDEBUG -DSING_NDEBUG -O3 -Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space -funroll-loops"116 if test "x${ENABLE_OPTIMIZATION}" != xno; then 117 OPTFLAGS="-DHAVE_CONFIG_H -O3 -Wno-unused-function -Wno-trigraphs -Wno-unused-parameter -Wno-unused-variable -fomit-frame-pointer -fwrapv -fvisibility=default -finline-functions -fno-exceptions -fno-rtti -fno-threadsafe-statics -fno-enforce-eh-specs -fconserve-space -funroll-loops" 112 118 # -O3 - crashes gcc???!!! 113 119 # -fpermissive … … 139 145 # SING_SHOW_FLAGS([before PROG_C_CC]) 140 146 147 141 148 AC_PROG_CC 142 149 AC_PROG_CXX -
omalloc/Makefile.am
rbeed2e r276a00 37 37 nodist_libomalloc_include_HEADERS = omConfig.h mylimits.h omTables.h 38 38 39 ### NOTE: "_g" (debug) means full library40 ### libomalloc_la_CPPFLAGS= -DOM_ALLOC_INTERNAL -DOM_NDEBUG41 42 39 libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DOM_ALLOC_INTERNAL 43 40 -
resources/resources.pc.in
rbeed2e r276a00 12 12 # Conflicts: 13 13 14 Cflags: -I${includedir} -DSING_NDEBUG14 Cflags: -I${includedir} @SINGULAR_CFLAGS@ 15 15 Libs: -L${libdir} -l@PACKAGE@ 16 16 # Libs.private: -
xalloc/Makefile.am
rbeed2e r276a00 7 7 8 8 # libomallocdir = $(libdir)/ 9 9 10 # libomalloc_includedir=$(includedir)/omalloc 10 # libomalloc_include_HEADERS = omalloc.h11 # libomalloc_include_HEADERS = omalloc.h 11 12 12 13 SOURCES = dummy.c omalloc.h … … 16 17 libomalloc_la_SOURCES =$(SOURCES) 17 18 18 ###libomalloc_la_LDFLAGS = -release ${PACKAGE_VERSION}19 libomalloc_la_LDFLAGS = -release ${PACKAGE_VERSION} 19 20 20 # libomalloc_la_CPPFLAGS += ${AM_CPPFLAGS} -DSING_NDEBUG -DOM_NDEBUG21 # libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS}22 21
Note: See TracChangeset
for help on using the changeset viewer.