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
OBJS = about.o base64.o bitmap_fbtk.o bitmap.o bmp.o box_construct.o \
2
 box_normalise.o box.o browser.o caret_image.o challenge.o clipboard.o \
3
 content-disposition.o content_factory.o content.o content-type.o \
4724 ashmew2 4
  cookies.o corestrings.o css.o curl.o data.o dirlist.o dll.o download.o \
3584 sourcerer 5
  dump.o event.o fbtk.o fetch.o filename.o file.o filepath.o filetype.o \
6
   fill.o findfile.o font_freetype.o font.o form.o framebuffer.o frames.o \
7
   generics.o gif.o gui.o hand_image.o hashtable.o history_core.o \
8
   history_global_core.o history_image_g.o history_image.o hlcache.o \
9
   hotlist.o html_forms.o html_interaction.o html.o html_redraw.o \
10
   html_script.o ico.o image_cache.o imagemap.o image.o internal.o \
11
   jpeg.o knockout.o layout.o left_arrow_g.o left_arrow.o libdom.o \
12
   list.o llcache.o locale.o localhistory.o login.o log.o menu_image.o \
13
   messages.o mimesniff.o misc.o mouse.o move_image.o netsurf.o none.o \
14
   nsfont_bold.o nsfont_italic_bold.o nsfont_italic.o nsfont_regular.o \
15
   nsurl.o options.o osk_image.o osk.o parameter.o plot_style.o png.o \
16
    pointer_image.o primitives.o print.o progress_image.o reload_g.o \
17
    reload.o resource.o right_arrow_g.o right_arrow.o save_complete.o \
18
    save_text.o schedule.o scrollbar.o scrolld.o scrolll.o scroll.o \
19
    scrollr.o scrollu.o search.o search_ren.o searchweb.o selection.o \
20
    select.o sslcert.o stop_image_g.o stop_image.o system_colour.o \
21
    table.o talloc.o textarea.o textinput.o textinput_r.o text.o \
22
    textplain.o throbber0.o throbber1.o throbber2.o throbber3.o \
23
    throbber4.o throbber5.o throbber6.o throbber7.o throbber8.o \
24
    thumb_ddesk.o thumbnail.o tree_ddesk.o tree.o tree_url_node.o \
25
    urldb.o url.o useragent.o user.o utf8.o utils.o utils_utils.o \
26
    version.o window.o www-authenticate.o snprintf.o stubs.o divdi3.o
27
 
28
LIBS += -lm -lcurl -liconv  -lnsbmp -lnsgif -lpng -ljpeg -lz -lnsfb  -lSDL -lwapcaplet -lcss  -ldom -lhubbub -lparserutils -lfreetype2
29
 
30
OUTFILE = _netsurf
31
 
32
include $(MENUETDEV)/makefiles/Makefile_for_program