aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/build/export/libhello/stub.make
blob: 9a9eb5cd2a7733369b1882f79f350bad2cb60771 (plain)
1
2
3
4
5
6
7
8
9
# file      : examples/cxx/hello/libhello/build/export/libhello/stub.make
# copyright : Copyright (c) 2004-2012 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)