]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/uclibc/lib/contrib/uclibc/libc/misc/assert/Makefile.in
update
[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-y := __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 := $(patsubst %.c,$(MISC_ASSERT_DIR)/%.c,$(CSRC-y))
16 MISC_ASSERT_OBJ := $(patsubst %.c,$(MISC_ASSERT_OUT)/%.o,$(CSRC-y))
17
18 libc-y += $(MISC_ASSERT_OBJ)
19
20 objclean-y += CLEAN_libc/misc/assert
21
22 CLEAN_libc/misc/assert:
23         $(do_rm) $(addprefix $(MISC_ASSERT_OUT)/*., o os)