Subversion Repositories Kolibri OS

Rev

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

  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.  
  14. CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include -I ../../../libwapcaplet/include/ -I ../../../libparserutils/include/
  15. include $(MENUETDEV)/makefiles/Makefile_for_o_lib
  16.