## Process this file with automake to produce Makefile.in ## Copyright: Sámediggi/Divvun/UiT ## Licence: GPL v3+ # Process subdirs first: SUBDIRS = filters tagsets . ################################################################## #### Specify target languages and corresponding file names: #### ################################################################## # Specify the list of target languages and their corresponding # Apertium directory names in these two variables (replace und): APERTIUM_TARGET_LANGS=sme und APERTIUM_TARGET_LANG_NAME=apertium-und apertium-sme-smj ################################################################## #### Specify CG3 source files, main and included ones: #### ################################################################## APERTIUM_CG_SRC=disambiguation-mt-gt.cg3 APERTIUM_CG_INCLUDE_SRC= ################################################################## #### BEGIN: Add local processing instructions BELOW this line #### ################################################################## generator-mt-gt-norm.hfst: generator-mt-gt-norm.tmp.hfst \ $(top_builddir)/src/filters/remove-Dial_-SW-strings.hfst \ $(top_builddir)/src/filters/remove-dialect-tags.hfst \ filters/remove-ae-strings.hfst $(AM_V_RGX2FST)$(PRINTF) "\ @\"$(top_builddir)/src/filters/remove-dialect-tags.hfst\" \ .o. @\"$(top_builddir)/src/filters/remove-Dial_-SW-strings.hfst\" \ .o. @\"$<\" \ .o. @\"filters/remove-ae-strings.hfst\" \ ;" \ | $(HFST_REGEXP2FST) $(HFST_FLAGS) -S --xerox-composition=ON \ > $@ # TODO: How do we get this one into the build? Want to end up with # apertium-smj.smj_SW.RL.att.gz generator-mt-gt-norm_SW.hfst: generator-mt-gt-norm.tmp.hfst \ $(top_builddir)/src/filters/remove-Dial_-NOR-strings.hfst \ $(top_builddir)/src/filters/remove-dialect-tags.hfst $(AM_V_RGX2FST)$(PRINTF) "\ @\"$(top_builddir)/src/filters/remove-dialect-tags.hfst\" \ .o. @\"$(top_builddir)/src/filters/remove-Dial_-NOR-strings.hfst\" \ .o. @\"$<\" \ ;" \ | $(HFST_REGEXP2FST) $(HFST_FLAGS) -S --xerox-composition=ON \ > $@ ################################################################## #### END: Add local processing instructions ABOVE this line ###### ################################################################## ####### Other targets: ########### # cleaning clean-local: -rm -f *.hfst *.gz *.cg3 *.bin *.hfstol include $(top_srcdir)/am-shared/tools-mt-apertium-dir-include.am