From bd6f1415823a473da4518769fc292c10330d821d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 16 Sep 2009 18:14:00 +0200 Subject: Start tracking libxsd-frontend with git --- build/import/libboost/filesystem/stub.make | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 build/import/libboost/filesystem/stub.make (limited to 'build/import/libboost/filesystem/stub.make') diff --git a/build/import/libboost/filesystem/stub.make b/build/import/libboost/filesystem/stub.make new file mode 100644 index 0000000..d5e5500 --- /dev/null +++ b/build/import/libboost/filesystem/stub.make @@ -0,0 +1,32 @@ +# file : build/import/libboost/filesystem/stub.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2005-2009 Boris Kolpackov +# license : GNU GPL v2; see accompanying LICENSE file + +$(call include-once,$(scf_root)/import/libboost/configuration-rules.make,$(dcf_root)) + +libboost_installed := + +$(call -include,$(dcf_root)/import/libboost/configuration-dynamic.make) + +ifdef libboost_installed + +ifeq ($(libboost_installed),y) + +$(call export,l: -lboost_filesystem,cpp_options: ) + +else + +$(call include-once,$(scf_root)/import/libboost/filesystem/rules.make,$(dcf_root)) + +$(call export,\ + l: $(dcf_root)/import/libboost/filesystem/filesystem.l,\ + cpp-options: $(dcf_root)/import/libboost/filesystem/filesystem.l.cpp-options) + +endif + +else + +.NOTPARALLEL: + +endif -- cgit v1.1