Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg# CDDL HEADER START
a7bb113627e67eeede5e5f5a6127907b1ce2136bwrowe# The contents of this file are subject to the terms of the
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# Common Development and Distribution License (the "License").
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# You may not use this file except in compliance with the License.
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# See the License for the specific language governing permissions
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg# and limitations under the License.
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# When distributing Covered Code, include this CDDL HEADER in each
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# If applicable, add the following below this CDDL HEADER, with the
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# fields enclosed by brackets "[]" replaced with your own identifying
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# information: Portions Copyright [yyyy] [name of copyright owner]
d56708d12faaa89e3750082b74da042b42efe5f7wrowe# CDDL HEADER END
a7bb113627e67eeede5e5f5a6127907b1ce2136bwrowe# Copyright (c) 1992, 2010, Oracle and/or its affiliates. All rights reserved.
d56708d12faaa89e3750082b74da042b42efe5f7wroweLIBPROG= $(AUTO) $(MOUNT) $(DFSHARES) $(SHARE) $(UNSHARE)
6a1c082297d9871b8a3272ff433fbe01ba48be92wroweMFSTINSTALL= $(SMFMANIFEST:%=$(ROOTSVCSYSTEM)/filesystem/%)
6a1c082297d9871b8a3272ff433fbe01ba48be92wroweOTHERINSTALL= $(MAPINSTALL) $(LINKINSTALL) $(ROOTETCDEFAULTFILES) \
e34761145134f5cfce7821fb60a06ec82b3b9650rjung autod_autofs.o autod_xdr.o autod_readdir.o autod_lookup.o \
a7bb113627e67eeede5e5f5a6127907b1ce2136bwroweTYPEOBJS= $(LOCAL) $(COMMON) replica.o nfs_sec.o nfs_resolve.o nfs_subr.o \
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg$(TYPEPROG) := LDLIBS += -lrpcsvc -lsocket -lnsl -lsldap -lkstat -lscf
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankgCPPFLAGS= -I. -I.. -I../nfs/lib $(CPPFLAGS.master) -D_REENTRANT \
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg ../nfs/lib/nfs_subr.c $(FSLIBSRC) ../nfs/lib/selfcheck.c \
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg { void DUMP_IT(void) = 1000000; } = 2; } = 100099;"
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg cd $(BUILDDIR); $(RM) *.[ch] makefile.malloc_dump ; rpcgen -a `basename $(XFILE)
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg cd $(BUILDDIR); $(MAKE) -f makefile.malloc_dump `basename $@`
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg $(SED) -e 's/pr_msg/gettext/' `$(GREP) -l "pr_msg|gettext" *.[ch]` | \
2ae9414744203cb29253b0e2ea9cced2da99aaeffuankg $(SED) -e '/^# msg/d' -e '/^domain/d' < messages.po > $@