OSDN Git Service

fixup my copyright notice, trim stale remnants of older notices which
[uclinux-h8/uClibc.git] / libc / misc / regex / Makefile.in
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
4 #
5 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
6 #
7
8 ifeq ($(UCLIBC_HAS_REGEX_OLD),y)
9 CSRC := regex_old.c
10 else
11 CSRC := regex.c
12 endif
13
14 MISC_REGEX_DIR := $(top_srcdir)libc/misc/regex
15 MISC_REGEX_OUT := $(top_builddir)libc/misc/regex
16
17 MISC_REGEX_SRC := $(patsubst %.c,$(MISC_REGEX_DIR)/%.c,$(CSRC))
18 MISC_REGEX_OBJ := $(patsubst %.c,$(MISC_REGEX_OUT)/%.o,$(CSRC))
19
20 libc-$(UCLIBC_HAS_REGEX) += $(MISC_REGEX_OBJ)
21
22 objclean-y += misc_regex_objclean
23
24 misc_regex_objclean:
25         $(RM) $(MISC_REGEX_OUT)/*.{o,os}