aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/build/export/libhello/stub.make
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cxx/hello/libhello/build/export/libhello/stub.make')
-rw-r--r--examples/cxx/hello/libhello/build/export/libhello/stub.make10
1 files changed, 10 insertions, 0 deletions
diff --git a/examples/cxx/hello/libhello/build/export/libhello/stub.make b/examples/cxx/hello/libhello/build/export/libhello/stub.make
new file mode 100644
index 0000000..1184136
--- /dev/null
+++ b/examples/cxx/hello/libhello/build/export/libhello/stub.make
@@ -0,0 +1,10 @@
+# file : examples/cxx/hello/libhello/build/export/libhello/stub.make
+# author : Boris Kolpackov <boris@codesynthesis.com>
+# copyright : Copyright (c) 2004-2010 Code Synthesis Tools CC
+# license : GNU GPL v2; see accompanying LICENSE file
+
+$(call include-once,$(src_root)/libhello/makefile)
+
+$(call export,\
+ l: $(out_root)/libhello/hello.l,\
+ cpp-options: $(out_root)/libhello/hello.l.cpp-options)