lyx_mirror/3rdparty/libiconv/Makefile.am
2020-11-19 13:44:01 +01:00

278 lines
6.8 KiB
Makefile

include $(top_srcdir)/config/common.am
# We do not build right now
noinst_LIBRARIES = liblyxiconv.a
EXTRA_DIST = \
CMakeLists.txt \
config.h.cmake \
configure.cmake \
1.15/COPYING.LIB \
1.15/include/iconv.h.build.in \
1.15/include/iconv.h.in \
1.15/lib/aliases_sysaix.gperf \
1.15/lib/aliases.gperf \
1.15/lib/aliases_syshpux.gperf \
1.15/lib/aliases_sysosf1.gperf \
1.15/lib/aliases_syssolaris.gperf \
1.15/lib/config.h.in \
1.15/lib/encodings_aix.def \
1.15/lib/encodings.def \
1.15/lib/encodings_dos.def \
1.15/lib/encodings_extra.def \
1.15/lib/encodings_local.def \
1.15/lib/encodings_osf1.def \
1.15/lib/Makefile.in \
1.15/lib/translit.def \
1.15/libcharset/include/libcharset.h.in \
1.15/libcharset/include/localcharset.h.build.in \
1.15/libcharset/include/localcharset.h.in \
1.15/libcharset/lib/ChangeLog \
1.15/libcharset/lib/config.charset \
1.15/libcharset/lib/Makefile.in \
1.15/libcharset/lib/ref-add.sin \
1.15/libcharset/lib/ref-del.sin
AM_CPPFLAGS += -I$(srcdir)/1.15/srclib -DLIBDIR=\"\"
# The two relocatable.c files confuse automake < 1.14, where we do not use
# subdir-objects. Therefore we cannot put both in liblyxiconv_a_SOURCES
# (they would both create the same .o file). Fortunately their contents is
# identical, so it is enough to build only one.
EXTRA_DIST += 1.15/libcharset/lib/relocatable.c
liblyxiconv_a_SOURCES = \
1.15/include/export.h \
1.15/lib/aliases2.h \
1.15/lib/aliases_aix.h \
1.15/lib/aliases_aix_sysaix.h \
1.15/lib/aliases_dos.h \
1.15/lib/aliases_extra.h \
1.15/lib/aliases.h \
1.15/lib/aliases_osf1.h \
1.15/lib/aliases_osf1_sysosf1.h \
1.15/lib/aliases_sysaix.h \
1.15/lib/aliases_syshpux.h \
1.15/lib/aliases_sysosf1.h \
1.15/lib/aliases_syssolaris.h \
1.15/lib/armscii_8.h \
1.15/lib/ascii.h \
1.15/lib/atarist.h \
1.15/lib/big5_2003.h \
1.15/lib/big5.h \
1.15/lib/big5hkscs1999.h \
1.15/lib/big5hkscs2001.h \
1.15/lib/big5hkscs2004.h \
1.15/lib/big5hkscs2008.h \
1.15/lib/c99.h \
1.15/lib/canonical_aix.h \
1.15/lib/canonical_aix_sysaix.h \
1.15/lib/canonical_dos.h \
1.15/lib/canonical_extra.h \
1.15/lib/canonical.h \
1.15/lib/canonical_local.h \
1.15/lib/canonical_local_sysaix.h \
1.15/lib/canonical_local_syshpux.h \
1.15/lib/canonical_local_sysosf1.h \
1.15/lib/canonical_local_syssolaris.h \
1.15/lib/canonical_osf1.h \
1.15/lib/canonical_osf1_sysosf1.h \
1.15/lib/canonical_sysaix.h \
1.15/lib/canonical_syshpux.h \
1.15/lib/canonical_sysosf1.h \
1.15/lib/canonical_syssolaris.h \
1.15/lib/ces_big5.h \
1.15/lib/ces_gbk.h \
1.15/lib/cjk_variants.h \
1.15/lib/cns11643_15.h \
1.15/lib/cns11643_1.h \
1.15/lib/cns11643_2.h \
1.15/lib/cns11643_3.h \
1.15/lib/cns11643_4a.h \
1.15/lib/cns11643_4b.h \
1.15/lib/cns11643_4.h \
1.15/lib/cns11643_5.h \
1.15/lib/cns11643_6.h \
1.15/lib/cns11643_7.h \
1.15/lib/cns11643.h \
1.15/lib/cns11643_inv.h \
1.15/lib/converters.h \
1.15/lib/cp1046.h \
1.15/lib/cp1124.h \
1.15/lib/cp1125.h \
1.15/lib/cp1129.h \
1.15/lib/cp1131.h \
1.15/lib/cp1133.h \
1.15/lib/cp1161.h \
1.15/lib/cp1162.h \
1.15/lib/cp1163.h \
1.15/lib/cp1250.h \
1.15/lib/cp1251.h \
1.15/lib/cp1252.h \
1.15/lib/cp1253.h \
1.15/lib/cp1254.h \
1.15/lib/cp1255.h \
1.15/lib/cp1256.h \
1.15/lib/cp1257.h \
1.15/lib/cp1258.h \
1.15/lib/cp437.h \
1.15/lib/cp50221_0208_ext.h \
1.15/lib/cp50221_0212_ext.h \
1.15/lib/cp737.h \
1.15/lib/cp775.h \
1.15/lib/cp850.h \
1.15/lib/cp852.h \
1.15/lib/cp853.h \
1.15/lib/cp855.h \
1.15/lib/cp856.h \
1.15/lib/cp857.h \
1.15/lib/cp858.h \
1.15/lib/cp860.h \
1.15/lib/cp861.h \
1.15/lib/cp862.h \
1.15/lib/cp863.h \
1.15/lib/cp864.h \
1.15/lib/cp865.h \
1.15/lib/cp866.h \
1.15/lib/cp869.h \
1.15/lib/cp874.h \
1.15/lib/cp922.h \
1.15/lib/cp932ext.h \
1.15/lib/cp932.h \
1.15/lib/cp936ext.h \
1.15/lib/cp936.h \
1.15/lib/cp943.h \
1.15/lib/cp949.h \
1.15/lib/cp950ext.h \
1.15/lib/cp950.h \
1.15/lib/dec_hanyu.h \
1.15/lib/dec_kanji.h \
1.15/lib/euc_cn.h \
1.15/lib/euc_jisx0213.h \
1.15/lib/euc_jp.h \
1.15/lib/euc_kr.h \
1.15/lib/euc_tw.h \
1.15/lib/flags.h \
1.15/lib/flushwc.h \
1.15/lib/gb12345ext.h \
1.15/lib/gb12345.h \
1.15/lib/gb18030ext.h \
1.15/lib/gb18030.h \
1.15/lib/gb18030uni.h \
1.15/lib/gb2312.h \
1.15/lib/gbkext1.h \
1.15/lib/gbkext2.h \
1.15/lib/gbkext_inv.h \
1.15/lib/gbk.h \
1.15/lib/genaliases2.c \
1.15/lib/genaliases.c \
1.15/lib/genflags.c \
1.15/lib/gentranslit.c \
1.15/lib/georgian_academy.h \
1.15/lib/georgian_ps.h \
1.15/lib/hkscs1999.h \
1.15/lib/hkscs2001.h \
1.15/lib/hkscs2004.h \
1.15/lib/hkscs2008.h \
1.15/lib/hp_roman8.h \
1.15/lib/hz.h \
1.15/lib/iconv.c \
1.15/lib/iconv_open1.h \
1.15/lib/iconv_open2.h \
1.15/lib/iso2022_cnext.h \
1.15/lib/iso2022_cn.h \
1.15/lib/iso2022_jp1.h \
1.15/lib/iso2022_jp2.h \
1.15/lib/iso2022_jp3.h \
1.15/lib/iso2022_jp.h \
1.15/lib/iso2022_jpms.h \
1.15/lib/iso2022_kr.h \
1.15/lib/iso646_cn.h \
1.15/lib/iso646_jp.h \
1.15/lib/iso8859_10.h \
1.15/lib/iso8859_11.h \
1.15/lib/iso8859_13.h \
1.15/lib/iso8859_14.h \
1.15/lib/iso8859_15.h \
1.15/lib/iso8859_16.h \
1.15/lib/iso8859_1.h \
1.15/lib/iso8859_2.h \
1.15/lib/iso8859_3.h \
1.15/lib/iso8859_4.h \
1.15/lib/iso8859_5.h \
1.15/lib/iso8859_6.h \
1.15/lib/iso8859_7.h \
1.15/lib/iso8859_8.h \
1.15/lib/iso8859_9.h \
1.15/lib/isoir165ext.h \
1.15/lib/isoir165.h \
1.15/lib/java.h \
1.15/lib/jisx0201.h \
1.15/lib/jisx0208.h \
1.15/lib/jisx0212.h \
1.15/lib/jisx0213.h \
1.15/lib/johab.h \
1.15/lib/johab_hangul.h \
1.15/lib/koi8_r.h \
1.15/lib/koi8_ru.h \
1.15/lib/koi8_t.h \
1.15/lib/koi8_u.h \
1.15/lib/ksc5601.h \
1.15/lib/loops.h \
1.15/lib/loop_unicode.h \
1.15/lib/loop_wchar.h \
1.15/lib/mac_arabic.h \
1.15/lib/mac_centraleurope.h \
1.15/lib/mac_croatian.h \
1.15/lib/mac_cyrillic.h \
1.15/lib/mac_greek.h \
1.15/lib/mac_hebrew.h \
1.15/lib/mac_iceland.h \
1.15/lib/mac_roman.h \
1.15/lib/mac_romania.h \
1.15/lib/mac_thai.h \
1.15/lib/mac_turkish.h \
1.15/lib/mac_ukraine.h \
1.15/lib/mulelao.h \
1.15/lib/nextstep.h \
1.15/lib/pt154.h \
1.15/lib/relocatable.c \
1.15/lib/relocatable.h \
1.15/lib/riscos1.h \
1.15/lib/rk1048.h \
1.15/lib/shift_jisx0213.h \
1.15/lib/sjis.h \
1.15/lib/tcvn.h \
1.15/lib/tds565.h \
1.15/lib/tis620.h \
1.15/lib/translit.h \
1.15/lib/ucs2be.h \
1.15/lib/ucs2.h \
1.15/lib/ucs2internal.h \
1.15/lib/ucs2le.h \
1.15/lib/ucs2swapped.h \
1.15/lib/ucs4be.h \
1.15/lib/ucs4.h \
1.15/lib/ucs4internal.h \
1.15/lib/ucs4le.h \
1.15/lib/ucs4swapped.h \
1.15/lib/uhc_1.h \
1.15/lib/uhc_2.h \
1.15/lib/utf16be.h \
1.15/lib/utf16.h \
1.15/lib/utf16le.h \
1.15/lib/utf32be.h \
1.15/lib/utf32.h \
1.15/lib/utf32le.h \
1.15/lib/utf7.h \
1.15/lib/utf8.h \
1.15/lib/vietcomb.h \
1.15/lib/viscii.h \
1.15/libcharset/include/export.h \
1.15/libcharset/lib/localcharset.c \
1.15/libcharset/lib/relocatable.h \
1.15/srclib/localcharset.h \
1.15/srclib/unitypes.in.h \
1.15/srclib/uniwidth.in.h