Kernel/IPStack - (minor) TODO retransmit timer
[tpg/acess2.git] / Externals / netsurf / Makefile
1 #
2 # Acess2 Externals - netsurf
3 # - Patches and Makefile by John Hodge (thePowersGang)
4 #
5
6 DEPS := sdl12
7 TARBALL_PATTERN := netsurf-*-full-src.tar.gz
8 TARBALL_TO_DIR_L := netsurf-%-full-src.tar.gz
9 TARBALL_TO_DIR_R := netsurf-full-%
10 PATCHES := 
11 NOBDIR = yes
12
13 include ../core.mk
14
15 .PHONY: _check_local_deps
16
17 _build: _check_local_deps
18         cd $(BDIR) && CC=$(HOST)-gcc TARGET=framebuffer make
19
20 _check_local_deps:
21         @gperf --help >/dev/null || (echo "ERROR: netsurf's build system requires gperf"; false)
22
23

UCC git Repository :: git.ucc.asn.au