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 := \
3
	string.o node.o \
4
	attr.o characterdata.o element.o \
5
	implementation.o \
6
	text.o typeinfo.o comment.o \
7
	namednodemap.o nodelist.o \
8
	cdatasection.o document_type.o entity_ref.o pi.o \
9
	doc_fragment.o document.o
10
 
11
 
12
OUTFILE = libo.o
13
 
4821 ashmew2 14
CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include -I ../../../libwapcaplet/include/ -I ../../../libparserutils/include/
3584 sourcerer 15
include $(MENUETDEV)/makefiles/Makefile_for_o_lib