From 973221821ac8e20da4eadbf4ad552f686b1ace48 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 22 Jun 2012 15:07:35 +0200 Subject: Get rid of dependency on libcult --- xsde/makefile | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'xsde/makefile') diff --git a/xsde/makefile b/xsde/makefile index 1878209..358ddfd 100644 --- a/xsde/makefile +++ b/xsde/makefile @@ -114,10 +114,6 @@ $(call import,\ l: cutl.l,cpp-options: cutl.l.cpp-options) $(call import,\ - $(scf_root)/import/libcult/stub.make,\ - l: cult.l,cpp-options: cult.l.cpp-options) - -$(call import,\ $(scf_root)/import/libboost/filesystem/stub.make,\ l: fs.l,cpp-options: fs.l.cpp-options) @@ -127,12 +123,11 @@ $(call import,\ # Build. # -$(xsde): $(cxx_obj) $(xsd_fe.l) $(cult.l) $(cutl.l) $(fs.l) +$(xsde): $(cxx_obj) $(xsd_fe.l) $(cutl.l) $(fs.l) $(cxx_obj) $(cxx_od): cpp_options := -I$(src_base) $(cxx_obj) $(cxx_od): \ $(xsd_fe.l.cpp-options) \ - $(cult.l.cpp-options) \ $(cutl.l.cpp-options) \ $(fs.l.cpp-options) -- cgit v1.1