16185db85Sdougm# 26185db85Sdougm# CDDL HEADER START 36185db85Sdougm# 46185db85Sdougm# The contents of this file are subject to the terms of the 56185db85Sdougm# Common Development and Distribution License (the "License"). 66185db85Sdougm# You may not use this file except in compliance with the License. 76185db85Sdougm# 86185db85Sdougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 96185db85Sdougm# or http://www.opensolaris.org/os/licensing. 106185db85Sdougm# See the License for the specific language governing permissions 116185db85Sdougm# and limitations under the License. 126185db85Sdougm# 136185db85Sdougm# When distributing Covered Code, include this CDDL HEADER in each 146185db85Sdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 156185db85Sdougm# If applicable, add the following below this CDDL HEADER, with the 166185db85Sdougm# fields enclosed by brackets "[]" replaced with your own identifying 176185db85Sdougm# information: Portions Copyright [yyyy] [name of copyright owner] 186185db85Sdougm# 196185db85Sdougm# CDDL HEADER END 206185db85Sdougm# 216185db85Sdougm# 226185db85Sdougm# ident "%Z%%M% %I% %E% SMI" 236185db85Sdougm# 24*24424a35Sdougm# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 256185db85Sdougm# Use is subject to license terms. 266185db85Sdougm# 276185db85Sdougm 286185db85Sdougminclude ../Makefile.lib 296185db85Sdougm 306185db85SdougmHDRS = libshare.h 316185db85SdougmHDRDIR = common 326185db85SdougmSUBDIRS = $(MACH) 336185db85Sdougm 346185db85SdougmMSGFILES= common/libshare.c common/libsharecore.c common/scfutil.c \ 35*24424a35Sdougm common/plugin.c common/parser.c common/libshare_zfs.c 366185db85SdougmPOFILE= libshare.po 376185db85Sdougm 386185db85Sdougmall := TARGET = all 396185db85Sdougmclean := TARGET = clean 406185db85Sdougmclobber := TARGET = clobber 416185db85Sdougminstall := TARGET = install 426185db85Sdougmlint := TARGET = lint 436185db85Sdougm 446185db85Sdougm.KEEP_STATE: 456185db85Sdougm 466185db85Sdougmall clean clobber install lint: $(SUBDIRS) 476185db85Sdougm 486185db85Sdougminstall_h: $(ROOTHDRS) 496185db85Sdougm 506185db85Sdougmcheck: $(CHECKHDRS) 516185db85Sdougm 526185db85Sdougm$(POFILE): $(MSGFILES) 536185db85Sdougm $(BUILDPO.msgfiles) 546185db85Sdougm 556185db85Sdougm$(SUBDIRS): FRC 566185db85Sdougm @cd $@; pwd; $(MAKE) $(TARGET) 576185db85Sdougm 586185db85Sdougm_msg: $(MSGDOMAINPOFILE) 596185db85Sdougm 606185db85Sdougm 616185db85SdougmFRC: 626185db85Sdougm 636185db85Sdougminclude ../Makefile.targ 646185db85Sdougminclude ../../Makefile.msg.targ 65