blob: da107a2bdadf802a6de9752960a1047acb2599c5 [file] [log] [blame]
##
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You under the Apache License, Version 2.0
## (the "License"); you may not use this file except in compliance with
## the License. You may obtain a copy of the License at
##
## http://www.apache.org/licenses/LICENSE-2.0
##
## Unless required by applicable law or agreed to in writing, software
## distributed under the License is distributed on an "AS IS" BASIS,
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
## See the License for the specific language governing permissions and
## limitations under the License.
##
ACLOCAL_AMFLAGS =-I m4
SUBDIRS = \
include
lib_LTLIBRARIES = libignite-jni.la
AM_CPPFLAGS = \
-I$(srcdir)/include \
-I$(srcdir)/os/linux/include \
-I@top_srcdir@/common/include \
-I@top_srcdir@/common/os/linux/include \
-I$(JAVA_HOME)/include \
-I$(JAVA_HOME)/include/linux \
-DIGNITE_IMPL \
-D__STDC_LIMIT_MACROS \
-D__STDC_CONSTANT_MACROS
AM_CXXFLAGS = \
-Wall \
-std=c++03
libignite_jni_la_LIBADD = \
-L$(JAVA_HOME)/jre/lib/amd64/server \
-L$(JAVA_HOME)/lib/server \
@top_srcdir@/common/libignite-common.la
libignite_jni_la_LDFLAGS = \
-no-undefined \
-ljvm \
-version-info 0:0:0 \
-release $(PACKAGE_VERSION)
libignite_jni_la_DEPENDENCIES = \
@top_srcdir@/common/libignite-common.la
libignite_jni_la_SOURCES = \
os/linux/src/utils.cpp \
src/java.cpp \
src/exports.cpp
clean-local:
$(RM) *.gcno *.gcda
clean-docs:
$(RM) $(DX_CLEANFILES)