116d86563SAlexander Pyhalov# 216d86563SAlexander Pyhalov# This file and its contents are supplied under the terms of the 316d86563SAlexander Pyhalov# Common Development and Distribution License ("CDDL"), version 1.0. 416d86563SAlexander Pyhalov# You may only use this file in accordance with the terms of version 516d86563SAlexander Pyhalov# 1.0 of the CDDL. 616d86563SAlexander Pyhalov# 716d86563SAlexander Pyhalov# A full copy of the text of the CDDL should have accompanied this 816d86563SAlexander Pyhalov# source. A copy of the CDDL is also available via the Internet at 916d86563SAlexander Pyhalov# http://www.illumos.org/license/CDDL. 1016d86563SAlexander Pyhalov# 1116d86563SAlexander Pyhalov 1216d86563SAlexander Pyhalov# 1316d86563SAlexander Pyhalov# Copyright 2017 Alexander Pyhalov 1416d86563SAlexander Pyhalov# 1516d86563SAlexander Pyhalov 1616d86563SAlexander Pyhalovinclude ../Makefile.com 1716d86563SAlexander Pyhalovinclude ../../Makefile.iconv.64 1816d86563SAlexander Pyhalov 1916d86563SAlexander PyhalovCFLAGS += -I.. -I../common/ -I../include/ 2016d86563SAlexander Pyhalov 2116d86563SAlexander PyhalovICONV_LIBS = $(PROGS:%=$(ICONV_DIR_64)/%) 2216d86563SAlexander Pyhalov 2316d86563SAlexander Pyhalov$(ICONV_LIBS) := FILEMODE= 755 2416d86563SAlexander Pyhalov 25*8085d7c3SDan McDonaldinstall: all $(ICONV_DIR_64) .WAIT $(ICONV_LIBS) 26