]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/misc/assert/Makefile.in
1e08c161064072c16900ac0e9bc3e9a284616bc4
[l4.git] / l4 / pkg / uclibc / lib / contrib / uclibc / libc / misc / assert / Makefile.in
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2000-2008 Erik Andersen <andersen@uclibc.org>
4 #
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
6 #
7
8 subdirs += libc/misc/assert
9
10 CSRC := __assert.c
11
12 MISC_ASSERT_DIR := $(top_srcdir)libc/misc/assert
13 MISC_ASSERT_OUT := $(top_builddir)libc/misc/assert
14
15 MISC_ASSERT_SRC := $(MISC_ASSERT_DIR)/__assert.c
16 MISC_ASSERT_OBJ := $(MISC_ASSERT_OUT)/__assert.o
17
18 libc-y += $(MISC_ASSERT_OBJ)
19
20 objclean-y += misc_assert_clean
21
22 misc_assert_clean:
23         $(do_rm) $(addprefix $(MISC_ASSERT_OUT)/*., o os)