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