summaryrefslogtreecommitdiff
path: root/libc/misc/pthread/Makefile.in
blob: ceea1c21b8718a818b5dcae04a037b01153c4253 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Makefile for uClibc
#
# Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#

subdirs += libc/misc/pthread

MISC_PTHREAD_DIR := $(top_srcdir)libc/misc/pthread
MISC_PTHREAD_OUT := $(top_builddir)libc/misc/pthread

libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/unlock.o
libc-$(UCLIBC_HAS_THREADS) += $(MISC_PTHREAD_OUT)/weaks.o

objclean-y += misc_pthread_clean

misc_pthread_clean:
	$(do_rm) $(addprefix $(MISC_PTHREAD_OUT)/*., o os oS)