Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi#
2d0611ffc9f91c5fc2ddccb93f9a3d17791ae650takashi# CDDL HEADER START
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# The contents of this file are subject to the terms of the
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Common Development and Distribution License (the "License").
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You may not use this file except in compliance with the License.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# or http://www.opensolaris.org/os/licensing.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# See the License for the specific language governing permissions
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd# and limitations under the License.
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd#
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd# When distributing Covered Code, include this CDDL HEADER in each
b05ab3ff5ab54aa22610b13d56eaba6ddfc3db60nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a987728dc9867ebf649556d2d3542ed8a9298d4egryzor# If applicable, add the following below this CDDL HEADER, with the
a987728dc9867ebf649556d2d3542ed8a9298d4egryzor# fields enclosed by brackets "[]" replaced with your own identifying
a987728dc9867ebf649556d2d3542ed8a9298d4egryzor# information: Portions Copyright [yyyy] [name of copyright owner]
a987728dc9867ebf649556d2d3542ed8a9298d4egryzor#
6ae232055d4d8a97267517c5e50074c2c819941and# CDDL HEADER END
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
6ae232055d4d8a97267517c5e50074c2c819941and#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd# Use is subject to license terms.
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#
dc0d8d65d35787d30a275895ccad8d8e1b58a5ednd#ident "%Z%%M% %I% %E% SMI"
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end#
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1endMANIFEST= mdcomm.xml
63f06dce77bb2d9b1c5aa5deeb47a1069987fd1end
d474d8ef01ec5c2a09341cd148851ed383c3287crboweninclude ../../Makefile.cmd
0d507cf3a73c7f2d97ed0fead6907ec99f0ac1e7ndinclude ../Makefile.lvm
d474d8ef01ec5c2a09341cd148851ed383c3287crbowen
d474d8ef01ec5c2a09341cd148851ed383c3287crbowenROOTMANIFESTDIR= $(ROOTSVCNETWORKRPC)
SUBDIRS= $(MACH)
SRCS= mddoors.c mdmn_commd_server.c mdmn_commd_service.c mdmn_subr.c
POFILES= $(SRCS:%.c=%.po)
POFILE= rpc.mdcommdp.po
all := TARGET = all
install := TARGET = install
clean := TARGET = clean
clobber := TARGET = clobber
lint := TARGET = lint
.KEEP_STATE:
all: $(SUBDIRS)
catalog: $(POFILE)
$(POFILE): $(POFILES)
$(RM) $@
cat $(POFILES) > $(POFILE)
clean: $(SUBDIRS)
$(RM) *.po
lint: $(SUBDIRS)
install: $(SUBDIRS) $(ROOTMANIFEST)
check: $(CHKMANIFEST)
$(SUBDIRS): FRC
@cd $@; pwd; $(MAKE) $(TARGET)
FRC:
include ../../Makefile.targ