mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
examples/Phasebook/Makefile2: Lativan is fixed, include it again
This commit is contained in:
@@ -1,16 +1,15 @@
|
|||||||
|
|
||||||
# Use 'make -j' to compile in parallel on all available cpu cores
|
# Use 'make -j' to compile everything in parallel
|
||||||
|
# Use e.g. 'make -j4' to compile at most 4 things in parallel
|
||||||
|
|
||||||
S=-s
|
S=-s
|
||||||
GFOPT=gf -make $S -optimize-pgf
|
GFOPT=gf -make $S -optimize-pgf
|
||||||
|
|
||||||
all: Phrasebook.pgf
|
all: Phrasebook.pgf
|
||||||
|
|
||||||
Phrasebook.pgf: PhrasebookFre.pgf PhrasebookGer.pgf PhrasebookFin.pgf PhrasebookEng.pgf PhrasebookBul.pgf PhrasebookCat.pgf PhrasebookDan.pgf PhrasebookDut.pgf PhrasebookHin.pgf PhrasebookIta.pgf PhrasebookNor.pgf PhrasebookPes.pgf PhrasebookPol.pgf PhrasebookRon.pgf PhrasebookRus.pgf PhrasebookSpa.pgf PhrasebookSwe.pgf PhrasebookTha.pgf PhrasebookUrd.pgf DisambPhrasebookEng.pgf
|
Phrasebook.pgf: PhrasebookFre.pgf PhrasebookGer.pgf PhrasebookFin.pgf PhrasebookEng.pgf PhrasebookBul.pgf PhrasebookCat.pgf PhrasebookDan.pgf PhrasebookDut.pgf PhrasebookHin.pgf PhrasebookIta.pgf PhrasebookLav.pgf PhrasebookNor.pgf PhrasebookPes.pgf PhrasebookPol.pgf PhrasebookRon.pgf PhrasebookRus.pgf PhrasebookSpa.pgf PhrasebookSwe.pgf PhrasebookTha.pgf PhrasebookUrd.pgf DisambPhrasebookEng.pgf
|
||||||
gf -make $^
|
gf -make $^
|
||||||
|
|
||||||
#PhrasebookLav.pgf
|
|
||||||
|
|
||||||
PhrasebookEng.pgf:: ; $(GFOPT) -name=PhrasebookEng PhrasebookEng.gf
|
PhrasebookEng.pgf:: ; $(GFOPT) -name=PhrasebookEng PhrasebookEng.gf
|
||||||
PhrasebookBul.pgf:: ; $(GFOPT) -name=PhrasebookBul PhrasebookBul.gf
|
PhrasebookBul.pgf:: ; $(GFOPT) -name=PhrasebookBul PhrasebookBul.gf
|
||||||
PhrasebookCat.pgf:: ; $(GFOPT) -name=PhrasebookCat PhrasebookCat.gf
|
PhrasebookCat.pgf:: ; $(GFOPT) -name=PhrasebookCat PhrasebookCat.gf
|
||||||
|
|||||||
Reference in New Issue
Block a user