summaryrefslogtreecommitdiff
path: root/tools/build/v2/example/generate/jamroot.jam
blob: c48f2207bfcbd6bcc6269eddcb4a009c331b9e52 (plain)
1
2
3
4
5
6
7
8
9
# Copyright 2007 Vladimir Prus
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)

import generate ;

import gen ;

generate a2 : a.cpp : <generating-rule>@gen.generate-example ;