Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
26d8ba2242584067b65160d24193c37cdc83cd55garypen# CDDL HEADER START
26d8ba2242584067b65160d24193c37cdc83cd55garypen# The contents of this file are subject to the terms of the
26d8ba2242584067b65160d24193c37cdc83cd55garypen# Common Development and Distribution License (the "License").
26d8ba2242584067b65160d24193c37cdc83cd55garypen# You may not use this file except in compliance with the License.
26d8ba2242584067b65160d24193c37cdc83cd55garypen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
26d8ba2242584067b65160d24193c37cdc83cd55garypen# See the License for the specific language governing permissions
26d8ba2242584067b65160d24193c37cdc83cd55garypen# and limitations under the License.
26d8ba2242584067b65160d24193c37cdc83cd55garypen# When distributing Covered Code, include this CDDL HEADER in each
26d8ba2242584067b65160d24193c37cdc83cd55garypen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
26d8ba2242584067b65160d24193c37cdc83cd55garypen# If applicable, add the following below this CDDL HEADER, with the
26d8ba2242584067b65160d24193c37cdc83cd55garypen# fields enclosed by brackets "[]" replaced with your own identifying
26d8ba2242584067b65160d24193c37cdc83cd55garypen# information: Portions Copyright [yyyy] [name of copyright owner]
26d8ba2242584067b65160d24193c37cdc83cd55garypen# CDDL HEADER END
26d8ba2242584067b65160d24193c37cdc83cd55garypen# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
6927f468b0af7710df000f6b16f6ee413e1e3007dp# Use is subject to license terms.
6927f468b0af7710df000f6b16f6ee413e1e3007dpGSSD_BASEOBJS = gssd.o gssd_proc.o gssd_generic.o gssd_getuid.o
6927f468b0af7710df000f6b16f6ee413e1e3007dpGSSC_BASEOBJS = gssdtest.o gssd_release_name_and_type.o gssd_clnt_stubs.o \
6927f468b0af7710df000f6b16f6ee413e1e3007dpOBJS = $(GSSD_BASEOBJS) $(GD_OBJS) $(GSSC_BASEOBJS) $(GC_OBJS) $(G_OBJS)
$(ROOTLIB):
$(INS.dir)
$(ROOTLIB)/%: %
$(INS.file)
$(POST_PROCESS)
$(POST_PROCESS)
rm -f $@
# Rules to generate derived rpcgen files from gssd.x spec file.
$(RM) $@
$(RM) $@
$(RM) $@
$(RM) $@
$(RM) $@
FRC: