aboutsummaryrefslogtreecommitdiff
path: root/boost/common/smart-ptr/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2013-06-13 21:57:07 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2013-06-13 21:57:07 +0200
commit236cd9bb1dd022e64d690c9b0080d1a15c5f61c7 (patch)
tree2bcb891a85a64b2a4dfb7be457ea0bbbf519ccb9 /boost/common/smart-ptr/makefile
parent2b03a8fa879bd583c889b101f567927a959cdc0f (diff)
Handle --database option directly in automake and VC++ projects
Diffstat (limited to 'boost/common/smart-ptr/makefile')
-rw-r--r--boost/common/smart-ptr/makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/boost/common/smart-ptr/makefile b/boost/common/smart-ptr/makefile
index 9225155..4574160 100644
--- a/boost/common/smart-ptr/makefile
+++ b/boost/common/smart-ptr/makefile
@@ -43,13 +43,14 @@ gen := $(addprefix $(out_base)/,$(genf))
$(gen): $(odb)
$(gen): odb := $(odb)
-$(gen) $(dist): export odb_options += --database $(db_id) \
---profile boost/smart-ptr --generate-schema --generate-session \
---table-prefix boost_smart_ptr_
+$(gen) $(dist): export odb_options += --generate-schema --generate-session \
+--profile boost/smart-ptr --table-prefix boost_smart_ptr_
$(gen): cpp_options := -I$(src_base)
$(gen): $(common.l.cpp-options) $(odb_boost.l.cpp-options) \
$(boost.l.cpp-options)
+$(gen): odb_options += --database $(db_id)
+
$(call include-dep,$(cxx_od),$(cxx_obj),$(gen))
# Alias for default target.
@@ -60,7 +61,6 @@ $(out_base)/: $(driver)
#
name := $(subst /,-,$(subst $(src_root)/boost/common/,,$(src_base)))
-$(dist): db_id := @database@
$(dist): sources := $(cxx_tun)
$(dist): headers := $(odb_hdr)
$(dist): data_dist := test.std