mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-21 10:49:33 -06:00
embedded haskelle example: query
This commit is contained in:
15
examples/query/Makefile
Normal file
15
examples/query/Makefile
Normal file
@@ -0,0 +1,15 @@
|
||||
#GF=/users/mdstud/ltec06/GF
|
||||
GF=/home/aarne/GF
|
||||
|
||||
all:
|
||||
make gf ; make ghc
|
||||
ghc:
|
||||
ghc -fglasgow-exts --make UseDatabase.hs -o query ; strip query
|
||||
gf:
|
||||
echo "pg -printer=haskell | wf GSyntax.hs ;; pm | wf database.gfcm" | gf DatabaseEng.gf
|
||||
link:
|
||||
ln -s $(GF)/src/GF
|
||||
ln -s $(GF)/src/Transfer
|
||||
# export GF_LIB_PATH=$(GF)/lib
|
||||
clean:
|
||||
rm *.hi *.o
|
||||
Reference in New Issue
Block a user