From 9fc7cac46f3df90ab93d1acc7b0bdfc6b3dbe6a3 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Wed, 1 Aug 2012 09:21:59 +0000 Subject: the first draft of GF.Compile.Instructions --- src/runtime/c/teyjus/tables_gen/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/runtime/c/teyjus/tables_gen/Makefile') 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 \ -- cgit v1.2.3