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