summaryrefslogtreecommitdiffstats
path: root/rules/post/virtual.make
blob: 2d5a2b5e2171ed821e16c9c08289e05127b0e6ae (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
39
40
41
42
43
44
45
46
# -*-makefile-*-
#
# Copyright (C) 2003-2010 by Marc Kleine-Budde <mkl@pengutronix.de>
#               2011 by George McCollister <george.mccollister@gmail.com>
# 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.
#

ifdef PTXCONF_CROSS_DUMMY_STRIP
$(STATEDIR)/virtual-cross-tools.install: $(STATEDIR)/cross-dummy-strip.install.post
endif

ifdef PTXCONF_HOST_FAKEROOT
$(STATEDIR)/virtual-cross-tools.install: $(STATEDIR)/host-fakeroot.install.post
endif

ifdef PTXCONF_HOST_PACKAGE_MANAGEMENT_IPKG
$(STATEDIR)/virtual-cross-tools.install: $(STATEDIR)/host-ipkg-utils.install.post
endif

ifdef PTXCONF_HOST_PACKAGE_MANAGEMENT_OPKG
$(STATEDIR)/virtual-cross-tools.install: $(STATEDIR)/host-opkg-utils.install.post
endif

ifdef PTXCONF_CROSS_PKG_CONFIG_WRAPPER
$(STATEDIR)/virtual-cross-tools.install: $(STATEDIR)/cross-pkg-config-wrapper.install.post
endif

$(STATEDIR)/virtual-cross-tools.install:
	@$(call targetinfo)
	@$(call touch)


ifdef PTXCONF_HOST_PKG_CONFIG
$(STATEDIR)/virtual-host-tools.install: $(STATEDIR)/host-pkg-config.install.post
endif

ifdef PTXCONF_HOST_CHRPATH
$(STATEDIR)/virtual-host-tools.install: $(STATEDIR)/host-chrpath.install.post
endif

$(STATEDIR)/virtual-host-tools.install:
	@$(call targetinfo)
	@$(call touch)