Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / sdl12 / Makefile
1 #
2 # Acess2 External: libsdl1.2
3 # - Makefile and patches by John Hodge (thePowersGang)
4 #
5
6 DEPS := 
7 TARBALL_PATTERN := SDL-*.tar.gz
8 TARBALL_TO_DIR_L := %.tar.gz
9 TARBALL_TO_DIR_R := %
10 PATCHES := configure build-scripts/config.sub
11 PATCHES += src/video/acess/ptyvideo.c src/video/SDL_video.c src/video/SDL_sysvideo.h
12 CONFIGURE_ARGS = --includedir=$(INCLUDEDIR) --bindir=$(OUTDIR)-BUILD/bin/
13 #AUTORECONF = yes
14
15 include ../common_automake.mk
16

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