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

#
# 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, $@)