Behdad Esfahbod | 49f261d | 2009-08-10 23:35:05 -0400 | [diff] [blame] | 1 | # Process this file with automake to produce Makefile.in |
Owen Taylor | 80a1582 | 2000-12-20 04:41:36 +0000 | [diff] [blame] | 2 | |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 3 | NULL = |
Behdad Esfahbod | d75333f | 2011-08-19 19:59:24 +0200 | [diff] [blame] | 4 | BUILT_SOURCES = |
Behdad Esfahbod | 7bbe14b | 2011-01-09 22:29:14 -0500 | [diff] [blame] | 5 | EXTRA_DIST = |
Behdad Esfahbod | c78f448 | 2011-05-05 21:31:04 -0400 | [diff] [blame] | 6 | CLEANFILES = |
| 7 | DISTCLEANFILES = |
| 8 | MAINTAINERCLEANFILES = |
Behdad Esfahbod | 84d781e | 2012-06-16 15:21:41 -0400 | [diff] [blame] | 9 | DISTCHECK_CONFIGURE_FLAGS = --enable-introspection |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 10 | |
Behdad Esfahbod | 11c4ad4 | 2012-07-13 11:29:31 -0400 | [diff] [blame] | 11 | # The following warning options are useful for debugging: -Wpadded |
Behdad Esfahbod | 6936706 | 2009-08-12 19:45:50 -0400 | [diff] [blame] | 12 | #AM_CXXFLAGS = |
Owen Taylor | 80a1582 | 2000-12-20 04:41:36 +0000 | [diff] [blame] | 13 | |
Behdad Esfahbod | 1f0ceeb | 2009-11-02 16:28:39 -0500 | [diff] [blame] | 14 | lib_LTLIBRARIES = libharfbuzz.la |
Owen Taylor | 80a1582 | 2000-12-20 04:41:36 +0000 | [diff] [blame] | 15 | |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 16 | HBCFLAGS = |
| 17 | HBLIBS = |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 18 | HBSOURCES = \ |
Behdad Esfahbod | ec3ba4b | 2012-05-17 20:30:46 -0400 | [diff] [blame] | 19 | hb-atomic-private.hh \ |
Behdad Esfahbod | f19f4f9 | 2011-04-20 18:25:56 -0400 | [diff] [blame] | 20 | hb-blob.cc \ |
Behdad Esfahbod | 22da7fd | 2010-05-12 18:23:21 -0400 | [diff] [blame] | 21 | hb-buffer-private.hh \ |
Behdad Esfahbod | 56eb5ad | 2011-05-04 19:27:37 -0400 | [diff] [blame] | 22 | hb-buffer.cc \ |
Behdad Esfahbod | 20fdb0f | 2012-05-17 22:04:45 -0400 | [diff] [blame] | 23 | hb-cache-private.hh \ |
Behdad Esfahbod | c57d454 | 2011-04-20 18:50:27 -0400 | [diff] [blame] | 24 | hb-common.cc \ |
Behdad Esfahbod | 02aeca9 | 2011-08-04 22:31:05 -0400 | [diff] [blame] | 25 | hb-fallback-shape-private.hh \ |
| 26 | hb-fallback-shape.cc \ |
Behdad Esfahbod | c57d454 | 2011-04-20 18:50:27 -0400 | [diff] [blame] | 27 | hb-font-private.hh \ |
Behdad Esfahbod | 56eb5ad | 2011-05-04 19:27:37 -0400 | [diff] [blame] | 28 | hb-font.cc \ |
| 29 | hb-mutex-private.hh \ |
Behdad Esfahbod | c57d454 | 2011-04-20 18:50:27 -0400 | [diff] [blame] | 30 | hb-object-private.hh \ |
Behdad Esfahbod | 5f5b24f | 2009-08-02 20:03:12 -0400 | [diff] [blame] | 31 | hb-open-file-private.hh \ |
Behdad Esfahbod | 7edb430 | 2009-08-04 22:06:57 -0400 | [diff] [blame] | 32 | hb-open-type-private.hh \ |
Behdad Esfahbod | 7a750ac | 2011-08-17 14:19:59 +0200 | [diff] [blame] | 33 | hb-ot-head-table.hh \ |
Behdad Esfahbod | 74ef81a | 2011-08-24 19:16:13 +0200 | [diff] [blame] | 34 | hb-ot-hhea-table.hh \ |
| 35 | hb-ot-hmtx-table.hh \ |
Behdad Esfahbod | 7a750ac | 2011-08-17 14:19:59 +0200 | [diff] [blame] | 36 | hb-ot-maxp-table.hh \ |
| 37 | hb-ot-name-table.hh \ |
Behdad Esfahbod | b492299 | 2011-08-05 20:34:50 -0400 | [diff] [blame] | 38 | hb-ot-tag.cc \ |
Behdad Esfahbod | c57d454 | 2011-04-20 18:50:27 -0400 | [diff] [blame] | 39 | hb-private.hh \ |
Behdad Esfahbod | 0b08adb | 2012-04-23 22:41:09 -0400 | [diff] [blame] | 40 | hb-set-private.hh \ |
| 41 | hb-set.cc \ |
Behdad Esfahbod | 22da7fd | 2010-05-12 18:23:21 -0400 | [diff] [blame] | 42 | hb-shape.cc \ |
Behdad Esfahbod | ae9877d | 2011-08-17 14:43:45 +0200 | [diff] [blame] | 43 | hb-tt-font.cc \ |
Behdad Esfahbod | fb194b8 | 2011-04-20 02:00:47 -0400 | [diff] [blame] | 44 | hb-unicode-private.hh \ |
Behdad Esfahbod | 56eb5ad | 2011-05-04 19:27:37 -0400 | [diff] [blame] | 45 | hb-unicode.cc \ |
Behdad Esfahbod | bd7ff1d | 2012-02-23 15:06:16 -0500 | [diff] [blame] | 46 | hb-warning.cc \ |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 47 | $(NULL) |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 48 | HBHEADERS = \ |
Behdad Esfahbod | 678bed4 | 2009-08-02 15:35:31 -0400 | [diff] [blame] | 49 | hb.h \ |
Behdad Esfahbod | f0954d1 | 2009-07-30 15:33:57 -0400 | [diff] [blame] | 50 | hb-blob.h \ |
Behdad Esfahbod | 5c0adce | 2009-05-20 05:42:12 -0400 | [diff] [blame] | 51 | hb-buffer.h \ |
Behdad Esfahbod | f0954d1 | 2009-07-30 15:33:57 -0400 | [diff] [blame] | 52 | hb-common.h \ |
Behdad Esfahbod | c62b503 | 2009-08-01 19:54:49 -0400 | [diff] [blame] | 53 | hb-font.h \ |
Behdad Esfahbod | 0b08adb | 2012-04-23 22:41:09 -0400 | [diff] [blame] | 54 | hb-set.h \ |
Behdad Esfahbod | d5a8e46 | 2009-11-03 15:14:40 -0500 | [diff] [blame] | 55 | hb-shape.h \ |
| 56 | hb-unicode.h \ |
Behdad Esfahbod | c78f448 | 2011-05-05 21:31:04 -0400 | [diff] [blame] | 57 | hb-version.h \ |
Behdad Esfahbod | d5a8e46 | 2009-11-03 15:14:40 -0500 | [diff] [blame] | 58 | $(NULL) |
| 59 | |
Behdad Esfahbod | 02aeca9 | 2011-08-04 22:31:05 -0400 | [diff] [blame] | 60 | if HAVE_OT |
Behdad Esfahbod | d5a8e46 | 2009-11-03 15:14:40 -0500 | [diff] [blame] | 61 | HBSOURCES += \ |
| 62 | hb-ot-layout.cc \ |
| 63 | hb-ot-layout-common-private.hh \ |
Behdad Esfahbod | 7a750ac | 2011-08-17 14:19:59 +0200 | [diff] [blame] | 64 | hb-ot-layout-gdef-table.hh \ |
| 65 | hb-ot-layout-gpos-table.hh \ |
Behdad Esfahbod | d5a8e46 | 2009-11-03 15:14:40 -0500 | [diff] [blame] | 66 | hb-ot-layout-gsubgpos-private.hh \ |
Behdad Esfahbod | 7a750ac | 2011-08-17 14:19:59 +0200 | [diff] [blame] | 67 | hb-ot-layout-gsub-table.hh \ |
Behdad Esfahbod | 22da7fd | 2010-05-12 18:23:21 -0400 | [diff] [blame] | 68 | hb-ot-layout-private.hh \ |
Behdad Esfahbod | 5a2b0b3 | 2010-10-08 20:14:57 -0400 | [diff] [blame] | 69 | hb-ot-map.cc \ |
Behdad Esfahbod | 4924aff | 2010-10-08 19:18:16 -0400 | [diff] [blame] | 70 | hb-ot-map-private.hh \ |
Behdad Esfahbod | 22da7fd | 2010-05-12 18:23:21 -0400 | [diff] [blame] | 71 | hb-ot-shape.cc \ |
Behdad Esfahbod | 49baa1f | 2010-10-12 16:50:36 -0400 | [diff] [blame] | 72 | hb-ot-shape-complex-arabic.cc \ |
Behdad Esfahbod | c57d454 | 2011-04-20 18:50:27 -0400 | [diff] [blame] | 73 | hb-ot-shape-complex-arabic-table.hh \ |
Behdad Esfahbod | b9ddbd5 | 2011-06-02 17:43:12 -0400 | [diff] [blame] | 74 | hb-ot-shape-complex-indic.cc \ |
Behdad Esfahbod | 867361c | 2011-06-17 18:35:46 -0400 | [diff] [blame] | 75 | hb-ot-shape-complex-indic-machine.hh \ |
Behdad Esfahbod | 3ed4634 | 2012-04-19 22:34:06 -0400 | [diff] [blame] | 76 | hb-ot-shape-complex-indic-private.hh \ |
Behdad Esfahbod | b9ddbd5 | 2011-06-02 17:43:12 -0400 | [diff] [blame] | 77 | hb-ot-shape-complex-indic-table.hh \ |
Behdad Esfahbod | 3361c9a | 2011-07-07 22:35:17 -0400 | [diff] [blame] | 78 | hb-ot-shape-complex-misc.cc \ |
Behdad Esfahbod | 49baa1f | 2010-10-12 16:50:36 -0400 | [diff] [blame] | 79 | hb-ot-shape-complex-private.hh \ |
Behdad Esfahbod | 11138cc | 2012-04-05 17:25:19 -0400 | [diff] [blame] | 80 | hb-ot-shape-normalize-private.hh \ |
Behdad Esfahbod | 655586f | 2011-07-21 00:51:18 -0400 | [diff] [blame] | 81 | hb-ot-shape-normalize.cc \ |
Behdad Esfahbod | a806762 | 2010-10-08 19:18:40 -0400 | [diff] [blame] | 82 | hb-ot-shape-private.hh \ |
Behdad Esfahbod | d5a8e46 | 2009-11-03 15:14:40 -0500 | [diff] [blame] | 83 | $(NULL) |
| 84 | HBHEADERS += \ |
Behdad Esfahbod | 678bed4 | 2009-08-02 15:35:31 -0400 | [diff] [blame] | 85 | hb-ot.h \ |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 86 | hb-ot-layout.h \ |
Behdad Esfahbod | 8a3511a | 2009-11-04 19:45:39 -0500 | [diff] [blame] | 87 | hb-ot-tag.h \ |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 88 | $(NULL) |
Behdad Esfahbod | 02aeca9 | 2011-08-04 22:31:05 -0400 | [diff] [blame] | 89 | endif |
Behdad Esfahbod | c78f448 | 2011-05-05 21:31:04 -0400 | [diff] [blame] | 90 | |
Behdad Esfahbod | 63a792a | 2009-11-02 18:33:52 -0500 | [diff] [blame] | 91 | if HAVE_GLIB |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 92 | HBCFLAGS += $(GLIB_CFLAGS) |
Behdad Esfahbod | 8fb3d1a | 2009-11-03 18:34:20 -0500 | [diff] [blame] | 93 | HBLIBS += $(GLIB_LIBS) |
Behdad Esfahbod | c214cff | 2011-08-14 15:17:16 +0200 | [diff] [blame] | 94 | HBSOURCES += hb-glib.cc |
| 95 | HBHEADERS += hb-glib.h |
| 96 | endif |
| 97 | |
| 98 | if HAVE_GOBJECT |
| 99 | HBCFLAGS += $(GOBJECT_CFLAGS) |
| 100 | HBLIBS += $(GOBJECT_LIBS) |
Behdad Esfahbod | 74ef81a | 2011-08-24 19:16:13 +0200 | [diff] [blame] | 101 | HBSOURCES += hb-gobject-structs.cc |
| 102 | nodist_HBSOURCES = hb-gobject-enums.cc |
Behdad Esfahbod | c214cff | 2011-08-14 15:17:16 +0200 | [diff] [blame] | 103 | HBHEADERS += hb-gobject.h |
Behdad Esfahbod | d75333f | 2011-08-19 19:59:24 +0200 | [diff] [blame] | 104 | BUILT_SOURCES += hb-gobject-enums.cc |
| 105 | EXTRA_DIST += hb-gobject-enums.cc.tmpl |
Behdad Esfahbod | 74ef81a | 2011-08-24 19:16:13 +0200 | [diff] [blame] | 106 | DISTCLEANFILES += hb-gobject-enums.cc |
Behdad Esfahbod | d75333f | 2011-08-19 19:59:24 +0200 | [diff] [blame] | 107 | |
| 108 | hb-gobject-enums.cc: hb-gobject-enums.cc.tmpl $(HBHEADERS) |
Behdad Esfahbod | 74ef81a | 2011-08-24 19:16:13 +0200 | [diff] [blame] | 109 | $(AM_V_GEN) $(GLIB_MKENUMS) --template $^ > "$@.tmp" && \ |
| 110 | mv "$@.tmp" "$@" || ( $(RM) "@.tmp" && false ) |
Behdad Esfahbod | 63a792a | 2009-11-02 18:33:52 -0500 | [diff] [blame] | 111 | endif |
| 112 | |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 113 | if HAVE_ICU |
| 114 | HBCFLAGS += $(ICU_CFLAGS) |
Behdad Esfahbod | 8fb3d1a | 2009-11-03 18:34:20 -0500 | [diff] [blame] | 115 | HBLIBS += $(ICU_LIBS) |
Behdad Esfahbod | c214cff | 2011-08-14 15:17:16 +0200 | [diff] [blame] | 116 | HBSOURCES += hb-icu.cc |
| 117 | HBHEADERS += hb-icu.h |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 118 | endif |
| 119 | |
Behdad Esfahbod | 8fb3d1a | 2009-11-03 18:34:20 -0500 | [diff] [blame] | 120 | if HAVE_FREETYPE |
| 121 | HBCFLAGS += $(FREETYPE_CFLAGS) |
| 122 | HBLIBS += $(FREETYPE_LIBS) |
Behdad Esfahbod | c214cff | 2011-08-14 15:17:16 +0200 | [diff] [blame] | 123 | HBSOURCES += hb-ft.cc |
| 124 | HBHEADERS += hb-ft.h |
Behdad Esfahbod | 8fb3d1a | 2009-11-03 18:34:20 -0500 | [diff] [blame] | 125 | endif |
Behdad Esfahbod | ca95ce4 | 2009-11-03 14:18:33 -0500 | [diff] [blame] | 126 | |
Behdad Esfahbod | 6bd9b47 | 2012-04-12 14:53:53 -0400 | [diff] [blame] | 127 | if HAVE_GRAPHITE2 |
| 128 | HBCFLAGS += $(GRAPHITE2_CFLAGS) |
| 129 | HBLIBS += $(GRAPHITE2_LIBS) |
| 130 | HBSOURCES += hb-graphite2.cc hb-graphite2-private.hh |
Behdad Esfahbod | 1f49cf3 | 2011-08-24 01:29:25 +0200 | [diff] [blame] | 131 | HBHEADERS += hb-graphite2.h |
| 132 | endif |
| 133 | |
Behdad Esfahbod | 0fbb2dc | 2011-08-03 19:55:04 -0400 | [diff] [blame] | 134 | if HAVE_UNISCRIBE |
| 135 | HBCFLAGS += $(UNISCRIBE_CFLAGS) |
| 136 | HBLIBS += $(UNISCRIBE_LIBS) |
Behdad Esfahbod | 6bd9b47 | 2012-04-12 14:53:53 -0400 | [diff] [blame] | 137 | HBSOURCES += hb-uniscribe.cc hb-uniscribe-private.hh |
Behdad Esfahbod | c214cff | 2011-08-14 15:17:16 +0200 | [diff] [blame] | 138 | HBHEADERS += hb-uniscribe.h |
Behdad Esfahbod | 0fbb2dc | 2011-08-03 19:55:04 -0400 | [diff] [blame] | 139 | endif |
| 140 | |
Jonathan Kew | aa6d849 | 2012-07-24 15:52:32 -0400 | [diff] [blame^] | 141 | if HAVE_CORETEXT |
| 142 | HBCFLAGS += $(CORETEXT_CFLAGS) |
| 143 | HBLIBS += $(CORETEXT_LIBS) |
| 144 | HBSOURCES += hb-coretext.cc hb-coretext-private.hh |
| 145 | HBHEADERS += hb-coretext.h |
| 146 | endif |
| 147 | |
Behdad Esfahbod | 61eb60c | 2012-06-05 21:14:04 -0400 | [diff] [blame] | 148 | # Use a C linker, not C++; Don't link to libstdc++ |
| 149 | libharfbuzz_la_LINK = $(LINK) $(libharfbuzz_la_LDFLAGS) |
Behdad Esfahbod | d341881 | 2009-08-05 14:49:25 -0400 | [diff] [blame] | 150 | libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS) |
Behdad Esfahbod | 74ef81a | 2011-08-24 19:16:13 +0200 | [diff] [blame] | 151 | nodist_libharfbuzz_la_SOURCES = $(nodist_HBSOURCES) |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 152 | libharfbuzz_la_CPPFLAGS = $(HBCFLAGS) |
Behdad Esfahbod | 911bf32 | 2011-07-30 11:16:00 -0400 | [diff] [blame] | 153 | libharfbuzz_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HB_LIBTOOL_VERSION_INFO) -no-undefined |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 154 | libharfbuzz_la_LIBADD = $(HBLIBS) |
Behdad Esfahbod | 1f0ceeb | 2009-11-02 16:28:39 -0500 | [diff] [blame] | 155 | pkginclude_HEADERS = $(HBHEADERS) |
Behdad Esfahbod | c78f448 | 2011-05-05 21:31:04 -0400 | [diff] [blame] | 156 | nodist_pkginclude_HEADERS = hb-version.h |
Owen Taylor | 80a1582 | 2000-12-20 04:41:36 +0000 | [diff] [blame] | 157 | |
Behdad Esfahbod | 3eb936f | 2010-10-05 18:36:58 -0400 | [diff] [blame] | 158 | |
| 159 | GENERATORS = \ |
Behdad Esfahbod | 9d49433 | 2011-06-01 18:10:10 -0400 | [diff] [blame] | 160 | gen-arabic-table.py \ |
Behdad Esfahbod | b9ddbd5 | 2011-06-02 17:43:12 -0400 | [diff] [blame] | 161 | gen-indic-table.py \ |
Behdad Esfahbod | 3eb936f | 2010-10-05 18:36:58 -0400 | [diff] [blame] | 162 | $(NULL) |
| 163 | |
| 164 | EXTRA_DIST += $(GENERATORS) |
| 165 | |
Behdad Esfahbod | cdc8b49 | 2012-03-07 12:08:33 -0500 | [diff] [blame] | 166 | unicode-tables: arabic-table indic-table |
| 167 | |
| 168 | indic-table: gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt |
| 169 | $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-indic-table.hh.tmp && \ |
Behdad Esfahbod | ae4a2b9 | 2012-04-10 16:25:08 -0400 | [diff] [blame] | 170 | mv hb-ot-shape-complex-indic-table.hh.tmp $(srcdir)/hb-ot-shape-complex-indic-table.hh || \ |
Behdad Esfahbod | cdc8b49 | 2012-03-07 12:08:33 -0500 | [diff] [blame] | 171 | ($(RM) hb-ot-shape-complex-indic-table.hh.tmp; false) |
| 172 | |
Behdad Esfahbod | ae4a2b9 | 2012-04-10 16:25:08 -0400 | [diff] [blame] | 173 | arabic-table: gen-arabic-table.py ArabicShaping.txt UnicodeData.txt |
Behdad Esfahbod | cdc8b49 | 2012-03-07 12:08:33 -0500 | [diff] [blame] | 174 | $(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh.tmp && \ |
Behdad Esfahbod | ae4a2b9 | 2012-04-10 16:25:08 -0400 | [diff] [blame] | 175 | mv hb-ot-shape-complex-arabic-table.hh.tmp $(srcdir)/hb-ot-shape-complex-arabic-table.hh || \ |
Behdad Esfahbod | cdc8b49 | 2012-03-07 12:08:33 -0500 | [diff] [blame] | 176 | ($(RM) hb-ot-shape-complex-arabic-table.hh.tmp; false) |
| 177 | |
| 178 | |
| 179 | .PHONY: unicode-tables arabic-table indic-table |
| 180 | |
Behdad Esfahbod | d75333f | 2011-08-19 19:59:24 +0200 | [diff] [blame] | 181 | BUILT_SOURCES += hb-ot-shape-complex-indic-machine.hh |
Behdad Esfahbod | 22989c5 | 2011-07-12 11:54:58 -0400 | [diff] [blame] | 182 | EXTRA_DIST += hb-ot-shape-complex-indic-machine.rl |
Behdad Esfahbod | 867361c | 2011-06-17 18:35:46 -0400 | [diff] [blame] | 183 | hb-ot-shape-complex-indic-machine.hh: hb-ot-shape-complex-indic-machine.rl |
Behdad Esfahbod | f5414cf | 2011-08-01 16:34:16 -0400 | [diff] [blame] | 184 | $(AM_V_GEN)$(top_srcdir)/missing --run ragel -e -F1 -o "$@.tmp" "$<" && \ |
Behdad Esfahbod | d75333f | 2011-08-19 19:59:24 +0200 | [diff] [blame] | 185 | mv "$@.tmp" "$@" || ( $(RM) "$@.tmp" && false ) |
Behdad Esfahbod | 867361c | 2011-06-17 18:35:46 -0400 | [diff] [blame] | 186 | |
Behdad Esfahbod | be73a5f | 2012-07-19 14:59:15 -0400 | [diff] [blame] | 187 | noinst_PROGRAMS = main indic test-would-substitute |
Behdad Esfahbod | 5353bf4 | 2011-02-22 18:06:19 -0500 | [diff] [blame] | 188 | bin_PROGRAMS = |
| 189 | |
Behdad Esfahbod | b857b49 | 2009-05-20 05:35:14 -0400 | [diff] [blame] | 190 | main_SOURCES = main.cc |
Behdad Esfahbod | d94647e | 2009-11-03 16:35:10 -0500 | [diff] [blame] | 191 | main_CPPFLAGS = $(HBCFLAGS) |
| 192 | main_LDADD = libharfbuzz.la $(HBLIBS) |
Owen Taylor | 80a1582 | 2000-12-20 04:41:36 +0000 | [diff] [blame] | 193 | |
Behdad Esfahbod | 3ed4634 | 2012-04-19 22:34:06 -0400 | [diff] [blame] | 194 | indic_SOURCES = indic.cc |
| 195 | indic_CPPFLAGS = $(HBCFLAGS) |
| 196 | indic_LDADD = libharfbuzz.la $(HBLIBS) |
| 197 | |
Behdad Esfahbod | be73a5f | 2012-07-19 14:59:15 -0400 | [diff] [blame] | 198 | test_would_substitute_SOURCES = test-would-substitute.cc |
| 199 | test_would_substitute_CPPFLAGS = $(HBCFLAGS) $(FREETYPE_CFLAGS) |
| 200 | test_would_substitute_LDADD = libharfbuzz.la $(HBLIBS) $(FREETYPE_LIBS) |
| 201 | |
Behdad Esfahbod | 7bbe14b | 2011-01-09 22:29:14 -0500 | [diff] [blame] | 202 | dist_check_SCRIPTS = \ |
Behdad Esfahbod | acdba3f | 2010-07-23 15:11:18 -0400 | [diff] [blame] | 203 | check-c-linkage-decls.sh \ |
Behdad Esfahbod | d05d13d | 2010-06-09 07:15:03 -0400 | [diff] [blame] | 204 | check-header-guards.sh \ |
Behdad Esfahbod | 5bc1819 | 2011-05-27 15:58:54 -0400 | [diff] [blame] | 205 | check-includes.sh \ |
Behdad Esfahbod | 4508789 | 2012-06-08 21:32:43 -0400 | [diff] [blame] | 206 | check-internal-symbols.sh \ |
| 207 | check-static-inits.sh \ |
Behdad Esfahbod | d05d13d | 2010-06-09 07:15:03 -0400 | [diff] [blame] | 208 | $(NULL) |
Behdad Esfahbod | b8a53e4 | 2009-12-20 14:56:25 +0100 | [diff] [blame] | 209 | |
| 210 | if HAVE_ICU |
| 211 | else |
Behdad Esfahbod | 7bbe14b | 2011-01-09 22:29:14 -0500 | [diff] [blame] | 212 | dist_check_SCRIPTS += check-libstdc++.sh |
Behdad Esfahbod | b8a53e4 | 2009-12-20 14:56:25 +0100 | [diff] [blame] | 213 | endif |
Behdad Esfahbod | 21d0fce | 2009-11-03 14:28:32 -0500 | [diff] [blame] | 214 | |
Behdad Esfahbod | c57d454 | 2011-04-20 18:50:27 -0400 | [diff] [blame] | 215 | TESTS = $(dist_check_SCRIPTS) |
Behdad Esfahbod | 5bc1819 | 2011-05-27 15:58:54 -0400 | [diff] [blame] | 216 | TESTS_ENVIRONMENT = \ |
| 217 | srcdir="$(srcdir)" \ |
| 218 | MAKE="$(MAKE) $(AM_MAKEFLAGS)" \ |
| 219 | HBSOURCES="$(HBSOURCES)" \ |
| 220 | HBHEADERS="$(HBHEADERS)" \ |
| 221 | $(NULL) |
Behdad Esfahbod | 7bbe14b | 2011-01-09 22:29:14 -0500 | [diff] [blame] | 222 | |
Behdad Esfahbod | 8c0ea7b | 2012-06-24 13:20:56 -0400 | [diff] [blame] | 223 | #-include $(INTROSPECTION_MAKEFILE) |
| 224 | #INTROSPECTION_GIRS = hb-1.0.gir |
| 225 | #INTROSPECTION_SCANNER_ARGS = -I$(srcdir) -n hb --identifier-prefix=hb_ |
| 226 | #INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir) |
| 227 | # |
| 228 | #if HAVE_INTROSPECTION |
| 229 | # |
| 230 | #hb-1.0.gir: libharfbuzz.la |
| 231 | #hb_1_0_gir_INCLUDES = GObject-2.0 |
| 232 | #hb_1_0_gir_CFLAGS = $(INCLUDES) $(HBCFLAGS) -DHB_H -DHB_H_IN -DHB_OT_H -DHB_OT_H_IN |
| 233 | #hb_1_0_gir_LIBS = libharfbuzz.la |
| 234 | #hb_1_0_gir_FILES = $(HBHEADERS) |
| 235 | # |
| 236 | #girdir = $(datadir)/gir-1.0 |
| 237 | #gir_DATA = $(INTROSPECTION_GIRS) |
| 238 | # |
| 239 | #typelibdir = $(libdir)/girepository-1.0 |
| 240 | #typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib) |
| 241 | # |
| 242 | #CLEANFILES += $(gir_DATA) $(typelib_DATA) |
| 243 | #endif |
Behdad Esfahbod | c214cff | 2011-08-14 15:17:16 +0200 | [diff] [blame] | 244 | |
Behdad Esfahbod | 0e13bee | 2009-04-17 17:03:39 -0400 | [diff] [blame] | 245 | -include $(top_srcdir)/git.mk |