mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 13:09:33 -06:00
This makefile just calls GF once and lets GF figure out in which order to compile things. It uses the -j flag to enable parallel compilation and specifies an explicit -path, overriding the -path flags in the source files. This allows all needed modules to be found automatically and ensures that that alltenses is consistently used everywhere. But for some reason, this doesn't work...
8 lines
189 B
Plaintext
8 lines
189 B
Plaintext
P=../phrasebook
|
|
L=../../lib/src
|
|
GFPATH=$L/chunk:$L/translator:$L/finnish/stemmed:$L/finnish:$P
|
|
I=-i $P
|
|
|
|
App.pgf::
|
|
gf -s -make -j +RTS -N4 -A20M -RTS -path=$(GFPATH) -gfo-dir gfo App???.gf
|