Subversion Repositories Kolibri OS

Rev

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

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