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