aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile13
1 files changed, 6 insertions, 7 deletions
diff --git a/buildfile b/buildfile
index dede941..4db4383 100644
--- a/buildfile
+++ b/buildfile
@@ -1,8 +1,7 @@
-brep=brep/{diagnostics module options package package-odb search view}
-web=web/apache/{request service}
+# file : buildfile
+# copyright : Copyright (c) 2014-2015 Code Synthesis Ltd
+# license : MIT; see accompanying LICENSE file
-import libs += libbpkg
-
-libso{brep}: cxx{$brep $web services} $libs
-cxx.poptions += -I$src_root
-cxx.libs += -lodb-pgsql -lodb
+d = brep/ loader/ tests/
+.: $d
+include $d