summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:07 +0000
committerDaniel Silverstone <dsilvers@netsurf-browser.org>2012-06-29 19:56:07 +0000
commit5cd189240b1edd74063361a82ae917a1a1369776 (patch)
tree3a0c728bb1ae41dea64ec99d55b6213e5aa5dc99 /Makefile
parent1362ff679cc43c9e864af0069c60e53f3cda5213 (diff)
downloadiconv-5cd189240b1edd74063361a82ae917a1a1369776.tar.gz
iconv-5cd189240b1edd74063361a82ae917a1a1369776.tar.bz2
Update to new NSBUILD infrastructure
svn path=/trunk/iconv/; revision=14011
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 61ad100..7943f72 100644
--- a/Makefile
+++ b/Makefile
@@ -5,9 +5,11 @@ COMPONENT_VERSION := 0.12.0
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 := $(PERL) build/testtools/testrunner.pl
+TESTRUNNER := $(PERL) $(NSTESTTOOLS)/testrunner.pl
ifneq ($(HOST),riscos)
export UNICODE_DIR := $(CURDIR)/riscos/!Boot/Resources/!Unicode/
@@ -26,7 +28,7 @@ else
LDFLAGS := $(LDFLAGS) -L$(CURDIR)/unicode/lib -lunicode
endif
-include build/makefiles/Makefile.top
+include $(NSBUILD)/Makefile.top
# Extra installation rules
I := /include/iconv