Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
680N/A#
680N/A# CDDL HEADER START
680N/A#
680N/A# The contents of this file are subject to the terms of the
680N/A# Common Development and Distribution License, Version 1.0 only
680N/A# (the "License"). You may not use this file except in compliance
680N/A# with the License.
680N/A#
680N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
680N/A# or http://www.opensolaris.org/os/licensing.
680N/A# See the License for the specific language governing permissions
680N/A# and limitations under the License.
680N/A#
680N/A# When distributing Covered Code, include this CDDL HEADER in each
680N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
680N/A# If applicable, add the following below this CDDL HEADER, with the
680N/A# fields enclosed by brackets "[]" replaced with your own identifying
680N/A# information: Portions Copyright [yyyy] [name of copyright owner]
680N/A#
680N/A# CDDL HEADER END
680N/A#
964N/A#
680N/A#ident "%Z%%M% %I% %E% SMI"
680N/A#
680N/A# cmd/wbem/provider/tools/rds/Makefile
680N/A#
680N/A# Copyright (c) 2001 by Sun Microsystems, Inc.
964N/A# All rights reserved.
964N/A#
680N/A
964N/A
964N/APROG = rds
964N/AOBJS = rds.o rdutil.o rdfile.o rdtable.o rdkstat.o rdimpl.o rdprot.o prtelement.o
680N/APOFILES = $(OBJS:.o=.po)
680N/ACLOBBERFILES = $(POFILE) $(POFILES)
964N/A
964N/Ainclude $(SRC)/cmd/wbem/Makefile.cmd
964N/A
683N/APOFILE = prds.po
683N/A
680N/A.KEEP_STATE:
964N/A
964N/ASUBDIRS = $(MACH)
964N/A$(BUILD64)SUBDIRS += $(MACH64)
964N/A
964N/A
964N/Aall := TARGET = all
964N/Ainstall := TARGET = install
964N/Aclean := TARGET = clean
680N/Aclobber := TARGET = clobber
964N/Alint := TARGET = lint
964N/Atest := TARGET = test
964N/A
964N/Aall: $(WBEMTOOLDIRS) $(SUBDIRS)
964N/Aclean: $(SUBDIRS)
964N/Aclobber: $(SUBDIRS)
964N/Alint: $(SUBDIRS)
964N/Atest: $(SUBDIRS)
680N/A
964N/Ainstall: all $(SUBDIRS)
964N/A -$(RM) $(ROOTWBEMPROG)
964N/A -$(LN) $(ISAEXEC) $(ROOTWBEMPROG)
964N/A
680N/A$(SUBDIRS): FRC
680N/A @cd $@; pwd; $(MAKE) $(TARGET)
680N/A
$(POFILE): $(POFILES)
$(RM) $@
$(CAT) $(POFILES) > $@
FRC:
include $(SRC)/cmd/Makefile.targ