Changeset 55b6460 in git
- Timestamp:
- Jan 8, 2014, 11:42:18 AM (10 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 93410849245a328140884aeb7351c43bcca67b4d
- Parents:
- 2f67434b2d4065786f3221f09116ce1ae996c410
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 11:42:18+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2014-01-08 15:56:28+01:00
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.am
r2f67434 r55b6460 3 3 GIT_VERSION := $(shell $(top_srcdir)/git-version-gen $(top_srcdir)/.tarball-git-version) 4 4 5 AM_CPPFLAGS = -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) $(FLINT_CFLAGS) -DHAVE_CONFIG_H-DGIT_VERSION='"$(GIT_VERSION)"'5 AM_CPPFLAGS = -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) $(FLINT_CFLAGS) -DGIT_VERSION='"$(GIT_VERSION)"' 6 6 7 7 if HAVE_GFANLIB -
factory/Makefile.am
r2f67434 r55b6460 4 4 SUBDIRS=$(PACKAGES) 5 5 6 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS} -DHAVE_CONFIG_H6 AM_CPPFLAGS = -I${builddir}/include -I${srcdir}/include $(FLINT_CFLAGS) ${GMP_CFLAGS} ${NTL_CFLAGS} ${OMALLOC_CFLAGS} 7 7 8 8 lib_LTLIBRARIES = libfactory.la -
factory/libfac/Makefile.am
r2f67434 r55b6460 19 19 # -fdiagnostics-show-option 20 20 21 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} -DHAVE_CONFIG_H21 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 22 23 # libfac_la_CPPFLAGS = ${AM_CPPFLAGS} -DSING_NDEBUG -DOM_NDEBUG -DHAVE_CONFIG_H24 # libfac_la_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H23 # libfac_la_CPPFLAGS = ${AM_CPPFLAGS} -DSING_NDEBUG -DOM_NDEBUG 24 # libfac_la_CPPFLAGS = ${AM_CPPFLAGS} 25 25 26 26 # libfac_la_LDFLAGS = -release ${PACKAGE_VERSION} -
gfanlib/Makefile.am
r2f67434 r55b6460 7 7 libgfandir = $(libdir) 8 8 9 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL -DHAVE_CONFIG_H9 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DGMPRATIONAL 10 10 11 11 SOURCES = gfanlib_zcone.cpp gfanlib_symmetry.cpp gfanlib_symmetriccomplex.cpp gfanlib_polyhedralfan.cpp gfanlib_zfan.cpp gfanlib_polymakefile.cpp -
kernel/Makefile.am
r2f67434 r55b6460 5 5 libkerneldir = $(libdir)/singular 6 6 7 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) -DHAVE_CONFIG_H7 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys $(GMP_CFLAGS) -I${top_srcdir}/factory/include -I${top_builddir}/factory/include $(FACTORY_CFLAGS) $(NTL_CFLAGS) 8 8 9 9 SOURCES = polys.cc febase.cc feread.cc \ -
libpolys/coeffs/Makefile.am
r2f67434 r55b6460 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 2 3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} -DHAVE_CONFIG_H3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} 4 4 5 5 libcoeffs_LTLIBRARIES = libcoeffs.la -
libpolys/misc/Makefile.am
r2f67434 r55b6460 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 2 3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -DHAVE_CONFIG_H3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 4 4 5 5 libmisc_LTLIBRARIES = libmisc.la -
libpolys/polys/Makefile.am
r2f67434 r55b6460 6 6 NODEBUGDEFS = 7 7 8 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${GMP_CFLAGS} -DHAVE_CONFIG_H8 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${GMP_CFLAGS} 9 9 10 10 -
libpolys/reporter/Makefile.am
r2f67434 r55b6460 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 2 3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -DHAVE_CONFIG_H3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. 4 4 5 5 libreporter_LTLIBRARIES = libreporter.la -
libpolys/tests/Makefile.am
r2f67434 r55b6460 1 1 ACLOCAL_AMFLAGS = -I ../../m4 2 2 3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} -DHAVE_CONFIG_H3 AM_CPPFLAGS = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} -I${top_srcdir}/../factory/include -I${top_builddir}/../factory/include ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} 4 4 5 5 TESTS = simple_test \ -
m4/flags.m4
r2f67434 r55b6460 109 109 110 110 if test "x${ENABLE_OPTIMIZATION}" != xno; then 111 OPTFLAGS="-D OM_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"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" 112 112 # -O3 - crashes gcc???!!! 113 113 # -fpermissive -
numeric/Makefile.am
r2f67434 r55b6460 5 5 libnumericdir = $(libdir)/singular 6 6 7 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} -I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} ${NTL_CFLAGS} -DHAVE_CONFIG_H7 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -I${top_srcdir}/libpolys -I${top_builddir}/libpolys ${GMP_CFLAGS} -I${top_srcdir}/factory/include -I${top_builddir}/factory/include ${FACTORY_CFLAGS} ${NTL_CFLAGS} 8 8 9 9 SOURCES = mpr_base.cc mpr_inout.cc mpr_numeric.cc -
omalloc/Makefile.am
r2f67434 r55b6460 27 27 EXTRA_DIST = omalloc.c omtTestAlloc.c omtTest.h omMmap.c 28 28 29 AM_CPPFLAGS =-I${top_srcdir}/.. -I${top_builddir}/.. -DHAVE_CONFIG_H29 AM_CPPFLAGS =-I${top_srcdir}/.. -I${top_builddir}/.. 30 30 31 31 libomalloc_la_SOURCES=$(SOURCES) $(noinst_HEADERS) … … 38 38 39 39 ### NOTE: "_g" (debug) means full library 40 ### libomalloc_la_CPPFLAGS= -DOM_ALLOC_INTERNAL -DHAVE_CONFIG_H-DOM_NDEBUG40 ### libomalloc_la_CPPFLAGS= -DOM_ALLOC_INTERNAL -DOM_NDEBUG 41 41 42 42 libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} -DOM_ALLOC_INTERNAL -
resources/Makefile.am
r2f67434 r55b6460 6 6 7 7 8 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} -DHAVE_CONFIG_H8 AM_CPPFLAGS = -I${top_srcdir} -I${top_builddir} 9 9 10 10 -
xalloc/Makefile.am
r2f67434 r55b6460 12 12 SOURCES = dummy.c omalloc.h 13 13 14 AM_CPPFLAGS = -I${srcdir} -DHAVE_CONFIG_H14 AM_CPPFLAGS = -I${srcdir} 15 15 16 16 libomalloc_la_SOURCES =$(SOURCES) … … 18 18 ### libomalloc_la_LDFLAGS = -release ${PACKAGE_VERSION} 19 19 20 # libomalloc_la_CPPFLAGS += ${AM_CPPFLAGS} -DHAVE_CONFIG_H-DSING_NDEBUG -DOM_NDEBUG20 # libomalloc_la_CPPFLAGS += ${AM_CPPFLAGS} -DSING_NDEBUG -DOM_NDEBUG 21 21 # libomalloc_la_CPPFLAGS = ${AM_CPPFLAGS} 22 22
Note: See TracChangeset
for help on using the changeset viewer.