12f172c55SRobert Thurlow# 22f172c55SRobert Thurlow# CDDL HEADER START 32f172c55SRobert Thurlow# 42f172c55SRobert Thurlow# The contents of this file are subject to the terms of the 52f172c55SRobert Thurlow# Common Development and Distribution License (the "License"). 62f172c55SRobert Thurlow# You may not use this file except in compliance with the License. 72f172c55SRobert Thurlow# 82f172c55SRobert Thurlow# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 92f172c55SRobert Thurlow# or http://www.opensolaris.org/os/licensing. 102f172c55SRobert Thurlow# See the License for the specific language governing permissions 112f172c55SRobert Thurlow# and limitations under the License. 122f172c55SRobert Thurlow# 132f172c55SRobert Thurlow# When distributing Covered Code, include this CDDL HEADER in each 142f172c55SRobert Thurlow# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 152f172c55SRobert Thurlow# If applicable, add the following below this CDDL HEADER, with the 162f172c55SRobert Thurlow# fields enclosed by brackets "[]" replaced with your own identifying 172f172c55SRobert Thurlow# information: Portions Copyright [yyyy] [name of copyright owner] 182f172c55SRobert Thurlow# 192f172c55SRobert Thurlow# CDDL HEADER END 202f172c55SRobert Thurlow# 212f172c55SRobert Thurlow# Copyright 2009 Sun Microsystems, Inc. All rights reserved. 222f172c55SRobert Thurlow# Use is subject to license terms. 232f172c55SRobert Thurlow# 242f172c55SRobert Thurlow 252f172c55SRobert Thurlowinclude $(SRC)/lib/Makefile.lib 262f172c55SRobert Thurlow 272f172c55SRobert ThurlowSUBDIRS = $(MACH) 282f172c55SRobert Thurlow$(BUILD64)SUBDIRS += $(MACH64) 292f172c55SRobert Thurlow 302f172c55SRobert ThurlowMSGFILES = libnfs_basic.c 312f172c55SRobert ThurlowPOFILE = rp_basic.po 322f172c55SRobert Thurlow 332f172c55SRobert Thurlowall := TARGET= all 342f172c55SRobert Thurlowclean := TARGET= clean 352f172c55SRobert Thurlowclobber := TARGET= clobber 362f172c55SRobert Thurlowinstall := TARGET= install 372f172c55SRobert Thurlow 382f172c55SRobert Thurlow.KEEP_STATE: 392f172c55SRobert Thurlow 40*a5f20e89SToomas Soomeall clean clobber install: $(SUBDIRS) 412f172c55SRobert Thurlow 422f172c55SRobert Thurlowcatalog: $(POFILE) 432f172c55SRobert Thurlow 442f172c55SRobert Thurlow$(POFILE): $(MSGFILES) 452f172c55SRobert Thurlow $(BUILDPO.msgfiles) 462f172c55SRobert Thurlow 472f172c55SRobert Thurlow_msg: $(MSGDOMAINPOFILE) 482f172c55SRobert Thurlow 492f172c55SRobert Thurlow$(SUBDIRS): FRC 502f172c55SRobert Thurlow @cd $@; pwd; $(MAKE) $(TARGET) 512f172c55SRobert Thurlow 522f172c55SRobert ThurlowFRC: 532f172c55SRobert Thurlow 542f172c55SRobert Thurlowinclude $(SRC)/lib/Makefile.targ 552f172c55SRobert Thurlowinclude $(SRC)/Makefile.msg.targ 56