aboutsummaryrefslogtreecommitdiff
path: root/build/export/libcutl/stub.make
blob: b22e1d0c45e2ec61a06c0d70e7c7acf12db01956 (plain)
1
2
3
4
5
6
7
8
9
10
# file      : build/export/libcutl/stub.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC
# license   : MIT; see accompanying LICENSE file

$(call include-once,$(src_root)/cutl/makefile,$(out_root))

$(call export,\
  l: $(out_root)/cutl/cutl.l,\
  cpp-options: $(out_root)/cutl/cutl.l.cpp-options)