| # Process this file with automake to produce Makefile.in |
| # The following warning options are useful for debugging: -Wpadded -Wcast-align |
| noinst_LTLIBRARIES = libharfbuzz.la |
| hb-open-file-private.hh \ |
| hb-open-type-private.hh \ |
| hb-ot-layout-common-private.hh \ |
| hb-ot-layout-gdef-private.hh \ |
| hb-ot-layout-gpos-private.hh \ |
| hb-ot-layout-gsubgpos-private.hh \ |
| hb-ot-layout-gsub-private.hh \ |
| libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS) |
| libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS) |
| libharfbuzz_la_LIBADD = $(GLIB_LIBS) |
| main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS) |
| main_LDADD = libharfbuzz.la $(GLIB_LIBS) |
| EXTRA_DIST = README COPYING |
| -include $(top_srcdir)/git.mk |