Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
3584 sourcerer 1
CFLAGS += -O2
2
NETSURF_FB_FRONTEND := sdl
3
NETSURF_FB_FONTLIB := internal
4
 
5
NETSURF_FRAMEBUFFER_BIN := $(PREFIX)/bin/
6
 
7
  # Default resource install path
8
  NETSURF_FRAMEBUFFER_RESOURCES := $(PREFIX)/share/netsurf/
9
 
10
  # Default framebuffer search path
11
  NETSURF_FB_RESPATH := $${HOME}/.netsurf/:$${NETSURFRES}:$(NETSURF_FRAMEBUFFER_RESOURCES):./framebuffer/res
12
 
13
  # freetype compiled in font serch path
14
  NETSURF_FB_FONTPATH := /usr/share/fonts/truetype/ttf-dejavu:/usr/share/fonts/truetype/msttcorefonts
15
 
16
OBJS := box.o box_construct.o box_normalise.o			\
17
	font.o form.o							\
18
	html.o html_script.o html_interaction.o html_redraw.o		\
19
	html_forms.o imagemap.o layout.o list.o search.o table.o	\
20
	textinput.o textplain.o
21
 
22
 
23
OUTFILE = TEST.o
5043 ashmew2 24
CFLAGS += -I ../include/ -I ../ -I../../ -I./ -I/home/sourcerer/kos_src/newenginek/kolibri/include -I ../../libdom/include/ -I ../../libwapcaplet/include/ -I ../../libcss/include/ -I ../../libhubbub/include/ -I ../../libparserutils/include/
3584 sourcerer 25
include $(MENUETDEV)/makefiles/Makefile_for_o_lib