Changeset 419b39 in git
- Timestamp:
- Sep 8, 2011, 7:38:40 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'cdfcdb8287f66bc6070028082cbbc6eff10e609b')
- Children:
- 1da2a132d49570abee2ff48d0373549833495572
- Parents:
- 3630fa8c97d52170372e9f1e47f6bec997bfa51d
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-08 19:38:40+02:00
- git-committer:
- Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:35+01:00
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/makefile
r3630fa8 r419b39 51 51 CFLAGS = -O3 -Wall -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS} ${PYTHON_CFLAGS} 52 52 CXXFLAGS = -O3 -Wall -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS} ${PYTHON_CFLAGS} 53 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions53 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 54 54 CPPFLAGS = -I${srcdir} -I.. -I${includedir} ${LIBPOLYS_INCLUDES} ${PYTHON_INCLUDES} 55 55 DEFSNL = -DNDEBUG -DOM_NDEBUG … … 71 71 ### file sets 72 72 ### 73 74 # special C++ source files (need extra compiling and/or linking), for which 75 # dependencies should be generated 76 ESOURCES=claptmpl.cc 73 77 74 78 # normal C++ source files … … 133 137 walk.cc\ 134 138 walk_ip.cc\ 135 wrapper.cc 139 wrapper.cc ${ESOURCES} 136 140 137 141 # tesths.cc … … 141 145 CXXSOURCES2 = SingularBuilder.cpp 142 146 143 # special C++ source files (need extra compiling and/or linking), for which144 # dependencies should be generated145 ESOURCES=claptmpl.cc146 147 147 148 SOURCES=${CSOURCES} ${CXXSOURCES} \ -
factory/Makefile.am
r3630fa8 r419b39 1 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions1 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 2 2 3 3 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${GMP_CFLAGS} ${NTL_CFLAGS} -
kernel/makefile
r3630fa8 r419b39 42 42 CFLAGS = -O3 -fomit-frame-pointer ${PIPE} ${LIBPOLYS_CFLAGS} 43 43 CXXFLAGS = -O3 -fomit-frame-pointer --no-rtti ${PIPE} ${LIBPOLYS_CFLAGS} 44 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions44 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 45 45 CPPFLAGS = -I${srcdir} -I.. -I${includedir} ${LIBPOLYS_CFLAGS} 46 46 DEFS = -DNDEBUG -DOM_NDEBUG -
libpolys/coeffs/Makefile.am
r3630fa8 r419b39 1 1 lib_LIBRARIES=libcoeffs.a libcoeffs_g.a 2 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions2 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 3 3 4 4 libcoeffs_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} -
libpolys/misc/Makefile.am
r3630fa8 r419b39 1 1 lib_LIBRARIES=libmisc.a libmisc_g.a 2 2 3 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions3 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 4 4 5 5 libmisc_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} -
libpolys/polys/Makefile.am
r3630fa8 r419b39 1 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions1 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 2 2 3 3 -
libpolys/reporter/Makefile.am
r3630fa8 r419b39 1 1 lib_LIBRARIES=libreporter.a libreporter_g.a 2 2 3 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions3 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 4 4 5 5 libreporter_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} -
libpolys/resources/Makefile.am
r3630fa8 r419b39 1 1 lib_LIBRARIES=libresources.a libresources_g.a 2 2 3 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions3 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 4 4 5 5 libresources_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE} -
libpolys/tests/Makefile.am
r3630fa8 r419b39 1 CXXTEMPLFLAGS = -O0 --no-exceptions ## -fno-implicit-templates1 CXXTEMPLFLAGS = -O0 --no-exceptions ## ## -fno-implicit-templates 2 2 3 3 if ENABLE_FACTORY -
numeric/Makefile.am
r3630fa8 r419b39 1 1 lib_LIBRARIES=libnumeric.a libnumeric_g.a 2 2 3 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions3 CXXTEMPLFLAGS = --no-exceptions ## -fno-implicit-templates 4 4 5 5 libnumeric_a_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
Note: See TracChangeset
for help on using the changeset viewer.