# -*-makefile-*- # # Copyright (C) 2010 by Michael Olbrich # # For further information about the PTXdist project and license conditions # see the README file. # # # We provide this package # HOST_PACKAGES-$(PTXCONF_HOST_LIBSIGCPP) += host-libsigcpp # # Paths and names # HOST_LIBSIGCPP_DIR = $(HOST_BUILDDIR)/$(LIBSIGCPP) # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- # # autoconf # HOST_LIBSIGCPP_CONF_TOOL := autoconf # vim: syntax=make