arzmq-sys 0.6.2

Low-level bindings to the zeromq library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Linux NORM-JNI Makefile definitions
#

# System specific additional libraries, include paths, etc
SYSTEM_INCLUDES = -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/linux
SYSTEM_LIBS = 
SYSTEM_SRC =

SYSTEM = linux

export CC = g++
export SYSTEM_CFLAGS = -fPIC -Wall -Wcast-align -D_FILE_OFFSET_BITS=64
export SYSTEM_SOFLAGS = -shared -Wl,--no-undefined
SYSTEM_SOEXT = so

include Makefile.common