-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbuild.properties
28 lines (24 loc) · 1.03 KB
/
build.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# -----------------------------------------------------------------------------
# build.properties
# This file is referenced by the build.xml file.
# -----------------------------------------------------------------------------
# some global properties for Java compiler
DEBUG = on
DEPRECATION = on
# -----------------------------------------------------------------------------
# java version
# -----------------------------------------------------------------------------
java-source 1.8
java-target 1.8
# relative to the PWD
local_yices_jni=/dist/lib
local_yices_classpath=/build/classes
# -----------------------------------------------------------------------------
# Binary Build Settings (Currently not used)
# -----------------------------------------------------------------------------
JAVA_HOME /Library/Java/JavaVirtualMachines/jdk1.8.0_141.jdk/Contents/Home
GLOBAL_LIB_DIR /usr/local/lib
CPPFLAGS -I ${JAVA_HOME}/include -I ${JAVA_HOME}/include/${OS}
CXXFLAGS -g -fPIC
CXX g++
LIBS -lyices -lgmp