# -*-makefile-*- # # Copyright (C) 2007 by Michael Olbrich # # 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_LIBPTHREAD_STUBS) += host-libpthread-stubs # # Paths and names # HOST_LIBPTHREAD_STUBS_DIR = $(HOST_BUILDDIR)/$(LIBPTHREAD_STUBS) # ---------------------------------------------------------------------------- # Prepare # ---------------------------------------------------------------------------- HOST_LIBPTHREAD_STUBS_PATH := PATH=$(HOST_PATH) HOST_LIBPTHREAD_STUBS_ENV := $(HOST_ENV) # # autoconf # HOST_LIBPTHREAD_STUBS_AUTOCONF := $(HOST_AUTOCONF) # vim: syntax=make