1
0
forked from GitHub/gf-core

math with gfcc

This commit is contained in:
aarne
2007-09-20 13:31:24 +00:00
parent c7f59d0bad
commit 549447458c
3 changed files with 67 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
all: gf hs run
gf:
echo "pm -printer=gfcc | wf math.gfcc" | gf MathEng.gf MathFre.gf
hs: gf
echo "pg -printer=gfcc_haskell | wf GSyntax.hs" | gf MathEng.gf MathFre.gf
run: hs
ghc --make -o ./mathc TransferLoopGFCC.hs
strip mathc
clean:
rm -f *.gfc *.gfr *.o *.hi
distclean:
rm -f GSyntax.hs math math.gfcc *.gfc *.gfr *.o *.hi