summaryrefslogtreecommitdiffstats
path: root/rules/host-dbus-glib.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-12 22:39:44 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-12 22:39:44 +0000
commit54e88c909923d4b8de81cb402af2c77efa5f0b7f (patch)
tree4ae01bd3ec0e40885057dea8caaf9b84c0e7b6ec /rules/host-dbus-glib.make
parent2d391d1d278d5fd22884497f7332ff64d70b4cef (diff)
downloadptxdist-54e88c909923d4b8de81cb402af2c77efa5f0b7f.tar.gz
ptxdist-54e88c909923d4b8de81cb402af2c77efa5f0b7f.tar.xz
* dbus
version bump to 0.78, fixes git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9510 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/host-dbus-glib.make')
-rw-r--r--rules/host-dbus-glib.make52
1 files changed, 6 insertions, 46 deletions
diff --git a/rules/host-dbus-glib.make b/rules/host-dbus-glib.make
index d68068921..39faff947 100644
--- a/rules/host-dbus-glib.make
+++ b/rules/host-dbus-glib.make
@@ -23,37 +23,27 @@ HOST_DBUS_GLIB_DIR = $(HOST_BUILDDIR)/$(DBUS_GLIB)
# Get
# ----------------------------------------------------------------------------
-host-dbus-glib_get: $(STATEDIR)/host-dbus-glib.get
-
$(STATEDIR)/host-dbus-glib.get: $(STATEDIR)/dbus-glib.get
- @$(call targetinfo, $@)
- @$(call touch, $@)
+ @$(call targetinfo)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Extract
# ----------------------------------------------------------------------------
-host-dbus-glib_extract: $(STATEDIR)/host-dbus-glib.extract
-
-$(STATEDIR)/host-dbus-glib.extract: $(host-dbus-glib_extract_deps_default)
- @$(call targetinfo, $@)
+$(STATEDIR)/host-dbus-glib.extract:
+ @$(call targetinfo)
@$(call clean, $(HOST_DBUS_GLIB_DIR))
@$(call extract, DBUS_GLIB, $(HOST_BUILDDIR))
@$(call patchin, DBUS_GLIB, $(HOST_DBUS_GLIB_DIR))
- @$(call touch, $@)
+ @$(call touch)
# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------
-host-dbus-glib_prepare: $(STATEDIR)/host-dbus-glib.prepare
-
HOST_DBUS_GLIB_PATH := PATH=$(HOST_PATH)
-
-HOST_DBUS_GLIB_ENV := \
- $(HOST_ENV) \
- ac_cv_func_posix_getpwnam_r=yes \
- ac_cv_have_abstract_sockets=yes
+HOST_DBUS_GLIB_ENV := $(HOST_ENV)
#
# autoconf
@@ -65,36 +55,6 @@ HOST_DBUS_GLIB_AUTOCONF := \
--disable-gcov \
--disable-gtk-doc
-$(STATEDIR)/host-dbus-glib.prepare: $(host-dbus-glib_prepare_deps_default)
- @$(call targetinfo, $@)
- @$(call clean, $(HOST_DBUS_GLIB_DIR)/config.cache)
- cd $(HOST_DBUS_GLIB_DIR) && \
- $(HOST_DBUS_GLIB_PATH) $(HOST_DBUS_GLIB_ENV) \
- ./configure $(HOST_DBUS_GLIB_AUTOCONF)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-host-dbus-glib_compile: $(STATEDIR)/host-dbus-glib.compile
-
-$(STATEDIR)/host-dbus-glib.compile: $(host-dbus-glib_compile_deps_default)
- @$(call targetinfo, $@)
- cd $(HOST_DBUS_GLIB_DIR) && $(HOST_DBUS_GLIB_PATH) $(MAKE) $(PARALLELMFLAGS)
- @$(call touch, $@)
-
-# ----------------------------------------------------------------------------
-# Install
-# ----------------------------------------------------------------------------
-
-host-dbus-glib_install: $(STATEDIR)/host-dbus-glib.install
-
-$(STATEDIR)/host-dbus-glib.install: $(host-dbus-glib_install_deps_default)
- @$(call targetinfo, $@)
- @$(call install, HOST_DBUS_GLIB,,h)
- @$(call touch, $@)
-
# ----------------------------------------------------------------------------
# Clean
# ----------------------------------------------------------------------------