svn path=/trunk/libsvgtiny/; revision=14010
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)
LDFLAGS := $(CFLAGS) -lxml2
endif
-include build/makefiles/Makefile.top
+include $(NSBUILD)/Makefile.top
# Extra installation rules
I := /include
$(Q)$(SED) -e 's/#ifdef __GNUC_STDC_INLINE__/#if defined __GNUC_STDC_INLINE__ || defined __GNUC_GNU_INLINE__/' $@.tmp >$@
$(Q)$(RM) $@.tmp
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir
# Tests
DIR_TEST_ITEMS := svgtiny_test:svgtiny_test.c
-include build/makefiles/Makefile.subdir
+include $(NSBUILD)/Makefile.subdir