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
# Sources
-
 
2
OBJS := libnsbmp.o
1
# This is the makefile in kolibrios/contrib/network/netsurf/libnsbmp/src
-
 
2
# Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
Line 3... Line 3...
3
 
3
 
Line 4... Line 4...
4
OUTFILE = libo.o
4
OUTFILE := $(CURDIR)/libnsbmp.a
-
 
5
 
5
 
6
OBJS = $(wildcard *.o)