ultimatepp/uppsrc/plugin/z/lib/GNUmakefile
rylek e336214d5e Updated ZLIB plugin to version 1.2.3 (reportedly an important security fix)
git-svn-id: svn://ultimatepp.org/upp/trunk@749 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-01-15 19:26:16 +00:00

26 lines
351 B
Makefile

# $Id: GNUmakefile 10656 2007-01-19 01:31:01Z mloskot $
#
# Makefile to build zlib using GNU Make and GCC.
#
include ../../GDALmake.opt
OBJ = \
adler32.o \
compress.o \
crc32.o \
deflate.o \
gzio.o \
infback.o \
inffast.o \
inflate.o \
inftrees.o \
trees.o \
uncompr.o \
zutil.o
default: $(OBJ)
clean:
rm -f *.o
install-obj: $(O_OBJ)