From 73d53b0962cb19a6d2a7686de658a5540ab07017 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 31 Jul 2006 22:50:47 +0000 Subject: It almost builds, we need to get rid of duplicate list entries and actually store the commands somewhere so the target handler can decide if they need to be run. --- pymake.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pymake.conf') diff --git a/pymake.conf b/pymake.conf index 4775d78..a941a7c 100644 --- a/pymake.conf +++ b/pymake.conf @@ -68,14 +68,14 @@ COMMAND: g++ -c {INPUT} {CXXFLAGS} -I{DIR} -o {OUTPUT} CHECK: g++ -M {INPUT} {CXXFLAGS} -I{DIR} [TRIGGER] -INPUT .y +INPUT: .y OUTPUT: .tab.c COMMAND: bison {INPUT} [TRIGGER] -INPUT .l +INPUT: .l OUTPUT: .yy.c -COMMAND: flex --bison-bridge -o {OUTPUT} {INPUT} +COMMAND: flex --bison-bridge --bison-locations -o {OUTPUT} {INPUT} ### Executable command ### ## Use this command if you want a simple executable -- cgit v1.2.3