aboutsummaryrefslogtreecommitdiff
path: root/examples/cxx/hello/libhello/build/export/libhello/stub.make
blob: 1184136f31826406352d969648c48a1e136d8487 (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-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)