Ignore:
Timestamp:
Sep 30, 2013, 3:33:01 PM (11 years ago)
Author:
Martin Lee <martinlee84@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
b7b2c516034df879b01c7c8666bbdf0928da91dc
Parents:
1ba7d59dde84d122942e10a85da471cf9da64a00
git-author:
Martin Lee <martinlee84@web.de>2013-09-30 15:33:01+02:00
git-committer:
Yue Ren <ren@mathematik.uni-kl.de>2013-10-25 18:25:27+02:00
Message:
chg: added dyn_modules to #include<callgfanlib/*>
chg: added path to factory to include paths
chg: deleted HAVE_FANS
File:
1 edited

Legend:

Unmodified
Added
Removed
  • dyn_modules/callpolymake/Makefile.am

    r1ba7d5 rb21ae4  
    1010
    1111# forcefully enable exceptions for polymake
    12 POLYMAKE_CFLAGS = -fexceptions
     12POLYMAKE_CFLAGS = -fexceptions -frtti
    1313
    1414AM_LDFLAGS      = -release ${PACKAGE_VERSION} ${PM_LDFLAGS}
     
    1919
    2020MYINCLUDES = -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}
     21-I${top_srcdir}/libpolys -I${top_builddir}/libpolys  \
     22-I${top_builddir}/factory/include $(GMP_CFLAGS) $(PM_INC) $(PM_CFLAGS) \
     23$(POLYMAKE_CFLAGS) $(FACTORY_CFLAGS)
    2324
    2425P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION
Note: See TracChangeset for help on using the changeset viewer.