commit 52d67967698f35980db62c41ff8e13031c5f581f Author: hectoralos Date: Thu Jul 18 08:00:58 2019 +0300 +pt_pre1990 diff --git a/Makefile.am b/Makefile.am index 57926d2..e820bc4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,15 +9,18 @@ BASENAME=apertium-$(LANG1) VAR1=#deixar en blanc VAR2=_bra +VAR3=_pt_pre1990 TARGETS_COMMON = \ $(LANG1)$(VAR1).automorf.bin \ $(LANG1)$(VAR1).automorf.att.gz \ $(LANG1)$(VAR1).autogen.bin \ $(LANG1)$(VAR2).autogen.bin \ + $(LANG1)$(VAR3).autogen.bin \ $(LANG1)$(VAR1).autogen.att.gz \ $(LANG1)$(VAR1).autopgen.bin \ $(LANG1)$(VAR2).autopgen.bin \ + $(LANG1)$(VAR3).autopgen.bin \ $(LANG1)$(VAR1).rlx.bin # Use this goal for creating .deps, otherwise make -j2 will give problems: @@ -31,6 +34,10 @@ TARGETS_COMMON = \ apertium-validate-dictionary $< python genvdix.py pt $< >$@ +.deps/$(BASENAME).$(LANG1).pt_pre1990.dix: $(BASENAME).$(LANG1).dix .deps/.d + apertium-validate-dictionary $< + python genvdix.py pt_pre1990 $< >$@ + .deps/$(BASENAME).$(LANG1).br.dix: $(BASENAME).$(LANG1).dix .deps/.d apertium-validate-dictionary $< python genvdix.py br $< >$@ @@ -39,6 +46,10 @@ $(LANG1)$(VAR1).autogen.bin: .deps/$(BASENAME).$(LANG1).pt.dix apertium-validate-dictionary $< lt-comp -v pt rl $< $@ $(BASENAME).$(LANG1).acx +$(LANG1)$(VAR3).autogen.bin: .deps/$(BASENAME).$(LANG1).pt_pre1990.dix + apertium-validate-dictionary $< + lt-comp -v pt_pre1990 rl $< $@ $(BASENAME).$(LANG1).acx + $(LANG1)$(VAR2).autogen.bin: .deps/$(BASENAME).$(LANG1).br.dix apertium-validate-dictionary $< lt-comp -v br rl $< $@ $(BASENAME).$(LANG1).acx @@ -57,6 +68,9 @@ $(LANG1)$(VAR1).automorf.att.gz: $(LANG1).automorf.bin $(LANG1)$(VAR1).autopgen.bin: $(BASENAME).post-$(LANG1).dix lt-comp -a pt lr $< $@ +$(LANG1)$(VAR3).autopgen.bin: $(BASENAME).post-$(LANG1).dix + lt-comp -a pt_pre1990 lr $< $@ + $(LANG1)$(VAR2).autopgen.bin: $(BASENAME).post-$(LANG1).dix lt-comp -a br lr $< $@