aboutsummaryrefslogtreecommitdiff
path: root/mod/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-07-29 14:35:30 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-07-29 14:35:30 +0200
commitbb4daf280cbae9f37a44d3b8893a3b933134cddc (patch)
tree2be6657303d72539c2b57bc4624cbb87fc54ed2a /mod/buildfile
parent2508d4d0e05ef55beb3a4db52aa01424eedb4226 (diff)
Switch to using utility library for web/
Diffstat (limited to 'mod/buildfile')
-rw-r--r--mod/buildfile22
1 files changed, 6 insertions, 16 deletions
diff --git a/mod/buildfile b/mod/buildfile
index 81a6611..596f3a2 100644
--- a/mod/buildfile
+++ b/mod/buildfile
@@ -6,32 +6,22 @@ define mod: libs
mod{*}: bin.lib.prefix = mod_
mod{*}: install = libexec/
-# While we don't need to link to APR, we need to find its header location.
-#
-import libs = libapr1%lib{apr-1}
-import libs += libstudxml%lib{studxml}
-import libs += libodb%lib{odb}
+import libs = libodb%lib{odb}
import libs += libodb-pgsql%lib{odb-pgsql}
import libs += libbutl%lib{butl}
import libs += libbpkg%lib{bpkg}
import libs += libbbot%lib{bbot}
include ../libbrep/
+include ../web/
-mod{brep}: {hxx ixx txx cxx}{* -options} \
- {hxx ixx cxx}{ options} \
- ../web/{hxx ixx txx cxx}{* -version} \
- ../web/{hxx }{ version} \
-../web/apache/{hxx ixx txx cxx}{* } \
-../libbrep/libs{brep} $libs
-
-../web/hxx{version}: ../web/in{version} $src_root/file{manifest}
-../web/hxx{version}: dist = true
+mod{brep}: {hxx ixx txx cxx}{* -options} \
+ {hxx ixx cxx}{ options} \
+ ../libbrep/libs{brep} ../web/libus{web} $libs
# Don't install any of the module's headers.
#
- {hxx ixx txx}{*}: install = false
-../web/{hxx ixx txx}{*}: install = false
+{hxx ixx txx}{*}: install = false
# Generated options parser.
#