Changes for kernel and Busybox
[tomato.git] / release / src / router / busybox / libbb / Kbuild.src
blob61eec26f70a7503ce1f8ea62b7e3b41e01ca5744
1 # Makefile for busybox
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5 # Licensed under GPLv2, see file LICENSE in this source tree.
7 libbb/appletlib.o: include/usage_compressed.h
9 lib-y:=
11 INSERT
13 lib-y += appletlib.o
14 lib-y += ask_confirmation.o
15 lib-y += bb_askpass.o
16 lib-y += bb_bswap_64.o
17 lib-y += bb_do_delay.o
18 lib-y += bb_pwd.o
19 lib-y += bb_qsort.o
20 #lib-y += bb_strtod.o
21 lib-y += bb_strtonum.o
22 lib-y += change_identity.o
23 lib-y += chomp.o
24 lib-y += compare_string_array.o
25 lib-y += concat_path_file.o
26 lib-y += concat_subpath_file.o
27 lib-y += copy_file.o
28 lib-y += copyfd.o
29 lib-y += crc32.o
30 lib-y += create_icmp6_socket.o
31 lib-y += create_icmp_socket.o
32 lib-y += default_error_retval.o
33 lib-y += device_open.o
34 lib-y += dump.o
35 lib-y += execable.o
36 lib-y += fclose_nonstdin.o
37 lib-y += fflush_stdout_and_exit.o
38 lib-y += fgets_str.o
39 lib-y += find_pid_by_name.o
40 lib-y += find_root_device.o
41 lib-y += full_write.o
42 lib-y += get_console.o
43 lib-y += get_last_path_component.o
44 lib-y += get_line_from_file.o
45 lib-y += getopt32.o
46 lib-y += getpty.o
47 lib-y += get_volsize.o
48 lib-y += herror_msg.o
49 lib-y += human_readable.o
50 lib-y += inet_common.o
51 lib-y += info_msg.o
52 lib-y += inode_hash.o
53 lib-y += isdirectory.o
54 lib-y += kernel_version.o
55 lib-y += last_char_is.o
56 lib-y += lineedit.o lineedit_ptr_hack.o
57 lib-y += llist.o
58 lib-y += login.o
59 lib-y += make_directory.o
60 lib-y += makedev.o
61 lib-y += hash_md5_sha.o
62 # Alternative (disabled) MD5 implementation
63 #lib-y += hash_md5prime.o
64 lib-y += messages.o
65 lib-y += mode_string.o
66 lib-y += parse_mode.o
67 lib-y += perror_msg.o
68 lib-y += perror_nomsg.o
69 lib-y += perror_nomsg_and_die.o
70 lib-y += pidfile.o
71 lib-y += platform.o
72 lib-y += printable.o
73 lib-y += printable_string.o
74 lib-y += print_flags.o
75 lib-y += process_escape_sequence.o
76 lib-y += procps.o
77 lib-y += progress.o
78 lib-y += ptr_to_globals.o
79 lib-y += read.o
80 lib-y += read_printf.o
81 lib-y += read_key.o
82 lib-y += recursive_action.o
83 lib-y += remove_file.o
84 lib-y += run_shell.o
85 lib-y += safe_gethostname.o
86 lib-y += safe_poll.o
87 lib-y += safe_strncpy.o
88 lib-y += safe_write.o
89 lib-y += setup_environment.o
90 lib-y += signals.o
91 lib-y += simplify_path.o
92 lib-y += single_argv.o
93 lib-y += skip_whitespace.o
94 lib-y += speed_table.o
95 lib-y += str_tolower.o
96 lib-y += strrstr.o
97 lib-y += time.o
98 lib-y += trim.o
99 lib-y += u_signal_names.o
100 lib-y += uuencode.o
101 lib-y += vdprintf.o
102 lib-y += verror_msg.o
103 lib-y += vfork_daemon_rexec.o
104 lib-y += warn_ignoring_args.o
105 lib-y += wfopen.o
106 lib-y += wfopen_input.o
107 lib-y += write.o
108 lib-y += xatonum.o
109 lib-y += xconnect.o
110 lib-y += xfuncs.o
111 lib-y += xfuncs_printf.o
112 lib-y += xfunc_die.o
113 lib-y += xgetcwd.o
114 lib-y += xgethostbyname.o
115 lib-y += xreadlink.o
116 lib-y += xrealloc_vector.o
118 lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o
120 lib-$(CONFIG_FEATURE_UTMP) += utmp.o
122 # A mix of optimizations (why build stuff we know won't be used)
123 # and objects which may fail to build (SELinux on selinux-less system)
124 lib-$(CONFIG_SELINUX) += selinux_common.o
125 lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
126 lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o
127 lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o
129 lib-$(CONFIG_NC) += udp_io.o
130 lib-$(CONFIG_DNSD) += udp_io.o
131 lib-$(CONFIG_NTPD) += udp_io.o
132 lib-$(CONFIG_TFTP) += udp_io.o
133 lib-$(CONFIG_TFTPD) += udp_io.o
134 lib-$(CONFIG_TCPSVD) += udp_io.o
135 lib-$(CONFIG_UDPSVD) += udp_io.o
136 lib-$(CONFIG_TRACEROUTE) += udp_io.o
138 lib-$(CONFIG_LOSETUP) += loop.o
139 lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o
141 lib-$(CONFIG_ADDGROUP) += update_passwd.o
142 lib-$(CONFIG_ADDUSER) += update_passwd.o
143 lib-$(CONFIG_DELGROUP) += update_passwd.o
144 lib-$(CONFIG_DELUSER) += update_passwd.o
146 lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o obscure.o
147 lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
148 lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
149 lib-$(CONFIG_SULOGIN) += pw_encrypt.o
150 lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o
151 lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o
152 lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o
153 lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
155 lib-$(CONFIG_DF) += find_mount_point.o
156 lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o
157 lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o
158 lib-$(CONFIG_MKFS_REISER) += find_mount_point.o
159 lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o
160 lib-$(CONFIG_MOUNT) += find_mount_point.o
162 lib-$(CONFIG_HWCLOCK) += rtc.o
163 lib-$(CONFIG_RTCWAKE) += rtc.o
165 lib-$(CONFIG_IOSTAT) += get_cpu_count.o
166 lib-$(CONFIG_MPSTAT) += get_cpu_count.o
167 lib-$(CONFIG_POWERTOP) += get_cpu_count.o
169 lib-$(CONFIG_PING) += inet_cksum.o
170 lib-$(CONFIG_TRACEROUTE) += inet_cksum.o
171 lib-$(CONFIG_TRACEROUTE6) += inet_cksum.o
172 lib-$(CONFIG_UDHCPC) += inet_cksum.o
173 lib-$(CONFIG_UDHCPC6) += inet_cksum.o
174 lib-$(CONFIG_UDHCPD) += inet_cksum.o
176 # We shouldn't build xregcomp.c if we don't need it - this ensures we don't
177 # require regex.h to be in the include dir even if we don't need it thereby
178 # allowing us to build busybox even if uclibc regex support is disabled.
180 lib-$(CONFIG_AWK) += xregcomp.o
181 lib-$(CONFIG_SED) += xregcomp.o
182 lib-$(CONFIG_GREP) += xregcomp.o
183 lib-$(CONFIG_EXPR) += xregcomp.o
184 lib-$(CONFIG_MDEV) += xregcomp.o
185 lib-$(CONFIG_LESS) += xregcomp.o
186 lib-$(CONFIG_PGREP) += xregcomp.o
187 lib-$(CONFIG_PKILL) += xregcomp.o
188 lib-$(CONFIG_DEVFSD) += xregcomp.o
189 lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o