116d86563SAlexander Pyhalov#
216d86563SAlexander Pyhalov# CDDL HEADER START
316d86563SAlexander Pyhalov#
416d86563SAlexander Pyhalov# The contents of this file are subject to the terms of the
516d86563SAlexander Pyhalov# Common Development and Distribution License (the "License").
616d86563SAlexander Pyhalov# You may not use this file except in compliance with the License.
716d86563SAlexander Pyhalov#
816d86563SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
916d86563SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing.
1016d86563SAlexander Pyhalov# See the License for the specific language governing permissions
1116d86563SAlexander Pyhalov# and limitations under the License.
1216d86563SAlexander Pyhalov#
1316d86563SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each
1416d86563SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE.
1516d86563SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the
1616d86563SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying
1716d86563SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner]
1816d86563SAlexander Pyhalov#
1916d86563SAlexander Pyhalov# CDDL HEADER END
2016d86563SAlexander Pyhalov#
2116d86563SAlexander Pyhalov#
2216d86563SAlexander Pyhalov# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
2316d86563SAlexander Pyhalov# Use is subject to license terms.
2416d86563SAlexander Pyhalov#
2516d86563SAlexander Pyhalov
2616d86563SAlexander Pyhalovinclude $(SRC)/Makefile.master
2716d86563SAlexander Pyhalov
2816d86563SAlexander PyhalovSUBDIRS		=	common euro hi_IN ja ko th_TH zh utf-8 vi
2916d86563SAlexander Pyhalov
3016d86563SAlexander Pyhalovinstall		:=	TARGET = install
3116d86563SAlexander Pyhalovall		:=	TARGET = all
3216d86563SAlexander Pyhalovclean		:=	TARGET = clean
3316d86563SAlexander Pyhalovclobber		:=	TARGET = clobber
3416d86563SAlexander Pyhalov
35*241c90a0SRichard Loweall install clean clobber: $(SUBDIRS)
3616d86563SAlexander Pyhalov
37dfe6d73fSRichard Lowe.PARALLEL: $(SUBDIRS)
38dfe6d73fSRichard Lowe
3916d86563SAlexander Pyhalov$(SUBDIRS): FRC
4016d86563SAlexander Pyhalov	cd $@; $(MAKE) $(TARGET)
4116d86563SAlexander Pyhalov
4216d86563SAlexander PyhalovFRC:
43