blob: b9668609755d4fd78b5c2c7c1267c220d46d5d2c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# file : build/import/libboost/header-only/rules.make
# author : Boris Kolpackov <boris@kolpackov.net>
# copyright : Copyright (c) 2005-2011 Boris Kolpackov
# 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
|