messages/install/makefiles/usr/share/locale/de_DE/LC_MESSAGES/Makefile
author asano
Tue, 16 Aug 2011 11:22:35 +0900
changeset 190 b7490c9d32b5
parent 186 3e7728c7b535
permissions -rw-r--r--
7078562 text installer localization for Solaris 11
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
21
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     1
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     2
# CDDL HEADER START
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     3
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     4
# The contents of this file are subject to the terms of the
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     5
# Common Development and Distribution License (the "License").
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     6
# You may not use this file except in compliance with the License.
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     7
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     8
# You can obtain a copy of the license at $(SRC)/OPENSOLARIS.LICENSE
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
     9
# or http://www.opensolaris.org/os/licensing.
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    10
# See the License for the specific language governing permissions
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    11
# and limitations under the License.
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    12
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    13
# When distributing Covered Code, include this CDDL HEADER in each
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    14
# file and include the License file at $(SRC)/OPENSOLARIS.LICENSE.
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    15
# If applicable, add the following below this CDDL HEADER, with the
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    16
# fields enclosed by brackets "[]" replaced with your own identifying
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    17
# information: Portions Copyright [yyyy] [name of copyright owner]
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    18
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    19
# CDDL HEADER END
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    20
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    21
#
186
3e7728c7b535 7073434 gui-install localization update for Solaris 11 (based on b169 Engilsh)
asano
parents: 109
diff changeset
    22
# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
21
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    23
#
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    24
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    25
SRC_LOCALE:sh=	cd ..; basename `pwd`
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    26
CHARSET = UTF-8
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    27
LOCALE=$(SRC_LOCALE).UTF-8
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    28
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    29
include $(SRC)/messages/Makefile.trans
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    30
include ../../Makefile.messages
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    31
190
b7490c9d32b5 7078562 text installer localization for Solaris 11
asano
parents: 186
diff changeset
    32
POTFILES += sysconfig.pot terminalui.pot textinstall.pot 
21
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    33
CLEAN_FILES += $(SRC_FILES)
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    34
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    35
.KEEP_STATE:
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    36
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    37
all: $(FILES)
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    38
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    39
install: all $(ROOT_FILES)
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    40
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    41
clean:
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    42
	$(RM) $(CLEAN_FILES)
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    43
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    44
clobber lint:
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    45
186
3e7728c7b535 7073434 gui-install localization update for Solaris 11 (based on b169 Engilsh)
asano
parents: 109
diff changeset
    46
$(SRC_FILES): $(BASEFILEDIR)/$$@
3e7728c7b535 7073434 gui-install localization update for Solaris 11 (based on b169 Engilsh)
asano
parents: 109
diff changeset
    47
	$(CAT) $? > $@
21
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    48
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    49
FRC:
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    50
51ec99f9a826 Initial integration of Slim installer files.
asano
parents:
diff changeset
    51
include $(TRANS)/Makefile.trans.targ