Subversion Repositories Kolibri OS

Rev

Rev 4364 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4364 Rev 4821
Line -... Line 1...
-
 
1
# This is the makefile in kolibrios/contrib/network/netsurf/libdom/src
-
 
2
# Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
-
 
3
 
-
 
4
OUTFILE := $(CURDIR)/libdom.a
1
# Src 
5
 
-
 
6
OBJS = $(wildcard core/libo.o)
-
 
7
OBJS := $(OBJS) $(wildcard events/libo.o)
-
 
8
OBJS := $(OBJS) $(wildcard html/libo.o)
-
 
9
OBJS := $(OBJS) $(wildcard utils/libo.o)
-
 
10
OBJS := $(OBJS) $(wildcard ../bindings/hubbub/libo.o)
Line -... Line 11...
-
 
11
 
-
 
12
include $(MENUETDEV)/makefiles/Makefile_for_lib
-
 
13
 
-
 
14
# Contents before above changes were added:
-
 
15
# Src 
2
 
16
#NSBUILD ?= /usr/share/netsurf-buildsystem/makefiles