1*880d7978SAlexander Pyhalov# 2*880d7978SAlexander Pyhalov# CDDL HEADER START 3*880d7978SAlexander Pyhalov# 4*880d7978SAlexander Pyhalov# The contents of this file are subject to the terms of the 5*880d7978SAlexander Pyhalov# Common Development and Distribution License (the "License"). 6*880d7978SAlexander Pyhalov# You may not use this file except in compliance with the License. 7*880d7978SAlexander Pyhalov# 8*880d7978SAlexander Pyhalov# You can obtain a copy of the license at src/OPENSOLARIS.LICENSE 9*880d7978SAlexander Pyhalov# or http://www.opensolaris.org/os/licensing. 10*880d7978SAlexander Pyhalov# See the License for the specific language governing permissions 11*880d7978SAlexander Pyhalov# and limitations under the License. 12*880d7978SAlexander Pyhalov# 13*880d7978SAlexander Pyhalov# When distributing Covered Code, include this CDDL HEADER in each 14*880d7978SAlexander Pyhalov# file and include the License file at src/OPENSOLARIS.LICENSE. 15*880d7978SAlexander Pyhalov# If applicable, add the following below this CDDL HEADER, with the 16*880d7978SAlexander Pyhalov# fields enclosed by brackets "[]" replaced with your own identifying 17*880d7978SAlexander Pyhalov# information: Portions Copyright [yyyy] [name of copyright owner] 18*880d7978SAlexander Pyhalov# 19*880d7978SAlexander Pyhalov# CDDL HEADER END 20*880d7978SAlexander Pyhalov# 21*880d7978SAlexander Pyhalov# 22*880d7978SAlexander Pyhalov# Copyright 2006 Sun Microsystems, Inc. All rights reserved. 23*880d7978SAlexander Pyhalov# Use is subject to license terms. 24*880d7978SAlexander Pyhalov# 25*880d7978SAlexander Pyhalov 26*880d7978SAlexander PyhalovSRCS = iscii91%UTF-8.c \ 27*880d7978SAlexander Pyhalov UTF-8%iscii91.c \ 28*880d7978SAlexander Pyhalov iscii91%pc-iscii.c \ 29*880d7978SAlexander Pyhalov pc-iscii%iscii91.c \ 30*880d7978SAlexander Pyhalov iscii91%ea-iscii.c \ 31*880d7978SAlexander Pyhalov ea-iscii%iscii91.c 32*880d7978SAlexander Pyhalov 33*880d7978SAlexander Pyhalovdummy: all 34*880d7978SAlexander Pyhalov 35*880d7978SAlexander Pyhalovinclude $(SRC)/lib/iconv_modules/Makefile.iconv 36*880d7978SAlexander Pyhalov 37*880d7978SAlexander PyhalovCFLAGS += -I../include 38*880d7978SAlexander Pyhalov 39*880d7978SAlexander Pyhalovall: $(PROGS) 40