xref: /titanic_50/usr/src/lib/iconv_modules/common/sparcv9/Makefile (revision 880d797826457b77414b37d531cc3e1aa166ecbe)
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 Pyhalovinclude ../../Makefile.iconv.64
18*880d7978SAlexander Pyhalov
19*880d7978SAlexander PyhalovICONV_LINK_TARGETS = $(LINK_TARGETS:%=$(ICONV_DIR_64)/%)
20*880d7978SAlexander Pyhalov
21*880d7978SAlexander Pyhalov$(ICONV_LINK_TARGETS) :=      FILEMODE= 755
22*880d7978SAlexander Pyhalov
23*880d7978SAlexander PyhalovICONV_LIBS      = $(ALL_SOS:%=$(ICONV_DIR_64)/%)
24*880d7978SAlexander Pyhalov
25*880d7978SAlexander Pyhalov$(ICONV_LIBS) := FILEMODE= 755
26*880d7978SAlexander Pyhalov
27*880d7978SAlexander PyhalovICONV_DIR = $(ICONV_DIR_64)
28*880d7978SAlexander Pyhalov
29*880d7978SAlexander Pyhalovinstall: all $(ICONV_DIR_64) .WAIT $(ICONV_LIBS) $(CREATE_LINKS)
30