blob: 49ec4b0ffed0196293aeb5ae6b738b0a3ca00617 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# file : build/import/libboost/header-only/rules.make
# copyright : Copyright (c) 2005-2019 Code Synthesis Tools CC
# license : GNU GPL v2; see accompanying LICENSE file
$(dcf_root)/import/libboost/%: root := $(libboost_root)
$(dcf_root)/import/libboost/header-only/header-only.l.cpp-options: \
| $(dcf_root)/import/libboost/header-only/.
@echo include: -I$(root) >$@
ifndef %foreign%
disfigure::
$(call message,rm $(dcf_root)/import/libboost/header-only/header-only.l,\
rm -f $(dcf_root)/import/libboost/header-only/header-only.l.cpp-options)
endif
|