[Indic] Categorize Ra in scripts that have Reph
[framework/uifw/harfbuzz.git] / src / Makefile.am
index 93a5138..bb3b425 100644 (file)
@@ -55,7 +55,12 @@ HBSOURCES += \
        hb-ot-shape.cc \
        hb-ot-shape-complex-arabic.cc \
        hb-ot-shape-complex-arabic-table.hh \
+       hb-ot-shape-complex-indic.cc \
+       hb-ot-shape-complex-indic-machine.hh \
+       hb-ot-shape-complex-indic-table.hh \
+       hb-ot-shape-complex-misc.cc \
        hb-ot-shape-complex-private.hh \
+       hb-ot-shape-normalize.cc \
        hb-ot-shape-private.hh \
        hb-ot-tag.cc \
        $(NULL)
@@ -106,18 +111,24 @@ endif
 CXXLINK = $(LINK)
 libharfbuzz_la_SOURCES = $(HBSOURCES) $(HBHEADERS)
 libharfbuzz_la_CPPFLAGS = $(HBCFLAGS)
-libharfbuzz_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HB_LIBTOOL_VERSION_INFO)
+libharfbuzz_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(HB_LIBTOOL_VERSION_INFO) -no-undefined
 libharfbuzz_la_LIBADD = $(HBLIBS)
 pkginclude_HEADERS = $(HBHEADERS)
 nodist_pkginclude_HEADERS = hb-version.h
 
 
 GENERATORS = \
-       gen-arabic-joining-table.py \
+       gen-arabic-table.py \
+       gen-indic-table.py \
        $(NULL)
 
 EXTRA_DIST += $(GENERATORS)
 
+BUILT_SOURCES = hb-ot-shape-complex-indic-machine.hh
+EXTRA_DIST += hb-ot-shape-complex-indic-machine.rl
+hb-ot-shape-complex-indic-machine.hh: hb-ot-shape-complex-indic-machine.rl
+       $(AM_V_GEN)ragel -e -F1 -o $@ $^
+
 noinst_PROGRAMS = main test
 bin_PROGRAMS =