Makefile revision 6185db853e024a486ff8837e6784dd290d866112
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# CDDL HEADER START
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# The contents of this file are subject to the terms of the
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# Common Development and Distribution License (the "License").
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# You may not use this file except in compliance with the License.
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# or http://www.opensolaris.org/os/licensing.
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# See the License for the specific language governing permissions
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# and limitations under the License.
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# When distributing Covered Code, include this CDDL HEADER in each
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# If applicable, add the following below this CDDL HEADER, with the
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# fields enclosed by brackets "[]" replaced with your own identifying
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# information: Portions Copyright [yyyy] [name of copyright owner]
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# CDDL HEADER END
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# Use is subject to license terms.
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur##
103a2fc0729727d74470a366a1ea942d2cda2326Serge Hallyn#ident "%Z%%M% %I% %E% SMI"
103a2fc0729727d74470a366a1ea942d2cda2326Serge Hallyn#
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# cmd/dfs.cmds/Makefile
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar OnurSUBDIRS= general dfshares shareall unshareall sharemgr sharectl
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar OnurMSGSUBDIRS= sharectl sharemgr
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurinclude ../Makefile.cmd
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurall := TARGET= all
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurinstall := TARGET= install
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurclean := TARGET= clean
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurclobber := TARGET= clobber
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurlint := TARGET= lint
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur_msg := TARGET = _msg
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur.KEEP_STATE:
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onurall install clean clobber lint: $(SUBDIRS)
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
103a2fc0729727d74470a366a1ea942d2cda2326Serge Hallyn$(SUBDIRS): FRC
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur @cd $@; pwd; $(MAKE) $(TARGET)
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur_msg: $(MSGSUBDIRS)
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar OnurFRC:
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur