Home | History | Annotate | Download | only in gregbook

Lines Matching full:zlib

14 # This makefile assumes libpng and zlib have already been built or downloaded
17 # the PNGINC, PNGLIB, ZINC and ZLIB lines.
19 # This makefile builds dynamically linked executables (against libpng and zlib,
21 # ZLIB lines.
35 ZLIB = -L/usr/local/lib -lz # dynamically linked against zlib
36 #ZLIB = /usr/local/lib/libz.a # statically linked against zlib
37 #ZINC = -I../zlib
38 #ZLIB = -L../zlib -lz
39 #ZLIB = ../../../zlib/libz.a
49 RLIBS = $(PNGLIB) $(ZLIB) $(XLIB) -lm
50 WLIBS = $(PNGLIB) $(ZLIB)