summaryrefslogtreecommitdiffstats
path: root/rules/host-libglade.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/host-libglade.make')
-rw-r--r--rules/host-libglade.make34
1 files changed, 0 insertions, 34 deletions
diff --git a/rules/host-libglade.make b/rules/host-libglade.make
deleted file mode 100644
index a4897c4f1..000000000
--- a/rules/host-libglade.make
+++ /dev/null
@@ -1,34 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2007 by Robert Schwebel <r.schwebel@pengutronix.de>
-# (C) 2010 by Michael Olbrich <m.olbrich@pengutronix.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
-#
-HOST_PACKAGES-$(PTXCONF_HOST_LIBGLADE) += host-libglade
-
-#
-# Paths and names
-#
-HOST_LIBGLADE_DIR = $(HOST_BUILDDIR)/$(LIBGLADE)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-HOST_LIBGLADE_PATH := PATH=$(HOST_PATH)
-HOST_LIBGLADE_ENV := $(HOST_ENV)
-
-#
-# autoconf
-#
-HOST_LIBGLADE_AUTOCONF := $(HOST_AUTOCONF)
-
-# vim: syntax=make