Makefile revision 94
f49387f556886ad6a6b4efc724ed9aa1d3412228jerenkrantz# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
71ffc89cc2529041f7c2d60fcfd2b2324264708ajerenkrantz# You may not use this file except in compliance with the License.
d89c116f82699294ca744125723651c554bc5925wrowe# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
8721697e2aece27b0e738519329f7976c72b27bfjerenkrantz# See the License for the specific language governing permissions
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# and limitations under the License.
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# When distributing Covered Code, include this CDDL HEADER in each
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# If applicable, add the following below this CDDL HEADER, with the
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# fields enclosed by brackets "[]" replaced with your own identifying
571760de5e60c0b459cb11be45507b923cd023eejwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
9180a5933673ffb1af633c255ceee029340f3b1erbb# CDDL HEADER END
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
2deb319e6b3de239f45c16a3e9e836d44f1f7108rbbCOMPONENT_ARCHIVE_HASH= sha1:9bf67d5ce1b406178e9ba535ecd34553fe0d4d36
bd929c73ef04789b7183b840d8db6e01d03a4d86rbbCOMPONENT_ARCHIVE_URL= ftp://ftp.astron.com/pub/tcsh/$(COMPONENT_ARCHIVE)
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wroweCONFIGURE_OPTIONS += --localedir=$(CONFIGURE_LOCALEDIR)
a3e47dea8b25d4d8fa6358e530d2cb6b83ed79d7wrowe# common targets
7fe18c15b669db9d191859695901dc4fcf3829dawroweinstall: $(INSTALL_32) install-locales $(PROTOMAN1FILES)
7fe18c15b669db9d191859695901dc4fcf3829dawrowe# we don't agree on locale names
7fe18c15b669db9d191859695901dc4fcf3829dawrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/et.cat $(LOCALEDIR)/et/LC_MESSAGES/tcsh.cat
976501adbc040220270f7d1d77c4b8373033be69wrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/finnish.cat $(LOCALEDIR)/fi/LC_MESSAGES/tcsh.cat
976501adbc040220270f7d1d77c4b8373033be69wrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/french.cat $(LOCALEDIR)/fr/LC_MESSAGES/tcsh.cat
976501adbc040220270f7d1d77c4b8373033be69wrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/german.cat $(LOCALEDIR)/de/LC_MESSAGES/tcsh.cat
976501adbc040220270f7d1d77c4b8373033be69wrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/greek.cat $(LOCALEDIR)/el/LC_MESSAGES/tcsh.cat
976501adbc040220270f7d1d77c4b8373033be69wrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/italian.cat $(LOCALEDIR)/it/LC_MESSAGES/tcsh.cat
b84f66c93f820824b1d5455181f55598b766319cwrowe $(INSTALL) -D $(BUILD_DIR_32)/nls/ja.cat $(LOCALEDIR)/ja/LC_MESSAGES/tcsh.cat
5fc3b690570b987c0040f28743b9e4d24a6dbda4jerenkrantz $(INSTALL) -D $(BUILD_DIR_32)/nls/pl.cat $(LOCALEDIR)/pl/LC_MESSAGES/tcsh.cat
5fc3b690570b987c0040f28743b9e4d24a6dbda4jerenkrantz $(INSTALL) -D $(BUILD_DIR_32)/nls/russian.cat $(LOCALEDIR)/ru/LC_MESSAGES/tcsh.cat
5fc3b690570b987c0040f28743b9e4d24a6dbda4jerenkrantz $(INSTALL) -D $(BUILD_DIR_32)/nls/spanish.cat $(LOCALEDIR)/es/LC_MESSAGES/tcsh.cat
5fc3b690570b987c0040f28743b9e4d24a6dbda4jerenkrantz $(INSTALL) -D $(BUILD_DIR_32)/nls/ukrainian.cat $(LOCALEDIR)/uk/LC_MESSAGES/tcsh.cat
e96626975ebc300abc02202f98296f2774e04367brianp# they don't seem quite doable for us
05a3b3a26e0a99e898c7eaa8f1a867a7581204datrawick @echo "no tests available"