summaryrefslogtreecommitdiff
path: root/xsd/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xsd/makefile')
-rw-r--r--xsd/makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/xsd/makefile b/xsd/makefile
index 1826a15..8ecf5ca 100644
--- a/xsd/makefile
+++ b/xsd/makefile
@@ -72,6 +72,10 @@ clean := $(out_base)/.clean
# Import.
#
$(call import,\
+ $(scf_root)/import/libcutl/stub.make,\
+ 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)
@@ -97,13 +101,14 @@ $(call import,\
# Build.
#
-$(xsd): $(cxx_obj) $(xsd_fe.l) $(be.l) $(cult.l) $(fs.l) $(re.l) $(xerces_c.l)
+$(xsd): $(cxx_obj) $(xsd_fe.l) $(be.l) $(cult.l) $(cutl.l) $(fs.l) $(re.l) $(xerces_c.l)
$(cxx_obj) $(cxx_od): cpp_options := -I$(src_base)
$(cxx_obj) $(cxx_od): \
$(xsd_fe.l.cpp-options) \
$(be.l.cpp-options) \
$(cult.l.cpp-options) \
+ $(cutl.l.cpp-options) \
$(fs.l.cpp-options) \
$(re.l.cpp-options) \
$(xerces_c.l.cpp-options)