xref: /titanic_50/usr/src/lib/iconv_modules/ja/sparc/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 Pyhalov
18*880d7978SAlexander PyhalovCFLAGS +=  -I.. -I../common/
19*880d7978SAlexander Pyhalov
20*880d7978SAlexander PyhalovICONV_LIBS      = $(ALL_SOS:%=$(ICONV_DIR)/%)
21*880d7978SAlexander Pyhalov
22*880d7978SAlexander Pyhalov$(ICONV_LIBS) := FILEMODE= 755
23*880d7978SAlexander Pyhalov
24*880d7978SAlexander Pyhalovinstall: all $(ICONV_DIR) .WAIT $(ICONV_LIBS)
25