Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  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
  24. CFLAGS += -I ../include/ -I ../ -I../../ -I./ -I/home/sourcerer/kos_src/newenginek/kolibri/include
  25. include $(MENUETDEV)/makefiles/Makefile_for_o_lib
  26.