Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / Externals / zlib / Makefile
1 #
2 # Acess2 External: zlib
3 # - Makefile and patches by John Hodge (thePowersGang)
4 #
5
6 DEPS := 
7 TARBALL_PATTERN := zlib-*.tar.gz
8 TARBALL_TO_DIR_L := %.tar.gz
9 TARBALL_TO_DIR_R := %
10 PATCHES := 
11 CONFIGURE_LINE = CC=$(HOST)-gcc $(SDIR)/configure --static --prefix=$(PREFIX) --eprefix=$(EPREFIX) --includedir=$(INCLUDE_DIR)
12 NOBDIR = yes
13
14 include ../common_automake.mk
15

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