harfbuzz/src/Makefile.am

50 lines
949 B
Makefile
Raw Normal View History

## Process this file with automake to produce Makefile.in
NULL =
2009-08-04 19:57:41 +02:00
CXX = $(CC) -fno-rtti -fno-exceptions -Wabi -Wpadded -Wcast-align
noinst_LTLIBRARIES = libharfbuzz-1.la
HBSOURCES = \
2009-07-30 21:33:57 +02:00
hb-blob.c \
hb-buffer.c \
hb-buffer-private.h \
2009-08-03 02:06:48 +02:00
hb-font.cc \
hb-font-private.h \
hb-private.h \
hb-open-file-private.hh \
hb-open-type-private.hh \
hb-ot-layout.cc \
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 \
hb-ot-layout-private.h \
2009-08-02 02:29:22 +02:00
hb-object-private.h \
$(NULL)
HBHEADERS = \
2009-08-02 21:35:31 +02:00
hb.h \
2009-07-30 21:33:57 +02:00
hb-blob.h \
hb-buffer.h \
2009-07-30 21:33:57 +02:00
hb-common.h \
hb-font.h \
2009-08-02 21:35:31 +02:00
hb-ot.h \
hb-ot-layout.h \
$(NULL)
libharfbuzz_1_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
2009-08-02 03:06:11 +02:00
libharfbuzz_1_la_LIBADD =
noinst_PROGRAMS = main
main_SOURCES = main.cc
2009-08-02 03:06:11 +02:00
main_CXXFLAGS = $(GLIB_CFLAGS)
main_LDADD = $(GLIB_LIBS)
2009-11-02 20:35:51 +01:00
EXTRA_DIST = README COPYING
2009-04-17 23:03:39 +02:00
-include $(top_srcdir)/git.mk