Changeset b21ae4 in git
- Timestamp:
- Sep 30, 2013, 3:33:01 PM (9 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- 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
- Location:
- dyn_modules/callpolymake
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
dyn_modules/callpolymake/Makefile.am
r1ba7d5 rb21ae4 10 10 11 11 # forcefully enable exceptions for polymake 12 POLYMAKE_CFLAGS = -fexceptions 12 POLYMAKE_CFLAGS = -fexceptions -frtti 13 13 14 14 AM_LDFLAGS = -release ${PACKAGE_VERSION} ${PM_LDFLAGS} … … 19 19 20 20 MYINCLUDES = -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) 23 24 24 25 P_PROCS_CPPFLAGS_COMMON = -DDYNAMIC_VERSION -
dyn_modules/callpolymake/polymake_conversion.h
r1ba7d5 rb21ae4 3 3 4 4 #include <kernel/mod2.h> 5 6 #ifdef HAVE_FANS7 5 8 6 #include <gmpxx.h> … … 62 60 63 61 #endif 64 #endif -
dyn_modules/callpolymake/polymake_documentation.cc
r1ba7d5 rb21ae4 1 1 #include <polymake_conversion.h> 2 2 3 #include < callgfanlib/bbcone.h>4 #include < callgfanlib/bbfan.h>5 #include < callgfanlib/bbpolytope.h>3 #include <dyn_modules/callgfanlib/bbcone.h> 4 #include <dyn_modules/callgfanlib/bbfan.h> 5 #include <dyn_modules/callgfanlib/bbpolytope.h> 6 6 7 7 #include <Singular/blackbox.h> -
dyn_modules/callpolymake/polymake_documentation.h
r1ba7d5 rb21ae4 4 4 #include <kernel/mod2.h> 5 5 6 #ifdef HAVE_FANS7 8 6 #include <polymake_conversion.h> 9 7 10 #include < callgfanlib/bbcone.h>11 #include < callgfanlib/bbfan.h>12 #include < callgfanlib/bbpolytope.h>8 #include <dyn_modules/callgfanlib/bbcone.h> 9 #include <dyn_modules/callgfanlib/bbfan.h> 10 #include <dyn_modules/callgfanlib/bbpolytope.h> 13 11 14 12 #include <Singular/blackbox.h> … … 22 20 23 21 #endif 24 #endif
Note: See TracChangeset
for help on using the changeset viewer.