summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjordi.saludes <jordi.saludes@upc.edu>2010-06-18 11:48:36 +0000
committerjordi.saludes <jordi.saludes@upc.edu>2010-06-18 11:48:36 +0000
commit2007b75ab8e639323d2144989a75fce9f317e979 (patch)
tree708e18be75675314c1f8ae3138446dbbcd4256a7
parentd313f22d7291d34e990675d84679f0239a7a1e08 (diff)
Added QuerySpa to tutorial/embedded.
-rw-r--r--contrib/py-bindings/Makefile2
-rw-r--r--examples/tutorial/embedded/Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/py-bindings/Makefile b/contrib/py-bindings/Makefile
index 0a5f32fca..707c6925e 100644
--- a/contrib/py-bindings/Makefile
+++ b/contrib/py-bindings/Makefile
@@ -10,7 +10,7 @@ conf:
build: gf.so
gf.so: PGFFFI.hs gfmodule.c
- gf --make ../../examples/tutorial/embedded/QueryEng.gf
+ gf --make $(exdir)/QueryEng.gf $(exdir)/QuerySpa.gf
ghc $(import) --make -fglasgow-exts -O2 -no-hs-main -c $<
ghc -O2 --make -fglasgow-exts -no-hs-main -optl '-shared' \
-optc '-DMODULE=PGFFFI' $(debug) -optc '-I$(pythoninc)' -o $@ $^
diff --git a/examples/tutorial/embedded/Makefile b/examples/tutorial/embedded/Makefile
index f1a61cb92..14e85bd76 100644
--- a/examples/tutorial/embedded/Makefile
+++ b/examples/tutorial/embedded/Makefile
@@ -1,4 +1,4 @@
all:
- gfc --make --output-format=haskell QueryEng.gf
+ gfc --make --output-format=haskell QueryEng.gf QuerySpa.gf
ghc --make -o ./math TransferLoop.hs
strip math