Makefile revision 694c35faa87b858ecdadfe4fc592615f4eefbb07
750f77ade4110c6b2315d6b9e9c22f643914d87drbb#
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley# CDDL HEADER START
750f77ade4110c6b2315d6b9e9c22f643914d87drbb#
ce4eec7f83c4bc6daba6a02eff0275a6f3878e5ewrowe# The contents of this file are subject to the terms of the
ce4eec7f83c4bc6daba6a02eff0275a6f3878e5ewrowe# Common Development and Distribution License (the "License").
750f77ade4110c6b2315d6b9e9c22f643914d87drbb# You may not use this file except in compliance with the License.
ce4eec7f83c4bc6daba6a02eff0275a6f3878e5ewrowe#
205d797f9c660398724a3d4a50f96f30f282edd7sf# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
750f77ade4110c6b2315d6b9e9c22f643914d87drbb# or http://www.opensolaris.org/os/licensing.
750f77ade4110c6b2315d6b9e9c22f643914d87drbb# See the License for the specific language governing permissions
750f77ade4110c6b2315d6b9e9c22f643914d87drbb# and limitations under the License.
750f77ade4110c6b2315d6b9e9c22f643914d87drbb#
750f77ade4110c6b2315d6b9e9c22f643914d87drbb# When distributing Covered Code, include this CDDL HEADER in each
750f77ade4110c6b2315d6b9e9c22f643914d87drbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley# If applicable, add the following below this CDDL HEADER, with the
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley# fields enclosed by brackets "[]" replaced with your own identifying
45108af9f7bc456c8e9b3bf3ea863f171e6dc9a6jwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley#
3e5667f3bea0b417d0133534d960c5b86c63cf5cgstein# CDDL HEADER END
91ea8a85362a63522578e4d59fc6bfe37bc8df17trawick#
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme#
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme# Use is subject to license terms.
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme#
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme#
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme# This make file will build mech_spnego.so.1. This shared object
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme# contains all the functionality needed to support the
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantz# SPNEGO GSS-API mechanism.
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantz#
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantz
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantzinclude ../../Makefile.lib
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantz
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantzSUBDIRS= $(MACH)
8744b27bf2f08d2acb55f3e77231ab9b59d5d333jerenkrantz$(BUILD64)SUBDIRS += $(MACH64)
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemmeHDRS = gssapiP_spnego.h
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemmeHDRDIR = mech
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemme
39c36cbd2a461e4fe1bdd0a860db587d420445c7sctemmeall := TARGET= all
3e5667f3bea0b417d0133534d960c5b86c63cf5cgsteinclean := TARGET= clean
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolleyclobber := TARGET= clobber
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolleyinstall := TARGET= install
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolleylint := TARGET= lint
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley.KEEP_STATE:
750f77ade4110c6b2315d6b9e9c22f643914d87drbb
105475009f541187ba7a14a367547d9404c578befieldingall clean clobber install lint: $(SUBDIRS)
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley$(SUBDIRS): FRC
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley @cd $@; pwd; $(MAKE) $(TARGET)
750f77ade4110c6b2315d6b9e9c22f643914d87drbb
205d797f9c660398724a3d4a50f96f30f282edd7sfFRC:
7a6c08288f79ab1734b98afc114e52cd71f898c0jwoolley