Ignore:
Timestamp:
Nov 6, 2013, 2:30:52 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
93fc820b11e13b03357f9d05061a1954e37d658c
Parents:
75761633171290fa9ee90c7fc19a9d9bfba3534911ab4e8595e6e90a6b646949f46d516f88a72015
Message:
Merge pull request #389 from jankoboehm/spielwiese

Gerhards fix for zeroRad und some typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callpolymake/Makefile.am

    r11ab4e r8b1af6  
    1010
    1111# forcefully enable exceptions for polymake
    12 POLYMAKE_CFLAGS = -fexceptions
     12POLYMAKE_CFLAGS = -fexceptions -frtti
    1313
    14 AM_LDFLAGS      = -release ${PACKAGE_VERSION} ${PM_LDFLAGS}
     14AM_LDFLAGS      = ${PM_LDFLAGS}
     15# -release ${PACKAGE_VERSION}
     16 
     17SOURCES = polymake_conversion.cc polymake_documentation.cc polymake_wrapper.cc
    1518
    16 SOURCES = polymake_conversion.cc polymake_documentation.cc polymake_wrapper.cc
     19CXXFLAGS += $(POLYMAKE_CXXFLAGS)
    1720
    1821polymake_la_SOURCES = $(SOURCES)
    1922
    2023MYINCLUDES = -I${top_srcdir} -I${top_builddir} -I${srcdir} \
    21 -I${top_srcdir}/libpolys -I${top_builddir}/libpolys \
    22 $(GMP_CFLAGS) ${PM_INC} ${PM_CFLAGS} ${POLYMAKE_CFLAGS}
     24-I${top_srcdir}/libpolys -I${top_builddir}/libpolys  \
     25-I${top_builddir}/factory/include $(GMP_CFLAGS) $(PM_INC) $(PM_CFLAGS) \
     26$(POLYMAKE_CFLAGS) $(FACTORY_CFLAGS)
    2327
    2428P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION
Note: See TracChangeset for help on using the changeset viewer.