From cb9ea47e7825b5073d4d645afb94f6326cb7cf4d Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 6 Sep 2009 12:52:53 +0200 Subject: Start the libcutl repository --- build/export/libcutl/stub.make | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 build/export/libcutl/stub.make (limited to 'build/export/libcutl') diff --git a/build/export/libcutl/stub.make b/build/export/libcutl/stub.make new file mode 100644 index 0000000..165d5e0 --- /dev/null +++ b/build/export/libcutl/stub.make @@ -0,0 +1,10 @@ +# file : build/export/libcutl/stub.make +# author : Boris Kolpackov +# copyright : Copyright (c) 2009 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +$(call include-once,$(src_root)/cutl/makefile,$(out_root)) + +$(call export,\ + l: $(out_root)/cutl/cutl.l,\ + cpp-options: $(out_root)/cutl/cutl.l.cpp-options) -- cgit v1.1