aboutsummaryrefslogtreecommitdiff
path: root/build/meta/vc9proj-functions.make
blob: 8329230ad0552185d5007eafaf47e922c7f2c65f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# file      : build/meta/vc9proj-functions.make
# author    : Boris Kolpackov <boris@codesynthesis.com>
# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC
# license   : GNU GPL v2; see accompanying LICENSE file

# Process VC++ project file template and write output to $(dist_prefix)/<path>.
# Where path is computed as difference between src_base and src_root.
#
# Arguments:
#
# $1 - template path
#
$(out_base)/%: meta-vc9proj = \
$(call meta-vc9proj-body,$1,$(subst $(src_root),,$(src_base)))

# $1 - template
# $2 - difference between src_base and src_root with leading '\'
#
$(out_base)/%: meta-vc9proj-body = \
$(call message,meta $(dist_prefix)$2/$(notdir $1),$(bld_root)/meta/vc9proj \
-o $(dist_prefix)$2/$(notdir $1) $1)