src/lib/locale/en_AU.UTF-8/Makefile
author hnhn
Thu, 04 Sep 2008 15:48:50 +0200
changeset 263 7063ec819bb4
parent 0 542988ea726d
child 411 7cc3eeb25c57
permissions -rw-r--r--
6533406-2147776: some more locale_map changes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     1
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     2
# CDDL HEADER START
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     3
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").  
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     7
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     8
# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    10
# See the License for the specific language governing permissions
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    11
# and limitations under the License.
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    12
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    14
# file and include the License file at src/OPENSOLARIS.LICENSE.
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    18
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    19
# CDDL HEADER END
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    20
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    21
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    22
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    23
#ident	"@(#)Makefile	1.0	06/03/07	SMI"
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    24
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    25
# Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    26
# Use is subject to license terms.
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    27
#
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    28
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    29
include $(SRC)/Makefile.master
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    30
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    31
install		:=	TARGET = install
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    32
all		:=	TARGET = all
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    33
lint		:=	TARGET = lint
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    34
clean		:=	TARGET = clean
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    35
clobber		:=	TARGET = clobber
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    36
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    37
LOCALE:sh = basename `pwd`
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    38
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    39
TARGETDIR =	$(FILEROOT)/usr/lib/locale/$(LOCALE)
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    40
263
7063ec819bb4 6533406-2147776: some more locale_map changes
hnhn
parents: 0
diff changeset
    41
FILES = locale_description locale_map locale_map.miniroot
0
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    42
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    43
SUBDIRS = 
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    44
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    45
TARGETDIRS = $(TARGETDIR)
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    46
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    47
all: $(TARGETDIRS)
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    48
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    49
include $(SRC)/src/Makefile.targ
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    50
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    51
install: all $(FILES.obj) 
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    52
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    53
clean: objclean
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    54
	$(RM) -r $(TARGETDIR)
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    55
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    56
FRC:
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    57
542988ea726d initial version of Nevada G11N repository
simford
parents:
diff changeset
    58