summaryrefslogtreecommitdiff
path: root/tools/build/test/project-test3/lib2/jamfile.jam
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/test/project-test3/lib2/jamfile.jam')
-rw-r--r--tools/build/test/project-test3/lib2/jamfile.jam11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/build/test/project-test3/lib2/jamfile.jam b/tools/build/test/project-test3/lib2/jamfile.jam
new file mode 100644
index 000000000..b6b0abc44
--- /dev/null
+++ b/tools/build/test/project-test3/lib2/jamfile.jam
@@ -0,0 +1,11 @@
+# Copyright 2002, 2003 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)
+
+
+project lib2 ;
+use-project /lib2/helper : helper ;
+
+make c.obj : c.cpp : yfc-compile ;
+make d.obj : d.cpp : yfc-compile ;
+make l.exe : c.obj ..//a.obj : yfc-link ;