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 1... Line 1...
1
include $(NSBUILD)/Makefile.subdir
1
#include $(NSBUILD)/Makefile.subdir
-
 
2
# This is the makefile in kolibrios/contrib/network/netsurf/libparserutils/src
-
 
3
# Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
-
 
4
 
-
 
5
OUTFILE := $(CURDIR)/libparseutils.a
-
 
6
OBJS = $(wildcard charset/*.o)
-
 
7
OBJS := $(OBJS) $(wildcard charset/codecs/*.o)
-
 
8
OBJS := $(OBJS) $(wildcard charset/encodings/*.o)
-
 
9
OBJS := $(OBJS) $(wildcard input/*.o)
-
 
10
OBJS := $(OBJS) $(wildcard utils/*.o)
-
 
11
 
-
 
12
include $(MENUETDEV)/makefiles/Makefile_for_lib
-
 
13