summaryrefslogtreecommitdiffstats
path: root/rules/Virtual.make
blob: af21a6d0e2b725282d0afb8f9da470805e5e20a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# -*-makefile-*-
# $Id$
#
# Copyright (C) 2003 by Marc Kleine-Budde <kleine-budde@gmx.de>
# See CREDITS for details about who has contributed to this project. 
#
# For further information about the PTXdist project and license conditions
# see the README file.
#

# ----------------------------------------------------------------------------
# xchain
# ----------------------------------------------------------------------------

virtual-xchain_install: $(STATEDIR)/virtual-xchain.install

ifdef PTXCONF_CROSSTOOL
virtual-xchain_install_deps	= $(STATEDIR)/crosstool.install
endif 

ifdef PTXCONF_IMAGE_IPKG
virtual-xchain_install_deps	+= $(STATEDIR)/host-ipkg-utils.install
virtual-xchain_install_deps	+= $(STATEDIR)/host-fakeroot.install
endif

ifdef PTXCONF_IMAGE_HOST_DEB
virtual-xchain_install_deps	+= $(STATEDIR)/host-checkinstall.install
endif

ifdef PTXCONF_IMAGE_JFFS2                                                                                                                 
virtual-xchain_install_deps	+=  $(STATEDIR)/host-mtd.install
endif

virtual-xchain_install_deps	+= $(STATEDIR)/host-pkg-config-wrapper.install

$(STATEDIR)/virtual-xchain.install: $(virtual-xchain_install_deps)
	@$(call targetinfo, $@)
	@$(call touch, $@)