aboutsummaryrefslogtreecommitdiff
path: root/odb
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-07-14 22:25:11 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-07-14 22:25:11 +0300
commit82fedb5e0f17c7434d514b39b8972c2b24e1b816 (patch)
tree9238704297ce091f50d75e75dd6d2058bd16e1b3 /odb
parent60f5ad7e492fcec50a42bba830b97dfc5a6525ff (diff)
Make use of wildcards in buildfiles
Diffstat (limited to 'odb')
-rw-r--r--odb/pgsql/buildfile48
1 files changed, 4 insertions, 44 deletions
diff --git a/odb/pgsql/buildfile b/odb/pgsql/buildfile
index 4231233..aab6d3f 100644
--- a/odb/pgsql/buildfile
+++ b/odb/pgsql/buildfile
@@ -5,50 +5,10 @@
import int_libs = libodb%lib{odb}
import imp_libs = libpq%lib{pq}
-lib{odb-pgsql}: \
- {hxx cxx}{ auto-handle } \
- {hxx }{ binding } \
- {hxx ixx cxx}{ connection } \
- {hxx cxx}{ connection-factory } \
- {hxx txx }{ container-statements } \
- {hxx ixx cxx}{ database } \
- {hxx ixx cxx}{ error } \
- {hxx cxx}{ exceptions } \
- {hxx }{ forward } \
- {hxx txx }{ no-id-object-result } \
- {hxx txx }{ no-id-object-statements } \
- {hxx }{ pgsql-fwd } \
- {hxx }{ pgsql-oid } \
- {hxx }{ pgsql-types } \
- {hxx txx }{ polymorphic-object-result } \
- {hxx txx }{ polymorphic-object-statements } \
- {hxx cxx}{ prepared-query } \
- {hxx ixx txx cxx}{ query } \
- { cxx}{ query-const-expr } \
- {hxx ixx txx cxx}{ query-dynamic } \
- {hxx txx }{ section-statements } \
- {hxx txx }{ simple-object-result } \
- {hxx ixx txx cxx}{ simple-object-statements } \
- {hxx txx }{ statement-cache } \
- {hxx cxx}{ statement } \
- {hxx cxx}{ statements-base } \
- {hxx cxx}{ tracer } \
- {hxx cxx}{ traits } \
- {hxx }{ traits-calls } \
- {hxx ixx cxx}{ transaction } \
- {hxx ixx cxx}{ transaction-impl } \
- {hxx }{ version-build2 } \
- {hxx }{ version } \
- {hxx txx }{ view-result } \
- {hxx txx }{ view-statements } \
- details/{hxx }{ config } \
- details/{hxx }{ conversion } \
- details/{hxx cxx}{ endian-traits } \
- details/{hxx }{ export } \
- details/{hxx ixx cxx}{ options } \
-details/build2/{h }{ config } \
-details/build2/{h }{ config-vc } \
- $imp_libs $int_libs
+lib{odb-pgsql}: {hxx ixx txx cxx}{* -version-build2} {hxx}{version-build2} \
+ details/{hxx ixx txx cxx}{* -options} details/{hxx ixx cxx}{options} \
+ details/build2/{h}{*} \
+ $imp_libs $int_libs
hxx{version-build2}: in{version-build2} $src_root/file{manifest}
hxx{version-build2}: dist = true