diff options
author | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
---|---|---|
committer | Nguyễn Thái Ngọc Duy <pclouds@gmail.com> | 2010-09-14 12:47:25 +1000 |
commit | 9df56f96fd9a213189ca94c1fccfc3c42bd9c16a (patch) | |
tree | db1db005b59e2b78d5daf9527fa8fc604e07e8c4 /libbb/Kbuild.src | |
parent | 30c62e541a1484fedc3d689d62f96d246a28b147 (diff) | |
parent | 5f3303712ef483d270097cae4ba0a559b1056121 (diff) | |
download | busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.gz busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.tar.bz2 busybox-w32-9df56f96fd9a213189ca94c1fccfc3c42bd9c16a.zip |
Merge branch 'origin/master' (early part)
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 173 |
1 files changed, 173 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src new file mode 100644 index 000000000..a8a1da1f9 --- /dev/null +++ b/libbb/Kbuild.src | |||
@@ -0,0 +1,173 @@ | |||
1 | # Makefile for busybox | ||
2 | # | ||
3 | # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org> | ||
4 | # | ||
5 | # Licensed under the GPL v2, see the file LICENSE in this tarball. | ||
6 | |||
7 | lib-y:= | ||
8 | |||
9 | lib-y += appletlib.o | ||
10 | lib-y += ask_confirmation.o | ||
11 | lib-y += bb_askpass.o | ||
12 | lib-y += bb_basename.o | ||
13 | lib-y += bb_do_delay.o | ||
14 | lib-y += bb_pwd.o | ||
15 | lib-y += bb_qsort.o | ||
16 | #lib-y += bb_strtod.o | ||
17 | lib-y += bb_strtonum.o | ||
18 | lib-y += change_identity.o | ||
19 | lib-y += chomp.o | ||
20 | lib-y += compare_string_array.o | ||
21 | lib-y += concat_path_file.o | ||
22 | lib-y += concat_subpath_file.o | ||
23 | lib-y += copy_file.o | ||
24 | lib-y += copyfd.o | ||
25 | lib-y += crc32.o | ||
26 | lib-y += create_icmp6_socket.o | ||
27 | lib-y += create_icmp_socket.o | ||
28 | lib-y += default_error_retval.o | ||
29 | lib-y += device_open.o | ||
30 | lib-y += dump.o | ||
31 | lib-y += error_msg.o | ||
32 | lib-y += error_msg_and_die.o | ||
33 | lib-y += execable.o | ||
34 | lib-y += fclose_nonstdin.o | ||
35 | lib-y += fflush_stdout_and_exit.o | ||
36 | lib-y += fgets_str.o | ||
37 | lib-y += find_pid_by_name.o | ||
38 | lib-y += find_root_device.o | ||
39 | lib-y += full_write.o | ||
40 | lib-y += get_last_path_component.o | ||
41 | lib-y += get_line_from_file.o | ||
42 | lib-y += getopt32.o | ||
43 | lib-y += get_volsize.o | ||
44 | lib-y += herror_msg.o | ||
45 | lib-y += herror_msg_and_die.o | ||
46 | lib-y += human_readable.o | ||
47 | lib-y += info_msg.o | ||
48 | lib-y += inode_hash.o | ||
49 | lib-y += isdirectory.o | ||
50 | lib-y += last_char_is.o | ||
51 | lib-y += lineedit.o lineedit_ptr_hack.o | ||
52 | lib-y += llist.o | ||
53 | lib-y += make_directory.o | ||
54 | lib-y += md5.o | ||
55 | # Alternative (disabled) implementation | ||
56 | #lib-y += md5prime.o | ||
57 | lib-y += messages.o | ||
58 | lib-y += mode_string.o | ||
59 | lib-y += mtab_file.o | ||
60 | lib-y += obscure.o | ||
61 | lib-y += parse_mode.o | ||
62 | lib-y += parse_config.o | ||
63 | lib-y += perror_msg.o | ||
64 | lib-y += perror_msg_and_die.o | ||
65 | lib-y += perror_nomsg.o | ||
66 | lib-y += perror_nomsg_and_die.o | ||
67 | lib-y += pidfile.o | ||
68 | lib-y += platform.o | ||
69 | lib-y += printable.o | ||
70 | lib-y += printable_string.o | ||
71 | lib-y += print_flags.o | ||
72 | lib-y += process_escape_sequence.o | ||
73 | lib-y += procps.o | ||
74 | lib-y += progress.o | ||
75 | lib-y += ptr_to_globals.o | ||
76 | lib-y += read.o | ||
77 | lib-y += recursive_action.o | ||
78 | lib-y += remove_file.o | ||
79 | lib-y += run_shell.o | ||
80 | lib-y += safe_poll.o | ||
81 | lib-y += safe_strncpy.o | ||
82 | lib-y += safe_write.o | ||
83 | lib-y += setup_environment.o | ||
84 | lib-y += sha1.o | ||
85 | lib-y += simplify_path.o | ||
86 | lib-y += single_argv.o | ||
87 | lib-y += skip_whitespace.o | ||
88 | lib-y += speed_table.o | ||
89 | lib-y += str_tolower.o | ||
90 | lib-y += strrstr.o | ||
91 | lib-y += time.o | ||
92 | lib-y += trim.o | ||
93 | lib-y += u_signal_names.o | ||
94 | lib-y += uuencode.o | ||
95 | lib-y += vdprintf.o | ||
96 | lib-y += verror_msg.o | ||
97 | lib-y += vfork_daemon_rexec.o | ||
98 | lib-y += warn_ignoring_args.o | ||
99 | lib-y += wfopen.o | ||
100 | lib-y += wfopen_input.o | ||
101 | lib-y += write.o | ||
102 | lib-y += xatonum.o | ||
103 | lib-y += xfunc_die.o | ||
104 | lib-y += xfuncs.o | ||
105 | lib-y += xfuncs_printf.o | ||
106 | lib-y += xgetcwd.o | ||
107 | lib-y += xreadlink.o | ||
108 | lib-y += xrealloc_vector.o | ||
109 | |||
110 | lib-$(CONFIG_PLATFORM_POSIX) += get_console.o | ||
111 | lib-$(CONFIG_PLATFORM_POSIX) += getpty.o | ||
112 | lib-$(CONFIG_PLATFORM_POSIX) += inet_common.o | ||
113 | lib-$(CONFIG_PLATFORM_POSIX) += kernel_version.o | ||
114 | lib-$(CONFIG_PLATFORM_POSIX) += login.o | ||
115 | lib-$(CONFIG_PLATFORM_POSIX) += makedev.o | ||
116 | lib-$(CONFIG_PLATFORM_POSIX) += match_fstype.o | ||
117 | lib-$(CONFIG_PLATFORM_POSIX) += read_key.o | ||
118 | lib-$(CONFIG_PLATFORM_POSIX) += safe_gethostname.o | ||
119 | lib-$(CONFIG_PLATFORM_POSIX) += signals.o | ||
120 | lib-$(CONFIG_PLATFORM_POSIX) += udp_io.o | ||
121 | lib-$(CONFIG_PLATFORM_POSIX) += xconnect.o | ||
122 | lib-$(CONFIG_PLATFORM_POSIX) += xgethostbyname.o | ||
123 | |||
124 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | ||
125 | |||
126 | # A mix of optimizations (why build stuff we know won't be used) | ||
127 | # and objects which may fail to build (SELinux on selinux-less system) | ||
128 | lib-$(CONFIG_SELINUX) += selinux_common.o | ||
129 | lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o | ||
130 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o | ||
131 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o | ||
132 | |||
133 | lib-$(CONFIG_LOSETUP) += loop.o | ||
134 | lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o | ||
135 | |||
136 | lib-$(CONFIG_ADDGROUP) += update_passwd.o | ||
137 | lib-$(CONFIG_ADDUSER) += update_passwd.o | ||
138 | lib-$(CONFIG_DELGROUP) += update_passwd.o | ||
139 | lib-$(CONFIG_DELUSER) += update_passwd.o | ||
140 | |||
141 | lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o | ||
142 | lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o | ||
143 | lib-$(CONFIG_CRYPTPW) += pw_encrypt.o | ||
144 | lib-$(CONFIG_SULOGIN) += pw_encrypt.o | ||
145 | lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o | ||
146 | lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o | ||
147 | lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o | ||
148 | lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o | ||
149 | |||
150 | lib-$(CONFIG_DF) += find_mount_point.o | ||
151 | lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o | ||
152 | lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o | ||
153 | lib-$(CONFIG_MKFS_REISER) += find_mount_point.o | ||
154 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o | ||
155 | lib-$(CONFIG_MOUNT) += find_mount_point.o | ||
156 | |||
157 | lib-$(CONFIG_HWCLOCK) += rtc.o | ||
158 | lib-$(CONFIG_RTCWAKE) += rtc.o | ||
159 | |||
160 | # We shouldn't build xregcomp.c if we don't need it - this ensures we don't | ||
161 | # require regex.h to be in the include dir even if we don't need it thereby | ||
162 | # allowing us to build busybox even if uclibc regex support is disabled. | ||
163 | |||
164 | lib-$(CONFIG_AWK) += xregcomp.o | ||
165 | lib-$(CONFIG_SED) += xregcomp.o | ||
166 | lib-$(CONFIG_GREP) += xregcomp.o | ||
167 | lib-$(CONFIG_EXPR) += xregcomp.o | ||
168 | lib-$(CONFIG_MDEV) += xregcomp.o | ||
169 | lib-$(CONFIG_LESS) += xregcomp.o | ||
170 | lib-$(CONFIG_PGREP) += xregcomp.o | ||
171 | lib-$(CONFIG_PKILL) += xregcomp.o | ||
172 | lib-$(CONFIG_DEVFSD) += xregcomp.o | ||
173 | lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o | ||