Subversion Repositories Kolibri OS

Rev

Rev 4364 | Blame | Last modification | View Log | RSS feed

  1. # This is the makefile in kolibrios/contrib/network/netsurf/libcss
  2. # Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
  3.  
  4. OUTFILE := $(CURDIR)/libcss.a
  5.  
  6. OBJS = $(wildcard src/libo.o)
  7. OBJS := $(OBJS) $(wildcard src/charset/libo.o)
  8. OBJS := $(OBJS) $(wildcard src/lex/libo.o)
  9. OBJS := $(OBJS) $(wildcard src/parse/properties/libo.o)
  10. OBJS := $(OBJS) $(wildcard src/parse/libo.o)
  11. OBJS := $(OBJS) $(wildcard src/select/properties/libo.o)
  12. OBJS := $(OBJS) $(wildcard src/select/libo.o)
  13. OBJS := $(OBJS) $(wildcard src/utils/libo.o)
  14.  
  15. include $(MENUETDEV)/makefiles/Makefile_for_lib
  16.