From 4887f62bea708f24e03b3f926f2698c60a94c807 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 21 Aug 2006 05:54:52 +0000 Subject: Getting there, it compiles, now for the fun sophisticated pieces where the builder itself tells the lexer which tokens are functions, and which are target types. --- congo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'congo') diff --git a/congo b/congo index 3031f4e..f64cd9b 100644 --- a/congo +++ b/congo @@ -31,6 +31,9 @@ server action: check congod create file congod from files in src/congod, src/shared using rule exe create file congo from files in src/congo, src/shared using rule exe +create files "modules/db{name}.so" from directories in src/congod/db ... + from files in "src/congod/db/{name}" using rule lib + # # After all of that, some targets or list items may have their own additional # dependancies, depending on the rule that built them. You can define these -- cgit v1.2.3