Added QuerySpa to tutorial/embedded.

This commit is contained in:
jordi.saludes
2010-06-18 11:48:36 +00:00
parent dfcd2924e7
commit bf06b1d89d
2 changed files with 2 additions and 2 deletions

View File

@@ -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 $@ $^

View File

@@ -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