Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4364 Rev 4821
Line 3... Line 3...
3
COMPONENT_VERSION := 0.0.2
3
COMPONENT_VERSION := 0.0.2
4
# Default to a static library
4
# Default to a static library
5
COMPONENT_TYPE ?= lib-static
5
COMPONENT_TYPE ?= lib-static
Line 6... Line 6...
6
 
6
 
7
# Setup the tooling
7
# Setup the tooling
-
 
8
#PREFIX ?= /opt/netsurf
8
PREFIX ?= /opt/netsurf
9
PREFIX ?= /usr
9
NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
10
NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
Line 10... Line 11...
10
include $(NSSHARED)/makefiles/Makefile.tools
11
include $(NSSHARED)/makefiles/Makefile.tools
11
 
12