Makefile.am 1.1 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
## Process this file with automake to produce Makefile.in

noinst_LTLIBRARIES = libhb-old.la

MAINSOURCES =  \
	harfbuzz-buffer.c \
	harfbuzz-stream.c \
	harfbuzz-gdef.c \
	harfbuzz-gpos.c \
	harfbuzz-gsub.c \
	harfbuzz-impl.c \
	harfbuzz-open.c \
	harfbuzz-shaper.cpp \
        harfbuzz-greek.c \
        harfbuzz-tibetan.c \
	harfbuzz-khmer.c \
	harfbuzz-indic.cpp \
	harfbuzz-hebrew.c \
	harfbuzz-arabic.c \
	harfbuzz-hangul.c \
21
	harfbuzz-myanmar.c
22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48

PUBLICHEADERS = \
	harfbuzz.h \
	harfbuzz-buffer.h \
	harfbuzz-gdef.h \
	harfbuzz-gpos.h \
	harfbuzz-gsub.h \
	harfbuzz-open.h \
	harfbuzz-global.h \
	harfbuzz-external.h \
	harfbuzz-shaper.h \
	harfbuzz-stream.h

PRIVATEHEADERS = \
	harfbuzz-impl.h \
	harfbuzz-buffer-private.h \
	harfbuzz-stream-private.h \
	harfbuzz-gdef-private.h \
	harfbuzz-gpos-private.h \
	harfbuzz-gsub-private.h \
	harfbuzz-open-private.h \
	harfbuzz-shaper-private.h

libhb_old_la_SOURCES = \
	$(MAINSOURCES) \
	$(PUBLICHEADERS) \
	$(PRIVATEHEADERS)
49 50 51 52
libhb_old_la_CPPFLAGS = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/src \
	-I$(top_builddir)/src
53

54
EXTRA_DIST = README COPYING