From 2c57a439676481590179718091f7404eb2e03ad7 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sun, 27 Apr 2014 12:32:17 +0200 Subject: Initial source code import --- build/export/libstudxml/stub.make | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/export/libstudxml/stub.make (limited to 'build/export/libstudxml/stub.make') diff --git a/build/export/libstudxml/stub.make b/build/export/libstudxml/stub.make new file mode 100644 index 0000000..0ddde78 --- /dev/null +++ b/build/export/libstudxml/stub.make @@ -0,0 +1,9 @@ +# file : build/export/libstudxml/stub.make +# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC +# license : MIT; see accompanying LICENSE file + +$(call include-once,$(src_root)/xml/makefile,$(out_root)) + +$(call export,\ + l: $(out_root)/xml/studxml.l,\ + cpp-options: $(out_root)/xml/studxml.l.cpp-options) -- cgit v1.1