Makefile revision 4648
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# This code is free software; you can redistribute it and/or modify it
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# under the terms of the GNU General Public License version 2 only, as
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# published by the Free Software Foundation. Oracle designates this
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# particular file as subject to the "Classpath" exception as provided
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# by Oracle in the LICENSE file that accompanied this code.
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# This code is distributed in the hope that it will be useful, but WITHOUT
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# version 2 for more details (a copy is included in the LICENSE file that
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# accompanied this code).
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# You should have received a copy of the GNU General Public License version
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# 2 along with this work; if not, write to the Free Software Foundation,
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
fa454af0c525b509b00d4f4935a18492556bdb99Eric Ferraiuolo# or visit www.oracle.com if you need additional information or have any
fa454af0c525b509b00d4f4935a18492556bdb99Eric FerraiuoloFILES_export = sun/security/krb5/Credentials.java
10b29d99683d0782b9f9ccbfc2a38afe7288c4d6Ryan Grove# Java files that define native methods
acd6c22c85d97aff372a361dc632e8925e331ef9Ryan Grove# We need some extra libs for win32
vpath %.c \
JGSS_NATIVE_DIR_EXISTS := $(shell if [ -d $(JGSS_NATIVE_SRC) ] ; then echo true; else echo false; fi)