OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / termios / Makefile.in
1 # Makefile for uClibc
2 #
3 # Copyright (C) 2000 by Lineo, inc.
4 # Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
5 #
6 # Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
7 #
8
9 TERMIOS_DIR:=$(top_srcdir)libc/termios
10 TERMIOS_OUT:=$(top_builddir)libc/termios
11
12 TERMIOS_SRC:=$(wildcard $(TERMIOS_DIR)/*.c)
13 TERMIOS_OBJ:=$(patsubst $(TERMIOS_DIR)/%.c,$(TERMIOS_OUT)/%.o,$(TERMIOS_SRC))
14
15 libc-a-y+=$(TERMIOS_OBJ)
16 libc-so-y+=$(TERMIOS_OBJ:.o=.os)
17
18 objclean-y+=termios_objclean
19
20 termios_objclean:
21         $(RM) $(TERMIOS_OUT)/*.{o,os}