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
4821 ashmew2 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
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)
11
 
12
include $(MENUETDEV)/makefiles/Makefile_for_lib
13
 
14
# Contents before above changes were added:
3584 sourcerer 15
# Src
4821 ashmew2 16
#NSBUILD ?= /usr/share/netsurf-buildsystem/makefiles
17
#include $(NSBUILD)/Makefile.subdir