(Im)port of zlib-1.2.2
Ran configure with minix-friendly args and committed makefile. It's a compromise to make zlib fit nicely into the current build system.
This commit is contained in:
parent
7697700802
commit
2abe246e5c
@ -4,6 +4,7 @@
|
|||||||
# See ansi/Makefile for a further explanation.
|
# See ansi/Makefile for a further explanation.
|
||||||
|
|
||||||
MAKE = exec make -$(MAKEFLAGS)
|
MAKE = exec make -$(MAKEFLAGS)
|
||||||
|
ZLIB=zlib-1.2.2
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
@echo "Usage: make all" >&2 # Compile all library functions" >&2
|
@echo "Usage: make all" >&2 # Compile all library functions" >&2
|
||||||
@ -34,9 +35,11 @@ all:
|
|||||||
cd syslib && $(MAKE)
|
cd syslib && $(MAKE)
|
||||||
cd utils && $(MAKE)
|
cd utils && $(MAKE)
|
||||||
cd timers && $(MAKE)
|
cd timers && $(MAKE)
|
||||||
|
cd $(ZLIB) && $(MAKE)
|
||||||
cd `arch` && $(MAKE)
|
cd `arch` && $(MAKE)
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
|
cd $(ZLIB) && make install
|
||||||
$(MAKE) install_`arch`
|
$(MAKE) install_`arch`
|
||||||
|
|
||||||
# Installation rules for PC Minix.
|
# Installation rules for PC Minix.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user