Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
98N/A#
98N/A# CDDL HEADER START
1111N/A#
98N/A# The contents of this file are subject to the terms of the
235N/A# Common Development and Distribution License, Version 1.0 only
919N/A# (the "License"). You may not use this file except in compliance
919N/A# with the License.
919N/A#
919N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
493N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
493N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A#
235N/A#ident "%Z%%M% %I% %E% SMI"
98N/A#
98N/A# cmd/wbem/provider/com/Makefile
98N/A#
98N/A# Copyright (c) 2001 Sun Microsystems, Inc.
98N/A# All Rights Reserved.
98N/A#
1123N/A
241N/A# include global definitions
520N/Ainclude $(SRC)/cmd/wbem/Makefile.wbem
520N/A
1123N/Asparc_SUBDIRS =
1123N/A
98N/Ai386_SUBDIRS =
98N/A
98N/Appc_SUBDIRS =
98N/A
1123N/ACOMMON_SUBDIRS= sun
98N/A
98N/ASUBDIRS= $(COMMON_SUBDIRS) $($(ARCH)_SUBDIRS)
98N/A
1123N/Aall:= TARGET= all
1123N/Ainstall:= TARGET= install
1123N/Aclean:= TARGET= clean
241N/Aclobber:= TARGET= clobber
1123N/Acheck:= TARGET= check
1123N/A
1123N/A.KEEP_STATE:
1123N/A
1123N/Aall install check clean clobber : $(SUBDIRS)
241N/A
1123N/A$(SUBDIRS): FRC
520N/A cd $@; pwd; $(MAKE) $(TARGET)
493N/A
493N/AFRC:
493N/A