From d51837b9f0b0066a460e472033e682a385052635 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 30 May 2013 19:52:47 -0400 Subject: Get rid of dependency on Boost filesystem --- xsde/makefile | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) (limited to 'xsde/makefile') diff --git a/xsde/makefile b/xsde/makefile index 358ddfd..d93fcd3 100644 --- a/xsde/makefile +++ b/xsde/makefile @@ -114,22 +114,17 @@ $(call import,\ l: cutl.l,cpp-options: cutl.l.cpp-options) $(call import,\ - $(scf_root)/import/libboost/filesystem/stub.make,\ - l: fs.l,cpp-options: fs.l.cpp-options) - -$(call import,\ $(scf_root)/import/libxsd-frontend/stub.make,\ l: xsd_fe.l,cpp-options: xsd_fe.l.cpp-options) # Build. # -$(xsde): $(cxx_obj) $(xsd_fe.l) $(cutl.l) $(fs.l) +$(xsde): $(cxx_obj) $(xsd_fe.l) $(cutl.l) $(cxx_obj) $(cxx_od): cpp_options := -I$(src_base) $(cxx_obj) $(cxx_od): \ $(xsd_fe.l.cpp-options) \ - $(cutl.l.cpp-options) \ - $(fs.l.cpp-options) + $(cutl.l.cpp-options) genf := $(cli_tun:.cli=.hxx) $(cli_tun:.cli=.ixx) $(cli_tun:.cli=.cxx) gen := $(addprefix $(out_base)/,$(genf)) -- cgit v1.1