1*d71dbb73Sjbeck# 2*d71dbb73Sjbeck# CDDL HEADER START 3*d71dbb73Sjbeck# 4*d71dbb73Sjbeck# The contents of this file are subject to the terms of the 5*d71dbb73Sjbeck# Common Development and Distribution License (the "License"). 6*d71dbb73Sjbeck# You may not use this file except in compliance with the License. 7*d71dbb73Sjbeck# 8*d71dbb73Sjbeck# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE 9*d71dbb73Sjbeck# or http://www.opensolaris.org/os/licensing. 10*d71dbb73Sjbeck# See the License for the specific language governing permissions 11*d71dbb73Sjbeck# and limitations under the License. 12*d71dbb73Sjbeck# 13*d71dbb73Sjbeck# When distributing Covered Code, include this CDDL HEADER in each 14*d71dbb73Sjbeck# file and include the License file at usr/src/OPENSOLARIS.LICENSE. 15*d71dbb73Sjbeck# If applicable, add the following below this CDDL HEADER, with the 16*d71dbb73Sjbeck# fields enclosed by brackets "[]" replaced with your own identifying 17*d71dbb73Sjbeck# information: Portions Copyright [yyyy] [name of copyright owner] 18*d71dbb73Sjbeck# 19*d71dbb73Sjbeck# CDDL HEADER END 20*d71dbb73Sjbeck# 21*d71dbb73Sjbeck# 22*d71dbb73Sjbeck# Copyright 2007 Sun Microsystems, Inc. All rights reserved. 23*d71dbb73Sjbeck# Use is subject to license terms. 24*d71dbb73Sjbeck# 25*d71dbb73Sjbeck# ident "%Z%%M% %I% %E% SMI" 26*d71dbb73Sjbeck# 27*d71dbb73Sjbeck 28*d71dbb73SjbeckSUBDIRS= nwamd 29*d71dbb73SjbeckMSGSUBDIRS= nwamd 30*d71dbb73Sjbeck 31*d71dbb73Sjbeckinclude ../../Makefile.cmd 32*d71dbb73Sjbeck 33*d71dbb73SjbeckPOFILES= $(MSGSUBDIRS:%=%/%.po) 34*d71dbb73SjbeckPOFILE= lib.po 35*d71dbb73Sjbeck 36*d71dbb73Sjbeckall:= TARGET= all 37*d71dbb73Sjbeckinstall:= TARGET= install 38*d71dbb73Sjbeckclean:= TARGET= clean 39*d71dbb73Sjbeckclobber:= TARGET= clobber 40*d71dbb73Sjbecklint:= TARGET= lint 41*d71dbb73Sjbeck 42*d71dbb73Sjbeck.KEEP_STATE: 43*d71dbb73Sjbeck 44*d71dbb73Sjbeckall install clean clobber lint: $(SUBDIRS) 45*d71dbb73Sjbeck 46*d71dbb73Sjbeck$(SUBDIRS): FRC 47*d71dbb73Sjbeck @cd $@; pwd; $(MAKE) $(TARGET) 48*d71dbb73Sjbeck 49*d71dbb73SjbeckFRC: 50*d71dbb73Sjbeck 51*d71dbb73Sjbeckinclude ../Makefile.msg 52