summaryrefslogtreecommitdiffstats
path: root/libc/misc
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-30 00:44:17 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2005-10-30 00:44:17 +0000
commite3520978c4286ad436cb09a9084a247238dfd197 (patch)
treef9730d34e51f735c3a8d028947835aa4fdd6e13a /libc/misc
parent821b1f427a1a32592872d049845174546bc4d765 (diff)
downloaduClibc-alpine-e3520978c4286ad436cb09a9084a247238dfd197.tar.bz2
uClibc-alpine-e3520978c4286ad436cb09a9084a247238dfd197.tar.xz
Copy from trunk.
Diffstat (limited to 'libc/misc')
-rw-r--r--libc/misc/gnu/Makefile.in26
1 files changed, 26 insertions, 0 deletions
diff --git a/libc/misc/gnu/Makefile.in b/libc/misc/gnu/Makefile.in
new file mode 100644
index 000000000..263b45713
--- /dev/null
+++ b/libc/misc/gnu/Makefile.in
@@ -0,0 +1,26 @@
+# Makefile for uClibc
+#
+# Copyright (C) 2000 by Lineo, inc.
+# Copyright (C) 2000-2005 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-a-y+=$(MISC_GNU_OBJ)
+libc-a-pic-y+=$(MISC_GNU_OBJ:.o=.os)
+libc-so-y+=$(MISC_GNU_OBJ:.o=.os)
+
+libc-multi-y+=$(MISC_GNU_SRC)
+
+objclean-y+=misc_gnu_objclean
+
+misc_gnu_objclean:
+ $(RM) $(MISC_GNU_OUT)/*.{o,os}