summaryrefslogtreecommitdiff
path: root/libc/misc/gnu/Makefile.in
blob: c3a98e8cc3df99af25a932f4d1ade0364f9d131f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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.
#

CSRC := obstack.c

MISC_GNU_DIR := $(top_srcdir)libc/misc/gnu
MISC_GNU_OUT := $(top_builddir)libc/misc/gnu

MISC_GNU_SRC := $(MISC_GNU_DIR)/obstack.c
MISC_GNU_OBJ := $(MISC_GNU_OUT)/obstack.o

libc-y += $(MISC_GNU_OBJ)

objclean-y += misc_gnu_clean

misc_gnu_clean:
	$(do_rm) $(addprefix $(MISC_GNU_OUT)/*., o os)