VirtualBox

source: kBuild/trunk/tests/inherit-target/Makefile.kmk@ 1509

Last change on this file since 1509 was 1509, checked in by bird, 17 years ago

Environment / global variable renaming. Copyright header/year update.

  • Property svn:keywords set to Id
File size: 1.7 KB
Line 
1# $Id: Makefile.kmk 1509 2008-04-09 00:40:05Z bird $
2## @file
3# Test - Target Inheritance.
4#
5
6#
7# Copyright (c) 2008 knut st. osmundsen <[email protected]>
8#
9# This file is part of kBuild.
10#
11# kBuild is free software; you can redistribute it and/or modify
12# it under the terms of the GNU General Public License as published by
13# the Free Software Foundation; either version 2 of the License, or
14# (at your option) any later version.
15#
16# kBuild is distributed in the hope that it will be useful,
17# but WITHOUT ANY WARRANTY; without even the implied warranty of
18# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19# GNU General Public License for more details.
20#
21# You should have received a copy of the GNU General Public License
22# along with kBuild; if not, write to the Free Software
23# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
24#
25#
26
27DEPTH = ../..
28include $(PATH_KBUILD)/header.kmk
29
30
31PROGRAMS += inherit-target1
32inherit-target1_TEMPLATE = TST
33inherit-target1_SOURCES = ../dummy_defined_X.c
34inherit-target1_DEFS = X=y
35
36PROGRAMS += inherit-target2
37inherit-target2_EXTENDS = inherit-target1
38
39PROGRAMS += inherit-target3
40inherit-target3_EXTENDS = inherit-target2
41
42PROGRAMS += inherit-target4
43inherit-target4_EXTENDS = inherit-target3
44
45PROGRAMS += inherit-target5
46inherit-target5_EXTENDS = inherit-target3
47
48# out of target order.
49PROGRAMS += inherit-target6
50inherit-target6_EXTENDS = inherit-target9
51
52PROGRAMS += inherit-target7
53inherit-target7_EXTENDS = inherit-target1
54
55PROGRAMS += inherit-target8
56inherit-target8_EXTENDS = inherit-target7
57
58PROGRAMS += inherit-target9
59inherit-target9_EXTENDS = inherit-target8
60
61
62include $(FILE_KBUILD_FOOTER)
63
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette