# -*-makefile-*- # # Copyright (C) 2009 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. # # # We provide this package # LAYZ_PACKAGES-$(PTXCONF_HOST_AUTOTOOLS_AUTOMAKE) += host-autotools-automake # # Paths and names # HOST_AUTOTOOLS_AUTOMAKE_VERSION := 1.11 HOST_AUTOTOOLS_AUTOMAKE := automake-$(HOST_AUTOTOOLS_AUTOMAKE_VERSION) HOST_AUTOTOOLS_AUTOMAKE_SUFFIX := tar.bz2 HOST_AUTOTOOLS_AUTOMAKE_URL := $(PTXCONF_SETUP_GNUMIRROR)/automake/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX) HOST_AUTOTOOLS_AUTOMAKE_SOURCE := $(SRCDIR)/$(HOST_AUTOTOOLS_AUTOMAKE).$(HOST_AUTOTOOLS_AUTOMAKE_SUFFIX) HOST_AUTOTOOLS_AUTOMAKE_DIR := $(HOST_BUILDDIR)/$(HOST_AUTOTOOLS_AUTOMAKE) HOST_AUTOTOOLS_AUTOMAKE_DEVPKG := NO $(STATEDIR)/autogen-tools: $(STATEDIR)/host-autotools-automake.install.post # ---------------------------------------------------------------------------- # Get # ---------------------------------------------------------------------------- $(HOST_AUTOTOOLS_AUTOMAKE_SOURCE): @$(call targetinfo) @$(call get, HOST_AUTOTOOLS_AUTOMAKE) # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # HOST_AUTOTOOLS_AUTOMAKE_CONFTOOL := autoconf # vim: syntax=make