harfbuzz/util/Makefile.am

45 lines
703 B
Makefile
Raw Normal View History

2011-08-09 15:03:00 +02:00
# Process this file with automake to produce Makefile.in
NULL =
EXTRA_DIST =
CLEANFILES =
DISTCLEANFILES =
MAINTAINERCLEANFILES =
bin_PROGRAMS =
if HAVE_GLIB
if HAVE_FREETYPE
if HAVE_CAIRO_FT
if HAVE_CAIRO_PNG
2011-08-11 11:54:31 +02:00
hb_view_SOURCES = \
hb-view.cc \
common.cc \
common.hh \
options.cc \
options.hh \
$(NULL)
hb_view_CPPFLAGS = \
-I$(top_srcdir)/src/ \
-I$(top_builddir)/src/ \
$(GLIB_CFLAGS) \
$(FREETYPE_CFLAGS) \
$(CAIRO_FT_CFLAGS) \
$(CAIRO_PNG_CFLAGS) \
$(NULL)
hb_view_LDADD = \
$(top_builddir)/src/libharfbuzz.la \
-lm \
$(GLIB_LIBS) \
$(FREETYPE_LIBS) \
$(CAIRO_FT_LIBS) \
$(CAIRO_PNG_LIBS) \
$(NULL)
2011-08-09 15:03:00 +02:00
bin_PROGRAMS += hb-view
endif
endif
endif
endif
-include $(top_srcdir)/git.mk