diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-07-01 16:45:07 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-07-01 16:45:07 +0000 |
commit | a1bc3936b85eab573361026ae323c1a02e0f0ccd (patch) | |
tree | 600ecd16026592cbe2d4461036279edc2a41e480 /build.conf | |
parent | bb1f5a21195cf597e32ccd0dd588498663a4db54 (diff) | |
download | build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.tar.gz build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.tar.bz2 build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.tar.xz build-a1bc3936b85eab573361026ae323c1a02e0f0ccd.zip |
Ok, now there's a dir of bfilts, build-filters, that's the best I can come up
with right now for these until they're integrated and it won't matter anymore.
Diffstat (limited to 'build.conf')
-rw-r--r-- | build.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,10 +13,10 @@ set "CXXFLAGS" += "-ggdb" | |||
13 | set "FLEXFLAGS" = "--bison-bridge --bison-locations", | 13 | set "FLEXFLAGS" = "--bison-bridge --bison-locations", |
14 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") | 14 | input filesIn("src") filter regexp(".*\\.(cpp|y|l)$") |
15 | 15 | ||
16 | "c++filt": | 16 | directoriesIn("src/bfilt", "bfilt-"): |
17 | rule "exe", | 17 | rule "exe", |
18 | target file, | 18 | target file, |
19 | input filesIn("src/c++filt") filter regexp(".*\\.(cpp|y|l)$") | 19 | input filesIn("{fulldir}") filter regexp(".*\\.(cpp|y|l)$") |
20 | 20 | ||
21 | rule "exe": | 21 | rule "exe": |
22 | matches regexp("(.*)\\.o$"), | 22 | matches regexp("(.*)\\.o$"), |