forked from apaffenholz/PolyViewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpolymake.xcconfig
More file actions
5 lines (5 loc) · 800 Bytes
/
Copy pathpolymake.xcconfig
File metadata and controls
5 lines (5 loc) · 800 Bytes
1
2
3
4
5
// Configuration read from polymake-config during build phase.
POLYMAKE_CFLAGS = -fPIC -Wall -Wno-logical-op-parentheses -Wno-shift-op-parentheses -Wno-duplicate-decl-specifier -O3 -DPOLYMAKE_DEBUG=0
POLYMAKE_LDFLAGS = -L/Users/andreas/polymake/clang_devel_install/lib -stdlib=libstdc++ -L/Users/andreas/polymake/src/gmp-5.1.3-install/lib -Wl,-rpath,/Users/andreas/polymake/src/gmp-5.1.3-install/lib -L/Users/andreas/polymake/src/mpfr-3.1.2-install/lib -Wl,-rpath,/Users/andreas/polymake/src/mpfr-3.1.2-install/lib -flat_namespace
POLYMAKE_LIBS = -lpolymake -lpolymake-apps -lgmp -lxml2
POLYMAKE_INCLUDES = -I/Users/andreas/polymake/clang_devel_install/include -I/usr/include/c++/4.2.1 -I/Users/andreas/polymake/src/gmp-5.1.3-install/include -I/Users/andreas/polymake/src/mpfr-3.1.2-install/include