From 62bee6bf7f2be96c331cdb334d5a00067a67591e Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Mon, 7 Aug 2006 05:38:03 +0000 Subject: Updated the build.conf file, you can build the tests, and more. --- build.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.conf b/build.conf index a65878d..3da3df5 100644 --- a/build.conf +++ b/build.conf @@ -1,11 +1,11 @@ # This is a build file for libbu++ -default action: check libbu++.a +default action: check "libbu++.a" "tests" action: check /tests\/.*/ "clean" action: clean /.*/ "all" action: check /.*/ -create file libbu++.a from files in src using rule lib +create file "libbu++.a" from files in src using rule lib for directories matching /src\/test\/(.*)/ in src/test ... create file "tests/{re:1}" from files in "{match}" using rule exe @@ -17,7 +17,7 @@ for targets matching /tests\/.*/ set LDFLAGS += "-L. -lbu++" for testes/plugin set LDFLAGS += "-ldl" /(.*)\.o$/ requires from command "g++ {CXXFLAGS} -M {re:1}.c*" -/tests\/.*/ requires libbu++.a +/tests\/.*/ requires "libbu++.a" rule lib matches all /(.*)\.o$/ perform command ... "ar cr {target} {match}" -- cgit v1.2.3