Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
6fb9b25791778f69002eb72be6235e20d98ec452Tinderbox User# CDDL HEADER START
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# The contents of this file are subject to the terms of the
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# Common Development and Distribution License (the "License").
0c27b3fe77ac1d5094ba3521e8142d9e7973133fMark Andrews# You may not use this file except in compliance with the License.
4979d89e042f6152b8270723fc8dd40de0dd354cAndreas Gustafsson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
271c4c7ffafeb0bda21278af6cac4535c0193f18Automatic Updater# See the License for the specific language governing permissions
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# and limitations under the License.
40f53fa8d9c6a4fc38c0014495e7a42b08f52481David Lawrence# When distributing Covered Code, include this CDDL HEADER in each
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# If applicable, add the following below this CDDL HEADER, with the
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
dafcb997e390efa4423883dafd100c975c4095d6Mark Andrews# CDDL HEADER END
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
ab023a65562e62b85a824509d829b6fad87e00b1Rob Austein# Use is subject to license terms.
3759f10fc543747668b1ca4b4671f35b0dea8445Francis DupontGETDATE = $(SRC)/cmd/krb5/kadmin/cli/getdate.o
364a82f7c25b62967678027043425201a5e5171aBob HalleyDEFS = -DHAVE_LIBSOCKET=1 -DHAVE_LIBNSL=1 -DHAVE_PWD_H=1 -DHAVE_COMPILE=1 -DHAVE_STEP=1
8a198fa776a09beb4dabf40b73a54d9c7bd70ac9Evan Huntinclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
a9bc95f22ef2dd4a12e79be99412c9f18b814a5dBrian WellingtonDEFS = -DHAVE_PWD_H -DUSE_KADM5_API_VERSION=2
b87a704401ebdfccd907e30fec7e047760b0177dBrian Wellington -I$(SRC)/uts/common/gssapi/mechs/krb5/include \
b7bf1bc9d9e822022d7c4c918851551ce3d69a1aBrian Wellington -I$(SRC)/uts/common/gssapi/mechs/krb5/include/krb5 \
36e37042c6c9252cdf6eb99bd71ccb6e6c43ba6dBrian WellingtonCERRWARN += -_gcc=-Wno-implicit-function-declaration
debd489a44363870f96f75818e89ec27d3cab736Francis DupontLDLIBS += -L $(ROOT_KLIBDIR) -L $(KRB5LIB) -lkadm5srv -lkdb -lkdb_ldap \
c6f4972c745f8903aba6dcca41f17a44c473db66Mark Andrews $(XGETTEXT) $(XGETFLAGS) `($(GREP) -l gettext *.[ch] || echo /dev/null)`