2009-08-11 05:35:05 +02:00
|
|
|
# Process this file with automake to produce Makefile.in
|
2000-12-20 05:41:36 +01:00
|
|
|
|
2009-05-20 11:35:14 +02:00
|
|
|
NULL =
|
2012-07-25 03:05:12 +02:00
|
|
|
SUBDIRS =
|
|
|
|
DIST_SUBDIRS =
|
2011-08-19 19:59:24 +02:00
|
|
|
BUILT_SOURCES =
|
2011-01-10 04:29:14 +01:00
|
|
|
EXTRA_DIST =
|
2011-05-06 03:31:04 +02:00
|
|
|
CLEANFILES =
|
|
|
|
DISTCLEANFILES =
|
|
|
|
MAINTAINERCLEANFILES =
|
2012-06-16 21:21:41 +02:00
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-introspection
|
2009-05-20 11:35:14 +02:00
|
|
|
|
2012-07-13 17:29:31 +02:00
|
|
|
# The following warning options are useful for debugging: -Wpadded
|
2009-08-13 01:45:50 +02:00
|
|
|
#AM_CXXFLAGS =
|
2000-12-20 05:41:36 +01:00
|
|
|
|
2009-11-02 22:28:39 +01:00
|
|
|
lib_LTLIBRARIES = libharfbuzz.la
|
2006-03-31 14:28:09 +02:00
|
|
|
|
2009-11-03 22:35:10 +01:00
|
|
|
HBCFLAGS =
|
|
|
|
HBLIBS =
|
2009-05-20 11:35:14 +02:00
|
|
|
HBSOURCES = \
|
2012-05-18 02:30:46 +02:00
|
|
|
hb-atomic-private.hh \
|
2011-04-21 00:25:56 +02:00
|
|
|
hb-blob.cc \
|
2010-05-13 00:23:21 +02:00
|
|
|
hb-buffer-private.hh \
|
2011-05-05 01:27:37 +02:00
|
|
|
hb-buffer.cc \
|
2012-05-18 04:04:45 +02:00
|
|
|
hb-cache-private.hh \
|
2011-04-21 00:50:27 +02:00
|
|
|
hb-common.cc \
|
2011-08-05 04:31:05 +02:00
|
|
|
hb-fallback-shape.cc \
|
2011-04-21 00:50:27 +02:00
|
|
|
hb-font-private.hh \
|
2011-05-05 01:27:37 +02:00
|
|
|
hb-font.cc \
|
|
|
|
hb-mutex-private.hh \
|
2011-04-21 00:50:27 +02:00
|
|
|
hb-object-private.hh \
|
2009-11-03 21:14:40 +01:00
|
|
|
hb-open-file-private.hh \
|
|
|
|
hb-open-type-private.hh \
|
2011-08-17 14:19:59 +02:00
|
|
|
hb-ot-head-table.hh \
|
2011-08-24 19:16:13 +02:00
|
|
|
hb-ot-hhea-table.hh \
|
|
|
|
hb-ot-hmtx-table.hh \
|
2011-08-17 14:19:59 +02:00
|
|
|
hb-ot-maxp-table.hh \
|
|
|
|
hb-ot-name-table.hh \
|
2011-08-06 02:34:50 +02:00
|
|
|
hb-ot-tag.cc \
|
2011-04-21 00:50:27 +02:00
|
|
|
hb-private.hh \
|
2012-04-24 04:41:09 +02:00
|
|
|
hb-set-private.hh \
|
|
|
|
hb-set.cc \
|
2010-05-13 00:23:21 +02:00
|
|
|
hb-shape.cc \
|
2012-07-26 23:34:25 +02:00
|
|
|
hb-shape-plan-private.hh \
|
|
|
|
hb-shape-plan.cc \
|
|
|
|
hb-shaper-list.hh \
|
|
|
|
hb-shaper-impl-private.hh \
|
|
|
|
hb-shaper-private.hh \
|
2012-07-27 04:05:39 +02:00
|
|
|
hb-shaper.cc \
|
2011-08-17 14:43:45 +02:00
|
|
|
hb-tt-font.cc \
|
2011-04-20 08:00:47 +02:00
|
|
|
hb-unicode-private.hh \
|
2011-05-05 01:27:37 +02:00
|
|
|
hb-unicode.cc \
|
2012-09-25 17:22:28 +02:00
|
|
|
hb-utf-private.hh \
|
2012-02-23 21:06:16 +01:00
|
|
|
hb-warning.cc \
|
2009-11-03 21:14:40 +01:00
|
|
|
$(NULL)
|
|
|
|
HBHEADERS = \
|
|
|
|
hb.h \
|
|
|
|
hb-blob.h \
|
|
|
|
hb-buffer.h \
|
|
|
|
hb-common.h \
|
|
|
|
hb-font.h \
|
2012-04-24 04:41:09 +02:00
|
|
|
hb-set.h \
|
2009-11-03 21:14:40 +01:00
|
|
|
hb-shape.h \
|
2012-11-16 03:39:46 +01:00
|
|
|
hb-shape-plan.h \
|
2009-11-03 21:14:40 +01:00
|
|
|
hb-unicode.h \
|
2013-02-05 05:28:22 +01:00
|
|
|
$(NULL)
|
|
|
|
HBNODISTHEADERS = \
|
2011-05-06 03:31:04 +02:00
|
|
|
hb-version.h \
|
2009-11-03 21:14:40 +01:00
|
|
|
$(NULL)
|
|
|
|
|
2011-08-05 04:31:05 +02:00
|
|
|
if HAVE_OT
|
2009-11-03 21:14:40 +01:00
|
|
|
HBSOURCES += \
|
2009-05-20 11:35:14 +02:00
|
|
|
hb-ot-layout.cc \
|
2009-08-03 02:03:12 +02:00
|
|
|
hb-ot-layout-common-private.hh \
|
2011-08-17 14:19:59 +02:00
|
|
|
hb-ot-layout-gdef-table.hh \
|
|
|
|
hb-ot-layout-gpos-table.hh \
|
2009-08-03 02:03:12 +02:00
|
|
|
hb-ot-layout-gsubgpos-private.hh \
|
2011-08-17 14:19:59 +02:00
|
|
|
hb-ot-layout-gsub-table.hh \
|
2010-05-13 00:23:21 +02:00
|
|
|
hb-ot-layout-private.hh \
|
2010-10-09 02:14:57 +02:00
|
|
|
hb-ot-map.cc \
|
2010-10-09 01:18:16 +02:00
|
|
|
hb-ot-map-private.hh \
|
2010-05-13 00:23:21 +02:00
|
|
|
hb-ot-shape.cc \
|
2010-10-12 22:50:36 +02:00
|
|
|
hb-ot-shape-complex-arabic.cc \
|
2012-09-06 04:19:28 +02:00
|
|
|
hb-ot-shape-complex-arabic-fallback.hh \
|
2011-04-21 00:50:27 +02:00
|
|
|
hb-ot-shape-complex-arabic-table.hh \
|
2012-11-15 00:51:54 +01:00
|
|
|
hb-ot-shape-complex-default.cc \
|
2011-06-02 23:43:12 +02:00
|
|
|
hb-ot-shape-complex-indic.cc \
|
2011-06-18 00:35:46 +02:00
|
|
|
hb-ot-shape-complex-indic-machine.hh \
|
2012-04-20 04:34:06 +02:00
|
|
|
hb-ot-shape-complex-indic-private.hh \
|
2011-06-02 23:43:12 +02:00
|
|
|
hb-ot-shape-complex-indic-table.hh \
|
2012-11-15 00:51:54 +01:00
|
|
|
hb-ot-shape-complex-thai.cc \
|
2010-10-12 22:50:36 +02:00
|
|
|
hb-ot-shape-complex-private.hh \
|
2012-04-05 23:25:19 +02:00
|
|
|
hb-ot-shape-normalize-private.hh \
|
2011-07-21 06:51:18 +02:00
|
|
|
hb-ot-shape-normalize.cc \
|
2012-08-08 20:33:37 +02:00
|
|
|
hb-ot-shape-fallback-private.hh \
|
|
|
|
hb-ot-shape-fallback.cc \
|
2010-10-09 01:18:40 +02:00
|
|
|
hb-ot-shape-private.hh \
|
2009-05-20 11:35:14 +02:00
|
|
|
$(NULL)
|
2009-11-03 21:14:40 +01:00
|
|
|
HBHEADERS += \
|
2009-08-02 21:35:31 +02:00
|
|
|
hb-ot.h \
|
2009-05-20 11:35:14 +02:00
|
|
|
hb-ot-layout.h \
|
2009-11-05 01:45:39 +01:00
|
|
|
hb-ot-tag.h \
|
2009-05-20 11:35:14 +02:00
|
|
|
$(NULL)
|
2011-08-05 04:31:05 +02:00
|
|
|
endif
|
2011-05-06 03:31:04 +02:00
|
|
|
|
2012-10-02 20:55:32 +02:00
|
|
|
if HAVE_PTHREAD
|
|
|
|
HBCFLAGS += $(PTHREAD_CFLAGS)
|
|
|
|
HBLIBS += $(PTHREAD_LIBS)
|
|
|
|
endif
|
|
|
|
|
2009-11-03 00:33:52 +01:00
|
|
|
if HAVE_GLIB
|
2009-11-03 22:35:10 +01:00
|
|
|
HBCFLAGS += $(GLIB_CFLAGS)
|
2009-11-04 00:34:20 +01:00
|
|
|
HBLIBS += $(GLIB_LIBS)
|
2011-08-14 15:17:16 +02:00
|
|
|
HBSOURCES += hb-glib.cc
|
|
|
|
HBHEADERS += hb-glib.h
|
|
|
|
endif
|
|
|
|
|
|
|
|
if HAVE_GOBJECT
|
|
|
|
HBCFLAGS += $(GOBJECT_CFLAGS)
|
|
|
|
HBLIBS += $(GOBJECT_LIBS)
|
2011-08-24 19:16:13 +02:00
|
|
|
HBSOURCES += hb-gobject-structs.cc
|
|
|
|
nodist_HBSOURCES = hb-gobject-enums.cc
|
2011-08-14 15:17:16 +02:00
|
|
|
HBHEADERS += hb-gobject.h
|
2011-08-19 19:59:24 +02:00
|
|
|
BUILT_SOURCES += hb-gobject-enums.cc
|
|
|
|
EXTRA_DIST += hb-gobject-enums.cc.tmpl
|
2011-08-24 19:16:13 +02:00
|
|
|
DISTCLEANFILES += hb-gobject-enums.cc
|
2011-08-19 19:59:24 +02:00
|
|
|
|
|
|
|
hb-gobject-enums.cc: hb-gobject-enums.cc.tmpl $(HBHEADERS)
|
2011-08-24 19:16:13 +02:00
|
|
|
$(AM_V_GEN) $(GLIB_MKENUMS) --template $^ > "$@.tmp" && \
|
|
|
|
mv "$@.tmp" "$@" || ( $(RM) "@.tmp" && false )
|
2009-11-03 00:33:52 +01:00
|
|
|
endif
|
|
|
|
|
2009-11-03 22:35:10 +01:00
|
|
|
if HAVE_ICU
|
|
|
|
HBCFLAGS += $(ICU_CFLAGS)
|
2009-11-04 00:34:20 +01:00
|
|
|
HBLIBS += $(ICU_LIBS)
|
2011-08-14 15:17:16 +02:00
|
|
|
HBSOURCES += hb-icu.cc
|
|
|
|
HBHEADERS += hb-icu.h
|
2009-11-03 22:35:10 +01:00
|
|
|
endif
|
|
|
|
|
2009-11-04 00:34:20 +01:00
|
|
|
if HAVE_FREETYPE
|
|
|
|
HBCFLAGS += $(FREETYPE_CFLAGS)
|
|
|
|
HBLIBS += $(FREETYPE_LIBS)
|
2011-08-14 15:17:16 +02:00
|
|
|
HBSOURCES += hb-ft.cc
|
|
|
|
HBHEADERS += hb-ft.h
|
2009-11-04 00:34:20 +01:00
|
|
|
endif
|
2009-11-03 20:18:33 +01:00
|
|
|
|
2012-04-12 20:53:53 +02:00
|
|
|
if HAVE_GRAPHITE2
|
|
|
|
HBCFLAGS += $(GRAPHITE2_CFLAGS)
|
|
|
|
HBLIBS += $(GRAPHITE2_LIBS)
|
2012-07-26 23:34:25 +02:00
|
|
|
HBSOURCES += hb-graphite2.cc
|
2011-08-24 01:29:25 +02:00
|
|
|
HBHEADERS += hb-graphite2.h
|
|
|
|
endif
|
|
|
|
|
2011-08-04 01:55:04 +02:00
|
|
|
if HAVE_UNISCRIBE
|
|
|
|
HBCFLAGS += $(UNISCRIBE_CFLAGS)
|
|
|
|
HBLIBS += $(UNISCRIBE_LIBS)
|
2012-07-26 23:34:25 +02:00
|
|
|
HBSOURCES += hb-uniscribe.cc
|
2011-08-14 15:17:16 +02:00
|
|
|
HBHEADERS += hb-uniscribe.h
|
2011-08-04 01:55:04 +02:00
|
|
|
endif
|
|
|
|
|
2012-07-24 21:52:32 +02:00
|
|
|
if HAVE_CORETEXT
|
|
|
|
HBCFLAGS += $(CORETEXT_CFLAGS)
|
|
|
|
HBLIBS += $(CORETEXT_LIBS)
|
2012-07-26 23:34:25 +02:00
|
|
|
HBSOURCES += hb-coretext.cc
|
2012-07-24 21:52:32 +02:00
|
|
|
HBHEADERS += hb-coretext.h
|
|
|
|
endif
|
|
|
|
|
2012-07-25 03:05:12 +02:00
|
|
|
if HAVE_HB_OLD
|
|
|
|
SUBDIRS += hb-old
|
|
|
|
HBCFLAGS += -I$(srcdir)/hb-old
|
|
|
|
HBLIBS += hb-old/libhb-old.la
|
2012-07-26 23:34:25 +02:00
|
|
|
HBSOURCES += hb-old.cc
|
2012-07-25 03:05:12 +02:00
|
|
|
endif
|
|
|
|
DIST_SUBDIRS += hb-old
|
|
|
|
|
2012-08-24 03:23:41 +02:00
|
|
|
if HAVE_ICU_LE
|
|
|
|
SUBDIRS += hb-icu-le
|
|
|
|
HBCFLAGS += -I$(srcdir)/hb-icu-le
|
|
|
|
HBLIBS += hb-icu-le/libhb-icu-le.la
|
|
|
|
HBSOURCES += hb-icu-le.cc
|
|
|
|
endif
|
|
|
|
DIST_SUBDIRS += hb-icu-le
|
|
|
|
|
2012-10-02 22:03:18 +02:00
|
|
|
if HAVE_UCDN
|
|
|
|
SUBDIRS += hb-ucdn
|
|
|
|
HBCFLAGS += -I$(srcdir)/hb-ucdn
|
|
|
|
HBLIBS += hb-ucdn/libhb-ucdn.la
|
|
|
|
HBSOURCES += hb-ucdn.cc
|
|
|
|
endif
|
|
|
|
DIST_SUBDIRS += hb-ucdn
|
2012-07-25 01:16:56 +02:00
|
|
|
|
2012-08-08 23:16:01 +02:00
|
|
|
|
|
|
|
# Put the library together
|
|
|
|
|
|
|
|
if OS_WIN32
|
|
|
|
export_symbols = -export-symbols harfbuzz.def
|
|
|
|
harfbuzz_def_dependency = harfbuzz.def
|
2012-09-25 02:23:00 +02:00
|
|
|
libharfbuzz_la_LINK = $(CXXLINK) $(libharfbuzz_la_LDFLAGS)
|
|
|
|
else
|
2012-12-19 02:39:40 +01:00
|
|
|
if HAVE_ICU
|
|
|
|
libharfbuzz_la_LINK = $(CXXLINK) $(libharfbuzz_la_LDFLAGS)
|
|
|
|
else
|
2013-01-14 07:27:21 +01:00
|
|
|
# Use a C linker for GCC, not C++; Don't link to libstdc++
|
|
|
|
if HAVE_GCC
|
2012-06-06 03:14:04 +02:00
|
|
|
libharfbuzz_la_LINK = $(LINK) $(libharfbuzz_la_LDFLAGS)
|
2013-01-14 07:27:21 +01:00
|
|
|
else
|
|
|
|
libharfbuzz_la_LINK = $(CXXLINK) $(libharfbuzz_la_LDFLAGS)
|
|
|
|
endif
|
2012-09-25 02:23:00 +02:00
|
|
|
endif
|
2012-12-19 02:39:40 +01:00
|
|
|
endif
|
2012-09-25 02:23:00 +02:00
|
|
|
|
2013-02-05 05:28:22 +01:00
|
|
|
libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS) $(HBNODISTHEADERS)
|
2011-08-24 19:16:13 +02:00
|
|
|
nodist_libharfbuzz_la_SOURCES = $(nodist_HBSOURCES)
|
2009-11-03 22:35:10 +01:00
|
|
|
libharfbuzz_la_CPPFLAGS = $(HBCFLAGS)
|
2012-08-08 23:16:01 +02:00
|
|
|
libharfbuzz_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HB_LIBTOOL_VERSION_INFO) $(export_symbols) -no-undefined
|
2009-11-03 22:35:10 +01:00
|
|
|
libharfbuzz_la_LIBADD = $(HBLIBS)
|
2012-09-19 01:42:06 +02:00
|
|
|
EXTRA_libharfbuzz_la_DEPENDENCIES = $(harfbuzz_def_dependency)
|
2009-11-02 22:28:39 +01:00
|
|
|
pkginclude_HEADERS = $(HBHEADERS)
|
2013-02-05 05:28:22 +01:00
|
|
|
nodist_pkginclude_HEADERS = $(HBNODISTHEADERS)
|
2006-03-31 14:28:09 +02:00
|
|
|
|
2012-08-08 23:16:01 +02:00
|
|
|
CLEANFILES += harfbuzz.def
|
2013-02-05 05:28:22 +01:00
|
|
|
harfbuzz.def: $(HBHEADERS) $(HBNODISTHEADERS)
|
2012-08-08 23:16:01 +02:00
|
|
|
$(AM_V_GEN) (echo EXPORTS; \
|
|
|
|
(cat $^ || echo 'hb_ERROR ()' ) | \
|
|
|
|
$(EGREP) '^hb_.* \(' | \
|
|
|
|
sed -e 's/ (.*//' | \
|
|
|
|
LANG=C sort; \
|
|
|
|
echo LIBRARY libharfbuzz-$(HB_VERSION_MAJOR).dll; \
|
|
|
|
) >"$@.tmp"
|
|
|
|
@ ! grep -q hb_ERROR "$@.tmp" && mv "$@.tmp" "$@" || ($(RM) "$@"; false)
|
|
|
|
|
2010-10-06 00:36:58 +02:00
|
|
|
|
|
|
|
GENERATORS = \
|
2011-06-02 00:10:10 +02:00
|
|
|
gen-arabic-table.py \
|
2011-06-02 23:43:12 +02:00
|
|
|
gen-indic-table.py \
|
2010-10-06 00:36:58 +02:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
EXTRA_DIST += $(GENERATORS)
|
|
|
|
|
2012-03-07 18:08:33 +01:00
|
|
|
unicode-tables: arabic-table indic-table
|
|
|
|
|
|
|
|
indic-table: gen-indic-table.py IndicSyllabicCategory.txt IndicMatraCategory.txt Blocks.txt
|
|
|
|
$(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-indic-table.hh.tmp && \
|
2012-04-10 22:25:08 +02:00
|
|
|
mv hb-ot-shape-complex-indic-table.hh.tmp $(srcdir)/hb-ot-shape-complex-indic-table.hh || \
|
2012-03-07 18:08:33 +01:00
|
|
|
($(RM) hb-ot-shape-complex-indic-table.hh.tmp; false)
|
|
|
|
|
2012-04-10 22:25:08 +02:00
|
|
|
arabic-table: gen-arabic-table.py ArabicShaping.txt UnicodeData.txt
|
2012-03-07 18:08:33 +01:00
|
|
|
$(AM_V_GEN) $(builddir)/$^ > hb-ot-shape-complex-arabic-table.hh.tmp && \
|
2012-04-10 22:25:08 +02:00
|
|
|
mv hb-ot-shape-complex-arabic-table.hh.tmp $(srcdir)/hb-ot-shape-complex-arabic-table.hh || \
|
2012-03-07 18:08:33 +01:00
|
|
|
($(RM) hb-ot-shape-complex-arabic-table.hh.tmp; false)
|
|
|
|
|
|
|
|
|
|
|
|
.PHONY: unicode-tables arabic-table indic-table
|
|
|
|
|
2013-02-07 05:43:27 +01:00
|
|
|
BUILT_SOURCES += hb-ot-shape-complex-indic-machine.hh
|
2011-07-12 17:54:58 +02:00
|
|
|
EXTRA_DIST += hb-ot-shape-complex-indic-machine.rl
|
2012-11-12 23:57:02 +01:00
|
|
|
$(srcdir)/hb-ot-shape-complex-indic-machine.hh: hb-ot-shape-complex-indic-machine.rl
|
2011-08-01 22:34:16 +02:00
|
|
|
$(AM_V_GEN)$(top_srcdir)/missing --run ragel -e -F1 -o "$@.tmp" "$<" && \
|
2011-08-19 19:59:24 +02:00
|
|
|
mv "$@.tmp" "$@" || ( $(RM) "$@.tmp" && false )
|
2011-06-18 00:35:46 +02:00
|
|
|
|
2012-11-30 08:06:59 +01:00
|
|
|
noinst_PROGRAMS = main test test-would-substitute test-size-params
|
2011-02-23 00:06:19 +01:00
|
|
|
bin_PROGRAMS =
|
|
|
|
|
2009-05-20 11:35:14 +02:00
|
|
|
main_SOURCES = main.cc
|
2009-11-03 22:35:10 +01:00
|
|
|
main_CPPFLAGS = $(HBCFLAGS)
|
|
|
|
main_LDADD = libharfbuzz.la $(HBLIBS)
|
2009-11-02 20:35:51 +01:00
|
|
|
|
2012-11-30 08:06:59 +01:00
|
|
|
test_SOURCES = test.cc
|
|
|
|
test_CPPFLAGS = $(HBCFLAGS) $(FREETYPE_CFLAGS)
|
|
|
|
test_LDADD = libharfbuzz.la $(HBLIBS) $(FREETYPE_LIBS)
|
|
|
|
|
2012-07-19 20:59:15 +02:00
|
|
|
test_would_substitute_SOURCES = test-would-substitute.cc
|
|
|
|
test_would_substitute_CPPFLAGS = $(HBCFLAGS) $(FREETYPE_CFLAGS)
|
|
|
|
test_would_substitute_LDADD = libharfbuzz.la $(HBLIBS) $(FREETYPE_LIBS)
|
|
|
|
|
2012-11-30 08:06:59 +01:00
|
|
|
test_size_params_SOURCES = test-size-params.cc
|
|
|
|
test_size_params_CPPFLAGS = $(HBCFLAGS)
|
|
|
|
test_size_params_LDADD = libharfbuzz.la $(HBLIBS)
|
|
|
|
|
2011-01-10 04:29:14 +01:00
|
|
|
dist_check_SCRIPTS = \
|
2010-07-23 21:11:18 +02:00
|
|
|
check-c-linkage-decls.sh \
|
2010-06-09 13:15:03 +02:00
|
|
|
check-header-guards.sh \
|
2011-05-27 21:58:54 +02:00
|
|
|
check-includes.sh \
|
2013-02-05 05:06:50 +01:00
|
|
|
check-symbols.sh \
|
2010-06-09 13:15:03 +02:00
|
|
|
$(NULL)
|
2009-12-20 14:56:25 +01:00
|
|
|
|
|
|
|
if HAVE_ICU
|
|
|
|
else
|
2011-01-10 04:29:14 +01:00
|
|
|
dist_check_SCRIPTS += check-libstdc++.sh
|
2009-12-20 14:56:25 +01:00
|
|
|
endif
|
2009-11-03 20:28:32 +01:00
|
|
|
|
2012-08-29 01:08:36 +02:00
|
|
|
if HAVE_ICU_LE
|
|
|
|
else
|
|
|
|
dist_check_SCRIPTS += check-static-inits.sh
|
|
|
|
endif
|
|
|
|
|
2011-04-21 00:50:27 +02:00
|
|
|
TESTS = $(dist_check_SCRIPTS)
|
2011-05-27 21:58:54 +02:00
|
|
|
TESTS_ENVIRONMENT = \
|
|
|
|
srcdir="$(srcdir)" \
|
|
|
|
MAKE="$(MAKE) $(AM_MAKEFLAGS)" \
|
|
|
|
HBSOURCES="$(HBSOURCES)" \
|
2013-02-05 05:28:22 +01:00
|
|
|
HBHEADERS="$(HBHEADERS) $(HBNODISTHEADERS)" \
|
2011-05-27 21:58:54 +02:00
|
|
|
$(NULL)
|
2011-01-10 04:29:14 +01:00
|
|
|
|
2012-06-24 19:20:56 +02:00
|
|
|
#-include $(INTROSPECTION_MAKEFILE)
|
|
|
|
#INTROSPECTION_GIRS = hb-1.0.gir
|
|
|
|
#INTROSPECTION_SCANNER_ARGS = -I$(srcdir) -n hb --identifier-prefix=hb_
|
|
|
|
#INTROSPECTION_COMPILER_ARGS = --includedir=$(srcdir)
|
|
|
|
#
|
|
|
|
#if HAVE_INTROSPECTION
|
|
|
|
#
|
|
|
|
#hb-1.0.gir: libharfbuzz.la
|
|
|
|
#hb_1_0_gir_INCLUDES = GObject-2.0
|
|
|
|
#hb_1_0_gir_CFLAGS = $(INCLUDES) $(HBCFLAGS) -DHB_H -DHB_H_IN -DHB_OT_H -DHB_OT_H_IN
|
|
|
|
#hb_1_0_gir_LIBS = libharfbuzz.la
|
2013-02-05 05:28:22 +01:00
|
|
|
#hb_1_0_gir_FILES = $(HBHEADERS) $(HBNODISTHEADERS)
|
2012-06-24 19:20:56 +02:00
|
|
|
#
|
|
|
|
#girdir = $(datadir)/gir-1.0
|
|
|
|
#gir_DATA = $(INTROSPECTION_GIRS)
|
|
|
|
#
|
|
|
|
#typelibdir = $(libdir)/girepository-1.0
|
|
|
|
#typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
|
|
|
|
#
|
|
|
|
#CLEANFILES += $(gir_DATA) $(typelib_DATA)
|
|
|
|
#endif
|
2011-08-14 15:17:16 +02:00
|
|
|
|
2009-04-17 23:03:39 +02:00
|
|
|
-include $(top_srcdir)/git.mk
|