Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4364 → Rev 4821

/contrib/network/netsurf/libnsbmp/Makefile
5,7 → 5,8
COMPONENT_TYPE ?= lib-static
 
# Setup the tooling
PREFIX ?= /opt/netsurf
#PREFIX ?= /opt/netsurf
PREFIX ?= /usr
NSSHARED ?= $(PREFIX)/share/netsurf-buildsystem
include $(NSSHARED)/makefiles/Makefile.tools
 
/contrib/network/netsurf/libnsbmp/src/Makefile
1,7 → 1,8
# Sources
OBJS := libnsbmp.o
# This is the makefile in kolibrios/contrib/network/netsurf/libnsbmp/src
# Need to add recursive calling to all the subdirectories. For now, use the generated .a file for testing.
 
OUTFILE = libo.o
OUTFILE := $(CURDIR)/libnsbmp.a
 
CFLAGS += -I ../../include/ -I ../../ -I ../ -I ./ -I /home/sourcerer/kos_src/newenginek/kolibri/include
include $(MENUETDEV)/makefiles/Makefile_for_o_lib
OBJS = $(wildcard *.o)
 
include $(MENUETDEV)/makefiles/Makefile_for_lib