1 # -*- Mode: makefile; -*- #
3 # This file is part of MKUltra - Gene's ultimate make include files.
5 # Copyright © 2016-2017 Gene Hightower <gene@digilicious.com>
7 # This program is free software: you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation, version 3.
11 # This program is distributed in the hope that it will be useful, but
12 # WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 # General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program. See the file LICENSE. If not, see
18 # <http://www.gnu.org/licenses/>.
34 # Package manager on Darwin is <https://www.macports.org/>
37 pkg_config_path := $(ports)/lib/pkgconfig
49 -framework CoreFoundation \
54 JAVA_HOME ?= $(shell /usr/libexec/java_home)
55 jvmdir = $(JAVA_HOME)/jre/lib/server
57 CPPFLAGS += -I$(JAVA_HOME)/include -I$(JAVA_HOME)/include/darwin
58 LDFLAGS += -L$(jvmdir) -Wl,-rpath,$(jvmdir)