17836SJohn.Forte@Sun.COM# CDDL HEADER START 27836SJohn.Forte@Sun.COM# 37836SJohn.Forte@Sun.COM# The contents of this file are subject to the terms of the 47836SJohn.Forte@Sun.COM# Common Development and Distribution License (the "License"). 57836SJohn.Forte@Sun.COM# You may not use this file except in compliance with the License. 67836SJohn.Forte@Sun.COM# 77836SJohn.Forte@Sun.COM# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 87836SJohn.Forte@Sun.COM# or http://www.opensolaris.org/os/licensing. 97836SJohn.Forte@Sun.COM# See the License for the specific language governing permissions 107836SJohn.Forte@Sun.COM# and limitations under the License. 117836SJohn.Forte@Sun.COM# 127836SJohn.Forte@Sun.COM# When distributing Covered Code, include this CDDL HEADER in each 137836SJohn.Forte@Sun.COM# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 147836SJohn.Forte@Sun.COM# If applicable, add the following below this CDDL HEADER, with the 157836SJohn.Forte@Sun.COM# fields enclosed by brackets "[]" replaced with your own identifying 167836SJohn.Forte@Sun.COM# information: Portions Copyright [yyyy] [name of copyright owner] 177836SJohn.Forte@Sun.COM# 187836SJohn.Forte@Sun.COM# CDDL HEADER END 197836SJohn.Forte@Sun.COM# 207836SJohn.Forte@Sun.COM# 21*8723SRamana.Srikanth@Sun.COM# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 227836SJohn.Forte@Sun.COM# Use is subject to license terms. 237836SJohn.Forte@Sun.COM# 247836SJohn.Forte@Sun.COM# 257836SJohn.Forte@Sun.COMinclude ../Makefile.cmd 267836SJohn.Forte@Sun.COMinclude Makefile.com 277836SJohn.Forte@Sun.COM 287836SJohn.Forte@Sun.COM# general subdirectories 297836SJohn.Forte@Sun.COM 307836SJohn.Forte@Sun.COMMSGSUBDIRS= dsbitmap \ 317836SJohn.Forte@Sun.COM dscfg \ 327836SJohn.Forte@Sun.COM dscfglockd \ 337836SJohn.Forte@Sun.COM dsstat \ 347836SJohn.Forte@Sun.COM dsw \ 357836SJohn.Forte@Sun.COM errgen \ 367836SJohn.Forte@Sun.COM ncall \ 377836SJohn.Forte@Sun.COM nsctl \ 387836SJohn.Forte@Sun.COM rdc \ 397836SJohn.Forte@Sun.COM sdbc \ 407836SJohn.Forte@Sun.COM sv 417836SJohn.Forte@Sun.COM 427836SJohn.Forte@Sun.COMSUBDIRS = $(MSGSUBDIRS) svc 437836SJohn.Forte@Sun.COM 447836SJohn.Forte@Sun.COMall:= TARGET= all 457836SJohn.Forte@Sun.COMinstall:= TARGET= install 467836SJohn.Forte@Sun.COMclean:= TARGET= clean 477836SJohn.Forte@Sun.COMclobber:= TARGET= clobber 487836SJohn.Forte@Sun.COMlint:= TARGET= lint 497836SJohn.Forte@Sun.COM_msg:= TARGET= _msg 507836SJohn.Forte@Sun.COM 517836SJohn.Forte@Sun.COM.KEEP_STATE: 527836SJohn.Forte@Sun.COM 537836SJohn.Forte@Sun.COMall clean clobber: $(SUBDIRS) 547836SJohn.Forte@Sun.COM 557836SJohn.Forte@Sun.COM_msg: $(MSGSUBDIRS) 567836SJohn.Forte@Sun.COM 577836SJohn.Forte@Sun.COMinstall: $(CLUSTERDIR) \ 587836SJohn.Forte@Sun.COM $(CLUSTERLIBDIR) \ 59*8723SRamana.Srikanth@Sun.COM $(CLUSTERSBINDIR) \ 607836SJohn.Forte@Sun.COM $(CLUSTERLIBDSCFGDIR) \ 617836SJohn.Forte@Sun.COM $(CLUSTERLIBDSCFGSTOPDIR) \ 627836SJohn.Forte@Sun.COM $(CLUSTERLIBDSCFGSTARTDIR) \ 637836SJohn.Forte@Sun.COM .WAIT \ 647836SJohn.Forte@Sun.COM $(SUBDIRS) 657836SJohn.Forte@Sun.COM 667836SJohn.Forte@Sun.COMlint: $(SUBDIRS) 677836SJohn.Forte@Sun.COM 687836SJohn.Forte@Sun.COM$(CLUSTERDIR) $(CLUSTERLIBDIR) $(CLUSTERSBINDIR) $(CLUSTERLIBDSCFGDIR) $(CLUSTERLIBDSCFGSTOPDIR) $(CLUSTERLIBDSCFGSTARTDIR): 697836SJohn.Forte@Sun.COM $(INS.dir) 707836SJohn.Forte@Sun.COM 717836SJohn.Forte@Sun.COM$(SUBDIRS): FRC 727836SJohn.Forte@Sun.COM @cd $@; pwd; $(MAKE) $(TARGET) 737836SJohn.Forte@Sun.COM 747836SJohn.Forte@Sun.COMFRC: 75