From acba5c43f189dfddef4992371fadaa6f019a8027 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 4 Feb 2011 14:02:12 +0200 Subject: Add Boost profile example --- makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'makefile') diff --git a/makefile b/makefile index 47b9221..aa62968 100644 --- a/makefile +++ b/makefile @@ -5,11 +5,12 @@ include $(dir $(lastword $(MAKEFILE_LIST)))build/bootstrap.make -dirs := composite container hello query mapping -tr1_dirs := relationship inverse schema +dirs := composite container hello query mapping +tr1_dirs := relationship inverse schema +boost_dirs := boost -dist_dirs := $(dirs) $(tr1_dirs) -all_dirs := $(dirs) $(tr1_dirs) template +dist_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) +all_dirs := $(dirs) $(tr1_dirs) $(boost_dirs) template default := $(out_base)/ dist := $(out_base)/.dist @@ -21,6 +22,7 @@ $(default): $(addprefix $(out_base)/,$(addsuffix /,$(all_dirs))) $(dist): name := examples $(dist): export dirs := $(dirs) $(dist): export tr1_dirs := $(tr1_dirs) +$(dist): export boost_dirs := $(boost_dirs) $(dist): data_dist := GPLv2 LICENSE README NEWS INSTALL version tester.bat \ mysql-driver.bat mysql.options $(dist): exec_dist := bootstrap tester -- cgit v1.1