summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorVincent Sanders <vincent.sanders@collabora.co.uk>2012-07-17 20:42:41 +0100
committerVincent Sanders <vincent.sanders@collabora.co.uk>2012-07-17 20:42:41 +0100
commit0108482adcab2519b8328bbd748919510907633d (patch)
treeddfc660ca6ea6b1d92e708c256b4f39175eead06 /Makefile
parent5e173f639d10c44567e3dc2c53d459a0b102fb84 (diff)
downloadlibpencil-0108482adcab2519b8328bbd748919510907633d.tar.gz
libpencil-0108482adcab2519b8328bbd748919510907633d.tar.bz2
convert to new build targets
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e93d3d8..03cc244 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,9 @@ COMPONENT_VERSION := 0.0.1
COMPONENT_TYPE ?= lib-static
# Setup the tooling
-include build/makefiles/Makefile.tools
+PREFIX ?= /opt/netsurf
+NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
+include $(NSSHARED)/makefiles/Makefile.tools
TESTRUNNER := $(ECHO)
@@ -46,7 +48,7 @@ ifneq ($(findstring clean,$(MAKECMDGOALS)),clean)
endif
endif
-include build/makefiles/Makefile.top
+include $(NSBUILD)/Makefile.top
# Extra installation rules
I := /include