1*16d86563SAlexander Pyhalov# 2*16d86563SAlexander Pyhalov# CDDL HEADER START 3*16d86563SAlexander Pyhalov# 4*16d86563SAlexander Pyhalov# The contents of this file are subject to the terms of the 5*16d86563SAlexander Pyhalov# Common Development and Distribution License (the "License"). 6*16d86563SAlexander Pyhalov# You may not use this file except in compliance with the License. 7*16d86563SAlexander Pyhalov# 8*16d86563SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE 9*16d86563SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing. 10*16d86563SAlexander Pyhalov# See the License for the specific language governing permissions 11*16d86563SAlexander Pyhalov# and limitations under the License. 12*16d86563SAlexander Pyhalov# 13*16d86563SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each 14*16d86563SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE. 15*16d86563SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the 16*16d86563SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying 17*16d86563SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner] 18*16d86563SAlexander Pyhalov# 19*16d86563SAlexander Pyhalov# CDDL HEADER END 20*16d86563SAlexander Pyhalov# 21*16d86563SAlexander Pyhalov# 22*16d86563SAlexander Pyhalov# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*16d86563SAlexander Pyhalov# Use is subject to license terms. 24*16d86563SAlexander Pyhalov# 25*16d86563SAlexander Pyhalov 26*16d86563SAlexander PyhalovSRCS = 646%CODESET.c 27*16d86563SAlexander Pyhalov 28*16d86563SAlexander PyhalovALL_SOS = 646%CODESET.so 29*16d86563SAlexander Pyhalov 30*16d86563SAlexander PyhalovLINK_TARGETS = 646%CODESET.so 31*16d86563SAlexander Pyhalov 32*16d86563SAlexander Pyhalovdummy: all 33*16d86563SAlexander Pyhalov 34*16d86563SAlexander Pyhalovinclude $(SRC)/lib/iconv_modules/Makefile.iconv 35*16d86563SAlexander Pyhalov 36*16d86563SAlexander Pyhalov$(CREATE_LINKS): $(ICONV_LINK_TARGETS) 37*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%5601.so 38*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%BIG5.so 39*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%cns11643.so 40*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%eucJP.so 41*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%gb2312.so 42*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%GBK.so 43*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%PCK.so 44*16d86563SAlexander Pyhalov $(SYMLINK) -f 646%CODESET.so $(ICONV_DIR)/646%SJIS.so 45*16d86563SAlexander Pyhalov $(TOUCH) $@ 46*16d86563SAlexander Pyhalov 47*16d86563SAlexander Pyhalovall: $(ALL_SOS) 48