summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:59:24 -0400
committerKonstantin Käfer <mail@kkaefer.com>2014-10-29 11:59:24 -0400
commit293b291b80f6fc42b6551bbb50e702815ac7a4a3 (patch)
treee5f178542975cdc2762174de2c4c45f999a0f3d7 /Makefile
parent1d82ae14a4d14a9ad42a4dabde63d3cba57ef02b (diff)
downloadqtlocation-mapboxgl-293b291b80f6fc42b6551bbb50e702815ac7a4a3.tar.gz
rename mbgl to mbgl-core
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 9a6faf985d..02fc34dd56 100644
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ endif
PLATFORM ?= linux
-all: mbgl
+all: mbgl-core mblg-platform mbgl-headless
config.gypi: configure
./configure
@@ -18,9 +18,9 @@ config-ios.gypi: configure
MASON_PLATFORM=ios ./configure config-ios.gypi
# Builds the regular library
-mbgl: config.gypi mapboxgl.gyp
+mbgl-core: config.gypi mapboxgl.gyp
deps/run_gyp mapboxgl.gyp -Iconfig.gypi -Dplatform=$(PLATFORM) --depth=. -Goutput_dir=.. --generator-output=./build/mbgl -f make
- $(MAKE) -C build/mbgl BUILDTYPE=$(BUILDTYPE) V=$(V) mbgl
+ $(MAKE) -C build/mbgl BUILDTYPE=$(BUILDTYPE) V=$(V) mbgl-core
mbgl-platform: config.gypi mapboxgl.gyp
deps/run_gyp mapboxgl.gyp -Iconfig.gypi -Dplatform=$(PLATFORM) --depth=. -Goutput_dir=.. --generator-output=./build/mbgl -f make
@@ -34,10 +34,6 @@ install: config.gypi mapboxgl.gyp
deps/run_gyp mapboxgl.gyp -Iconfig.gypi -Dplatform=$(PLATFORM) -Dinstall_prefix=$(PREFIX) --depth=. -Goutput_dir=.. --generator-output=./build/mbgl -f make
$(MAKE) -C build/mbgl BUILDTYPE=$(BUILDTYPE) V=$(V) install
-config: config.gypi mapboxgl.gyp
- deps/run_gyp mapboxgl.gyp -Iconfig.gypi -Dplatform=$(PLATFORM) --depth=. -Goutput_dir=.. --generator-output=./build/mbgl -f make
- $(MAKE) -C build/mbgl BUILDTYPE=$(BUILDTYPE) V=$(V) mbgl-config
-
##### Test cases ###############################################################
build/test/Makefile: src common config.gypi test/test.gyp
@@ -121,5 +117,5 @@ clean: clear_xcode_cache
distclean: clean
-rm -rf ./mason_packages
-.PHONY: mbgl install test linux clear_xcode_cache build/test/Makefile clean distclean
+.PHONY: mbgl-core install test linux clear_xcode_cache build/test/Makefile clean distclean
# DO NOT DELETE