1*16d86563SAlexander Pyhalov#
2*16d86563SAlexander Pyhalov# This file and its contents are supplied under the terms of the
3*16d86563SAlexander Pyhalov# Common Development and Distribution License ("CDDL"), version 1.0.
4*16d86563SAlexander Pyhalov# You may only use this file in accordance with the terms of version
5*16d86563SAlexander Pyhalov# 1.0 of the CDDL.
6*16d86563SAlexander Pyhalov#
7*16d86563SAlexander Pyhalov# A full copy of the text of the CDDL should have accompanied this
8*16d86563SAlexander Pyhalov# source.  A copy of the CDDL is also available via the Internet at
9*16d86563SAlexander Pyhalov# http://www.illumos.org/license/CDDL.
10*16d86563SAlexander Pyhalov#
11*16d86563SAlexander Pyhalov
12*16d86563SAlexander Pyhalov#
13*16d86563SAlexander Pyhalov# Copyright 2017 Alexander Pyhalov
14*16d86563SAlexander Pyhalov#
15*16d86563SAlexander Pyhalov
16*16d86563SAlexander Pyhalovinclude ../Makefile.com
17*16d86563SAlexander Pyhalovinclude ../../Makefile.iconv.64
18*16d86563SAlexander Pyhalov
19*16d86563SAlexander PyhalovCFLAGS +=  -I.. -I../common/
20*16d86563SAlexander Pyhalov
21*16d86563SAlexander PyhalovICONV_LIBS	= $(ALL_SOS:%=$(ICONV_DIR_64)/%)
22*16d86563SAlexander Pyhalov
23*16d86563SAlexander PyhalovICONV_LINK_TARGETS = $(LINK_TARGETS:%=$(ICONV_DIR_64)/%)
24*16d86563SAlexander Pyhalov
25*16d86563SAlexander Pyhalov$(ICONV_LINK_TARGETS) :=	FILEMODE= 755
26*16d86563SAlexander Pyhalov
27*16d86563SAlexander Pyhalov$(ICONV_LIBS) := FILEMODE= 755
28*16d86563SAlexander Pyhalov
29*16d86563SAlexander PyhalovICONV_DIR = $(ICONV_DIR_64)
30*16d86563SAlexander Pyhalov
31*16d86563SAlexander Pyhalovinstall: all $(ICONV_DIR_64) .WAIT $(ICONV_LIBS) $(CREATE_LINKS)
32