aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/build/export/libhello/stub.make
blob: 3e54559ffb5936c0982750956db7bb7290c297ff (plain)
1
2
3
4
5
6
7
8
9
10
# file      : examples/cxx/hello/libhello/build/export/libhello/stub.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2004-2011 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)