xref: /illumos-gate/usr/src/lib/libshare/nfs/Makefile (revision 241c90a06e8d1708235651863df515a2d522a03a)
1549ec3ffSdougm#
2549ec3ffSdougm# CDDL HEADER START
3549ec3ffSdougm#
4549ec3ffSdougm# The contents of this file are subject to the terms of the
5549ec3ffSdougm# Common Development and Distribution License (the "License").
6549ec3ffSdougm# You may not use this file except in compliance with the License.
7549ec3ffSdougm#
8549ec3ffSdougm# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9549ec3ffSdougm# or http://www.opensolaris.org/os/licensing.
10549ec3ffSdougm# See the License for the specific language governing permissions
11549ec3ffSdougm# and limitations under the License.
12549ec3ffSdougm#
13549ec3ffSdougm# When distributing Covered Code, include this CDDL HEADER in each
14549ec3ffSdougm# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15549ec3ffSdougm# If applicable, add the following below this CDDL HEADER, with the
16549ec3ffSdougm# fields enclosed by brackets "[]" replaced with your own identifying
17549ec3ffSdougm# information: Portions Copyright [yyyy] [name of copyright owner]
18549ec3ffSdougm#
19549ec3ffSdougm# CDDL HEADER END
20549ec3ffSdougm#
21549ec3ffSdougm#
22549ec3ffSdougm# Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23549ec3ffSdougm# Use is subject to license terms.
24549ec3ffSdougm#
25549ec3ffSdougm
26549ec3ffSdougminclude ../../Makefile.lib
27549ec3ffSdougm
28549ec3ffSdougmSUBDIRS =	$(MACH)
29549ec3ffSdougm$(BUILD64)SUBDIRS += $(MACH64)
30549ec3ffSdougm
31549ec3ffSdougmMSGFILES =	libshare_nfs.c
32549ec3ffSdougmPOFILE  =	libshare_nfs.po
33549ec3ffSdougm
34549ec3ffSdougmall	:=	TARGET= all
35549ec3ffSdougmclean	:=	TARGET= clean
36549ec3ffSdougmclobber	:=	TARGET= clobber
37549ec3ffSdougminstall	:=	TARGET= install
38549ec3ffSdougm
39549ec3ffSdougm.KEEP_STATE:
40549ec3ffSdougm
41*241c90a0SRichard Loweall clean clobber install:	$(SUBDIRS)
42549ec3ffSdougm
43549ec3ffSdougm$(POFILE):	$(MSGFILES)
44549ec3ffSdougm	$(BUILDPO.msgfiles)
45549ec3ffSdougm
46549ec3ffSdougm_msg:	$(MSGDOMAINPOFILE)
47549ec3ffSdougm
48549ec3ffSdougm$(SUBDIRS):	FRC
49549ec3ffSdougm	@cd $@; pwd; $(MAKE) $(TARGET)
50549ec3ffSdougm
51549ec3ffSdougmFRC:
52549ec3ffSdougm
53549ec3ffSdougminclude ../../Makefile.targ
54549ec3ffSdougminclude ../../../Makefile.msg.targ
55