Move list of ragel sources to Makefile.sources as well
This commit is contained in:
parent
d2acaf6d72
commit
a4471d0c2c
|
@ -253,19 +253,13 @@ built-sources: $(BUILT_SOURCES)
|
||||||
.PHONY: unicode-tables arabic-table indic-table use-table built-sources
|
.PHONY: unicode-tables arabic-table indic-table use-table built-sources
|
||||||
|
|
||||||
RAGEL_GENERATED = \
|
RAGEL_GENERATED = \
|
||||||
$(srcdir)/hb-buffer-deserialize-json.hh \
|
$(HB_BASE_RAGEL_GENERATED_sources) \
|
||||||
$(srcdir)/hb-buffer-deserialize-text.hh \
|
$(HB_OT_RAGEL_GENERATED_sources) \
|
||||||
$(srcdir)/hb-ot-shape-complex-indic-machine.hh \
|
|
||||||
$(srcdir)/hb-ot-shape-complex-myanmar-machine.hh \
|
|
||||||
$(srcdir)/hb-ot-shape-complex-use-machine.hh \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
BUILT_SOURCES += $(RAGEL_GENERATED)
|
BUILT_SOURCES += $(RAGEL_GENERATED)
|
||||||
EXTRA_DIST += \
|
EXTRA_DIST += \
|
||||||
hb-buffer-deserialize-json.rl \
|
$(HB_BASE_RAGEL_sources) \
|
||||||
hb-buffer-deserialize-text.rl \
|
$(HB_OT_RAGEL_sources) \
|
||||||
hb-ot-shape-complex-indic-machine.rl \
|
|
||||||
hb-ot-shape-complex-myanmar-machine.rl \
|
|
||||||
hb-ot-shape-complex-use-machine.rl \
|
|
||||||
$(NULL)
|
$(NULL)
|
||||||
MAINTAINERCLEANFILES += $(RAGEL_GENERATED)
|
MAINTAINERCLEANFILES += $(RAGEL_GENERATED)
|
||||||
$(srcdir)/%.hh: $(srcdir)/%.rl
|
$(srcdir)/%.hh: $(srcdir)/%.rl
|
||||||
|
|
|
@ -49,6 +49,10 @@ HB_BASE_RAGEL_GENERATED_sources = \
|
||||||
hb-buffer-deserialize-json.hh \
|
hb-buffer-deserialize-json.hh \
|
||||||
hb-buffer-deserialize-text.hh \
|
hb-buffer-deserialize-text.hh \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
HB_BASE_RAGEL_sources = \
|
||||||
|
hb-buffer-deserialize-json.rl \
|
||||||
|
hb-buffer-deserialize-text.rl \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
HB_BASE_headers = \
|
HB_BASE_headers = \
|
||||||
hb.h \
|
hb.h \
|
||||||
|
@ -120,6 +124,11 @@ HB_OT_RAGEL_GENERATED_sources = \
|
||||||
hb-ot-shape-complex-myanmar-machine.hh \
|
hb-ot-shape-complex-myanmar-machine.hh \
|
||||||
hb-ot-shape-complex-use-machine.hh \
|
hb-ot-shape-complex-use-machine.hh \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
HB_OT_RAGEL_sources = \
|
||||||
|
hb-ot-shape-complex-indic-machine.rl \
|
||||||
|
hb-ot-shape-complex-myanmar-machine.rl \
|
||||||
|
hb-ot-shape-complex-use-machine.rl \
|
||||||
|
$(NULL)
|
||||||
|
|
||||||
HB_OT_headers = \
|
HB_OT_headers = \
|
||||||
hb-ot.h \
|
hb-ot.h \
|
||||||
|
|
Loading…
Reference in New Issue