Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / bochs / Makefile
1 #
2 # Acess2 Externals - bochs
3 # - Patches and Makefile by John Hodge (thePowersGang)
4 #
5
6 DEPS := sdl12 cross-compiler
7 TARBALL_PATTERN := bochs-*.tar.gz
8 TARBALL_TO_DIR_L := bochs-%.tar.gz
9 TARBALL_TO_DIR_R := bochs-%
10 PATCHES := config.h.in config.sub
11
12 #AUTORECONF = yes
13 CONFIGURE_ARGS := --with-sdl --without-x11 LDFLAGS=-lpsocket
14
15 include ../common_automake.mk
16
17

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