# -*-makefile-*- # $Id$ # # Copyright (C) 2003 by Marc Kleine-Budde # # 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, $@)