diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-04 20:10:51 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2010-06-04 20:10:51 +0200 |
commit | da929a95aace0e79fbc621af2ab03c76d74d5fcb (patch) | |
tree | 2b7dd63658eef78fde7604772d9815283c2c1cdf /libbb/Kbuild.src | |
parent | e4070cb0d7586037c6fcf0f0f00d8d5b97f649d3 (diff) | |
download | busybox-w32-da929a95aace0e79fbc621af2ab03c76d74d5fcb.tar.gz busybox-w32-da929a95aace0e79fbc621af2ab03c76d74d5fcb.tar.bz2 busybox-w32-da929a95aace0e79fbc621af2ab03c76d74d5fcb.zip |
mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'libbb/Kbuild.src')
-rw-r--r-- | libbb/Kbuild.src | 172 |
1 files changed, 172 insertions, 0 deletions
diff --git a/libbb/Kbuild.src b/libbb/Kbuild.src new file mode 100644 index 000000000..1b11d5d39 --- /dev/null +++ b/libbb/Kbuild.src | |||
@@ -0,0 +1,172 @@ | |||
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_console.o | ||
41 | lib-y += get_last_path_component.o | ||
42 | lib-y += get_line_from_file.o | ||
43 | lib-y += getopt32.o | ||
44 | lib-y += getpty.o | ||
45 | lib-y += get_volsize.o | ||
46 | lib-y += herror_msg.o | ||
47 | lib-y += herror_msg_and_die.o | ||
48 | lib-y += human_readable.o | ||
49 | lib-y += inet_common.o | ||
50 | lib-y += info_msg.o | ||
51 | lib-y += inode_hash.o | ||
52 | lib-y += isdirectory.o | ||
53 | lib-y += kernel_version.o | ||
54 | lib-y += last_char_is.o | ||
55 | lib-y += lineedit.o lineedit_ptr_hack.o | ||
56 | lib-y += llist.o | ||
57 | lib-y += login.o | ||
58 | lib-y += make_directory.o | ||
59 | lib-y += makedev.o | ||
60 | lib-y += match_fstype.o | ||
61 | lib-y += md5.o | ||
62 | # Alternative (disabled) implementation | ||
63 | #lib-y += md5prime.o | ||
64 | lib-y += messages.o | ||
65 | lib-y += mode_string.o | ||
66 | lib-y += mtab_file.o | ||
67 | lib-y += obscure.o | ||
68 | lib-y += parse_mode.o | ||
69 | lib-y += parse_config.o | ||
70 | lib-y += perror_msg.o | ||
71 | lib-y += perror_msg_and_die.o | ||
72 | lib-y += perror_nomsg.o | ||
73 | lib-y += perror_nomsg_and_die.o | ||
74 | lib-y += pidfile.o | ||
75 | lib-y += platform.o | ||
76 | lib-y += printable.o | ||
77 | lib-y += printable_string.o | ||
78 | lib-y += print_flags.o | ||
79 | lib-y += process_escape_sequence.o | ||
80 | lib-y += procps.o | ||
81 | lib-y += progress.o | ||
82 | lib-y += ptr_to_globals.o | ||
83 | lib-y += read.o | ||
84 | lib-y += read_key.o | ||
85 | lib-y += recursive_action.o | ||
86 | lib-y += remove_file.o | ||
87 | lib-y += run_shell.o | ||
88 | lib-y += safe_gethostname.o | ||
89 | lib-y += safe_poll.o | ||
90 | lib-y += safe_strncpy.o | ||
91 | lib-y += safe_write.o | ||
92 | lib-y += setup_environment.o | ||
93 | lib-y += sha1.o | ||
94 | lib-y += signals.o | ||
95 | lib-y += simplify_path.o | ||
96 | lib-y += single_argv.o | ||
97 | lib-y += skip_whitespace.o | ||
98 | lib-y += speed_table.o | ||
99 | lib-y += str_tolower.o | ||
100 | lib-y += strrstr.o | ||
101 | lib-y += time.o | ||
102 | lib-y += trim.o | ||
103 | lib-y += u_signal_names.o | ||
104 | lib-y += udp_io.o | ||
105 | lib-y += uuencode.o | ||
106 | lib-y += vdprintf.o | ||
107 | lib-y += verror_msg.o | ||
108 | lib-y += vfork_daemon_rexec.o | ||
109 | lib-y += warn_ignoring_args.o | ||
110 | lib-y += wfopen.o | ||
111 | lib-y += wfopen_input.o | ||
112 | lib-y += write.o | ||
113 | lib-y += xatonum.o | ||
114 | lib-y += xconnect.o | ||
115 | lib-y += xfuncs.o | ||
116 | lib-y += xfuncs_printf.o | ||
117 | lib-y += xfunc_die.o | ||
118 | lib-y += xgetcwd.o | ||
119 | lib-y += xgethostbyname.o | ||
120 | lib-y += xreadlink.o | ||
121 | lib-y += xrealloc_vector.o | ||
122 | |||
123 | lib-$(CONFIG_FEATURE_UTMP) += utmp.o | ||
124 | |||
125 | # A mix of optimizations (why build stuff we know won't be used) | ||
126 | # and objects which may fail to build (SELinux on selinux-less system) | ||
127 | lib-$(CONFIG_SELINUX) += selinux_common.o | ||
128 | lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o | ||
129 | lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o | ||
130 | lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o | ||
131 | |||
132 | lib-$(CONFIG_LOSETUP) += loop.o | ||
133 | lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o | ||
134 | |||
135 | lib-$(CONFIG_ADDGROUP) += update_passwd.o | ||
136 | lib-$(CONFIG_ADDUSER) += update_passwd.o | ||
137 | lib-$(CONFIG_DELGROUP) += update_passwd.o | ||
138 | lib-$(CONFIG_DELUSER) += update_passwd.o | ||
139 | |||
140 | lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o | ||
141 | lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o | ||
142 | lib-$(CONFIG_CRYPTPW) += pw_encrypt.o | ||
143 | lib-$(CONFIG_SULOGIN) += pw_encrypt.o | ||
144 | lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o | ||
145 | lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o | ||
146 | lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o | ||
147 | lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o | ||
148 | |||
149 | lib-$(CONFIG_DF) += find_mount_point.o | ||
150 | lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o | ||
151 | lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o | ||
152 | lib-$(CONFIG_MKFS_REISER) += find_mount_point.o | ||
153 | lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o | ||
154 | lib-$(CONFIG_MOUNT) += find_mount_point.o | ||
155 | |||
156 | lib-$(CONFIG_HWCLOCK) += rtc.o | ||
157 | lib-$(CONFIG_RTCWAKE) += rtc.o | ||
158 | |||
159 | # We shouldn't build xregcomp.c if we don't need it - this ensures we don't | ||
160 | # require regex.h to be in the include dir even if we don't need it thereby | ||
161 | # allowing us to build busybox even if uclibc regex support is disabled. | ||
162 | |||
163 | lib-$(CONFIG_AWK) += xregcomp.o | ||
164 | lib-$(CONFIG_SED) += xregcomp.o | ||
165 | lib-$(CONFIG_GREP) += xregcomp.o | ||
166 | lib-$(CONFIG_EXPR) += xregcomp.o | ||
167 | lib-$(CONFIG_MDEV) += xregcomp.o | ||
168 | lib-$(CONFIG_LESS) += xregcomp.o | ||
169 | lib-$(CONFIG_PGREP) += xregcomp.o | ||
170 | lib-$(CONFIG_PKILL) += xregcomp.o | ||
171 | lib-$(CONFIG_DEVFSD) += xregcomp.o | ||
172 | lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o | ||