aboutsummaryrefslogtreecommitdiff
path: root/build/import/libboost/header-only/rules.make
blob: 66b2cf2367371284914534cbcbc82d5a2178696a (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-2018 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