summaryrefslogtreecommitdiffstats
path: root/rules/virtual-libcxx.make
blob: c31738f318077f3d7763f2f3d9b61210474b80b0 (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
# -*-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.
#

# don't touch - don't use autogenerated dependencies here - don't mess it up ;-)

#
# We provide this package
#
ifdef PTXCONF_CXX
VIRTUAL += virtual-libcxx
endif 

# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------

virtual-libcxx_targetinstall: $(STATEDIR)/virtual-libcxx.targetinstall

ifdef PTXCONF_LIBSTDCXX
virtual-libcxx_targetinstall_deps = $(STATEDIR)/xchain-gccstage2.targetinstall
endif 

$(STATEDIR)/virtual-libcxx.targetinstall: $(virtual-libcxx_targetinstall_deps)
	@$(call targetinfo, $@)
	@$(call touch, $@)