blob: 6c09d31423f89f2ce1892ec1fc2b5ed39dfa281f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
# Makefile for uClibc
#
# Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
#
# Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
#
#DIRS:=assert ctype dirent error file fnmatch ftw glob gnu internals intl locale mntent \
# pthread regex search statfs syslog sysvipc time ttyent utmp wchar wctype wordexp
include $(top_srcdir)libc/misc/assert/Makefile.in
include $(top_srcdir)libc/misc/ctype/Makefile.in
include $(top_srcdir)libc/misc/dirent/Makefile.in
include $(top_srcdir)libc/misc/error/Makefile.in
include $(top_srcdir)libc/misc/elf/Makefile.in
include $(top_srcdir)libc/misc/file/Makefile.in
include $(top_srcdir)libc/misc/fnmatch/Makefile.in
include $(top_srcdir)libc/misc/ftw/Makefile.in
include $(top_srcdir)libc/misc/glob/Makefile.in
include $(top_srcdir)libc/misc/gnu/Makefile.in
include $(top_srcdir)libc/misc/internals/Makefile.in
include $(top_srcdir)libc/misc/locale/Makefile.in
include $(top_srcdir)libc/misc/mntent/Makefile.in
include $(top_srcdir)libc/misc/pthread/Makefile.in
include $(top_srcdir)libc/misc/regex/Makefile.in
include $(top_srcdir)libc/misc/search/Makefile.in
include $(top_srcdir)libc/misc/statfs/Makefile.in
include $(top_srcdir)libc/misc/syslog/Makefile.in
include $(top_srcdir)libc/misc/sysvipc/Makefile.in
include $(top_srcdir)libc/misc/time/Makefile.in
include $(top_srcdir)libc/misc/ttyent/Makefile.in
include $(top_srcdir)libc/misc/utmp/Makefile.in
include $(top_srcdir)libc/misc/wchar/Makefile.in
include $(top_srcdir)libc/misc/wctype/Makefile.in
include $(top_srcdir)libc/misc/wordexp/Makefile.in
|