summaryrefslogtreecommitdiffstats
path: root/rules/libpthread-stubs.make
blob: 10082b4588d0089cabbaa9b60922147fa1d1f4d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# -*-makefile-*-
#
# Copyright (C) 2007 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
#
PACKAGES-$(PTXCONF_LIBPTHREAD_STUBS) += libpthread-stubs

#
# Paths and names
#
LIBPTHREAD_STUBS_VERSION	:= 0.1
LIBPTHREAD_STUBS_MD5		:= 774eabaf33440d534efe108ef9130a7d
LIBPTHREAD_STUBS		:= libpthread-stubs-$(LIBPTHREAD_STUBS_VERSION)
LIBPTHREAD_STUBS_SUFFIX		:= tar.bz2
LIBPTHREAD_STUBS_URL		:= http://xcb.freedesktop.org/dist/$(LIBPTHREAD_STUBS).$(LIBPTHREAD_STUBS_SUFFIX)
LIBPTHREAD_STUBS_SOURCE		:= $(SRCDIR)/$(LIBPTHREAD_STUBS).$(LIBPTHREAD_STUBS_SUFFIX)
LIBPTHREAD_STUBS_DIR		:= $(BUILDDIR)/$(LIBPTHREAD_STUBS)
LIBPTHREAD_STUBS_LICENSE	:= MIT

# ----------------------------------------------------------------------------
# Prepare
# ----------------------------------------------------------------------------

LIBPTHREAD_STUBS_PATH	:= PATH=$(CROSS_PATH)
LIBPTHREAD_STUBS_ENV 	:= $(CROSS_ENV)

#
# autoconf
#
LIBPTHREAD_STUBS_AUTOCONF := \
	$(CROSS_AUTOCONF_USR) \
	--enable-shared=no

# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------

$(STATEDIR)/libpthread-stubs.targetinstall:
	@$(call targetinfo)
	@$(call touch)

# vim: syntax=make