From e2299f6d95ba3264072d6ddc49f153ad73fd9d24 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 30 Aug 2009 09:07:15 +0200 Subject: Link to the libcutl library --- cli/makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'cli') diff --git a/cli/makefile b/cli/makefile index faea51c..e2158d4 100644 --- a/cli/makefile +++ b/cli/makefile @@ -17,11 +17,18 @@ dist := $(out_base)/.dist clean := $(out_base)/.clean install := $(out_base)/.install +# Import. +# +$(call import,\ + $(scf_root)/import/libcutl/stub.make,\ + l: cutl.l,cpp-options: cutl.l.cpp-options) + # Build. # -$(cli): $(cxx_obj) +$(cli): $(cxx_obj) $(cutl.l) $(cxx_obj) $(cxx_od): cpp_options := -I$(src_base) +$(cxx_obj) $(cxx_od): $(cutl.l.cpp-options) $(call include-dep,$(cxx_od)) -- cgit v1.1