1 ## Process this file with automake to produce Makefile.in
5 # The following warning options are useful for debugging: -Wpadded -Wcast-align
6 AM_CXXFLAGS = -fno-rtti -fno-exceptions
8 noinst_LTLIBRARIES = libharfbuzz.la
19 hb-unicode-private.h \
20 hb-open-file-private.hh \
21 hb-open-type-private.hh \
23 hb-ot-layout-common-private.hh \
24 hb-ot-layout-gdef-private.hh \
25 hb-ot-layout-gpos-private.hh \
26 hb-ot-layout-gsubgpos-private.hh \
27 hb-ot-layout-gsub-private.hh \
28 hb-ot-layout-private.h \
42 libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
43 libharfbuzz_la_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
44 libharfbuzz_la_LIBADD = $(GLIB_LIBS)
46 noinst_PROGRAMS = main
48 main_SOURCES = main.cc
49 main_CPPFLAGS = -DHAVE_GLIB $(GLIB_CFLAGS)
50 main_LDADD = libharfbuzz.la $(GLIB_LIBS)
52 EXTRA_DIST = README COPYING
54 -include $(top_srcdir)/git.mk