diff options
author | Mike Buland <eichlan@xagasoft.com> | 2006-08-23 22:09:30 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2006-08-23 22:09:30 +0000 |
commit | d2fe7edb2bfea20987a1f69935179fa5fc9f3b37 (patch) | |
tree | ee35479f264788bf43b7904f31a528699b53e955 /build.conf | |
parent | 7a7390337e04d0163b97c1da7bdaa198bacaff72 (diff) | |
download | build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.tar.gz build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.tar.bz2 build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.tar.xz build-d2fe7edb2bfea20987a1f69935179fa5fc9f3b37.zip |
Really close...functions are doing their stuff, we have inputs, almost have rules.
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ set "CXXFLAGS" += "-ggdb" | |||
11 | target file, | 11 | target file, |
12 | requires "libbu++/libbu++.a", | 12 | requires "libbu++/libbu++.a", |
13 | set "CXXFLAGS" += "-Ilibbu++/src", | 13 | set "CXXFLAGS" += "-Ilibbu++/src", |
14 | input filesIn("src") | 14 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") |
15 | 15 | ||
16 | rule "exe": | 16 | rule "exe": |
17 | matches regexp("(.*)\\.o$"), | 17 | matches regexp("(.*)\\.o$"), |