2 # Acess2 Externals - bochs
3 # - Patches and Makefile by John Hodge (thePowersGang)
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
13 CONFIGURE_ARGS := --with-sdl --without-x11 LDFLAGS=-lpsocket
15 include ../common_automake.mk