Makefile revision 2080
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved.
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# This code is free software; you can redistribute it and/or modify it
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# under the terms of the GNU General Public License version 2 only, as
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# published by the Free Software Foundation. Sun designates this
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# particular file as subject to the "Classpath" exception as provided
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# by Sun in the LICENSE file that accompanied this code.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# version 2 for more details (a copy is included in the LICENSE file that
a16eb14ad7a4b5ef91ddc22d3e8e92d930f736fcvboxsync# accompanied this code).
6210261fe31640afef814063597113f36048e57dvboxsync# You should have received a copy of the GNU General Public License version
6210261fe31640afef814063597113f36048e57dvboxsync# 2 along with this work; if not, write to the Free Software Foundation,
6210261fe31640afef814063597113f36048e57dvboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# CA 95054 USA or visit www.sun.com if you need additional information or
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# have any questions.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# ZLIB_VERSION is defined in make/common/Defs.gmk
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Files to compile.
d812aaf8345c80125c49948daa80c68b50ea8316vboxsync# Library to compile.
7b2f9756d0ce4b992ff874738e8de4182d978ff5vboxsyncOTHER_LCF = -export:ZIP_Open -export:ZIP_Close -export:ZIP_FindEntry \
8137be2315957032783c582a2e5c2523ea96f9bcvboxsyncCPPFLAGS += -I$(SHARE_SRC)/native/java/util/zip/zlib-$(ZLIB_VERSION)
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# Add to ambient vpath so we pick up the library files
8137be2315957032783c582a2e5c2523ea96f9bcvboxsyncvpath %.c $(SHARE_SRC)/native/$(PKGDIR)/zlib-$(ZLIB_VERSION)
8137be2315957032783c582a2e5c2523ea96f9bcvboxsync# Link to JVM library for JVM_Zip* functions