summaryrefslogtreecommitdiffstats
path: root/rules/virtual-libc.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2003-11-13 19:28:24 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2003-11-13 19:28:24 +0000
commitca3786e72b3eec420d44574c705ea57f5f985a47 (patch)
tree65d2faf2341ec9a71a92880b808e6c941b6b40c2 /rules/virtual-libc.make
parent95d7f5537fa0578a7fd87a660d345902d207e8c1 (diff)
downloadptxdist-ca3786e72b3eec420d44574c705ea57f5f985a47.tar.gz
ptxdist-ca3786e72b3eec420d44574c705ea57f5f985a47.tar.xz
* new
git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunk@768 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/virtual-libc.make')
-rw-r--r--rules/virtual-libc.make29
1 files changed, 29 insertions, 0 deletions
diff --git a/rules/virtual-libc.make b/rules/virtual-libc.make
new file mode 100644
index 000000000..ee13e744f
--- /dev/null
+++ b/rules/virtual-libc.make
@@ -0,0 +1,29 @@
+# -*-makefile-*-
+# $Id: virtual-libc.make,v 1.1 2003/11/13 19:28:24 mkl Exp $
+#
+# 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
+#
+VIRTUAL += virtual-libc
+
+# ----------------------------------------------------------------------------
+# Target-Install
+# ----------------------------------------------------------------------------
+
+virtual-libc_targetinstall: $(STATEDIR)/virtual-libc.targetinstall
+
+ifdef PTXCONF_GLIBC
+virtual-libc_targetinstall_deps = $(STATEDIR)/glibc.targetinstall
+endif
+
+$(STATEDIR)/virtual-libc.targetinstall: $(virtual-libc_targetinstall_deps)
+ @$(call targetinfo, $@)
+ touch $@ \ No newline at end of file