summaryrefslogtreecommitdiff
path: root/src/runtime/c/teyjus/tables_gen/Makefile
diff options
context:
space:
mode:
authorkr.angelov <kr.angelov@gmail.com>2012-08-01 09:21:59 +0000
committerkr.angelov <kr.angelov@gmail.com>2012-08-01 09:21:59 +0000
commit9fc7cac46f3df90ab93d1acc7b0bdfc6b3dbe6a3 (patch)
treee147e73759201874e152376c70d93ef4eb2d9cd6 /src/runtime/c/teyjus/tables_gen/Makefile
parent83b321d862472f31c0c9f7feca8360ad5bfe8a75 (diff)
the first draft of GF.Compile.Instructions
Diffstat (limited to 'src/runtime/c/teyjus/tables_gen/Makefile')
-rw-r--r--src/runtime/c/teyjus/tables_gen/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/runtime/c/teyjus/tables_gen/Makefile b/src/runtime/c/teyjus/tables_gen/Makefile
index 7cf2c532a..3f1a2faaf 100644
--- a/src/runtime/c/teyjus/tables_gen/Makefile
+++ b/src/runtime/c/teyjus/tables_gen/Makefile
@@ -1,9 +1,11 @@
all: instrformats/gen pervasives/gen
+ (cd instrformats; ./gen)
+ (cd pervasives; ./gen)
instrformats/gen: instrformats/y.tab.o instrformats/lex.yy.o \
- instrformats/instrgen-c.o instrformats/instrgen-ocaml.o \
+ instrformats/instrgen-c.o instrformats/instrgen-haskell.o \
util/util.o
- gcc -o instrformats/gen $^
+ gcc -o instrformats/gen $^ -lm
pervasives/gen: pervasives/y.tab.o pervasives/lex.yy.o \
pervasives/ccode.o pervasives/ocamlcode.o \