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
# Sources
2
OBJS := treebuilder.o \
3
		initial.o before_html.o before_head.o in_head.o \
4
		in_head_noscript.o after_head.o in_body.o in_table.o \
5
		in_caption.o in_column_group.o in_table_body.o in_row.o \
6
		in_cell.o in_select.o in_select_in_table.o \
7
		in_foreign_content.o after_body.o in_frameset.o \
8
		after_frameset.o after_after_body.o after_after_frameset.o \
9
		generic_rcdata.o
10
OUTFILE = libo.o
11
 
4821 ashmew2 12
CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include -I ../../../libparserutils/include/ -I ../../../libwapcaplet/include/
3584 sourcerer 13
include $(MENUETDEV)/makefiles/Makefile_for_o_lib
14