Start 1.33.0 development cycle
[oweals/busybox.git] / libbb / Kbuild.src
1 # Makefile for busybox
2 #
3 # Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
4 #
5 # Licensed under GPLv2, see file LICENSE in this source tree.
6
7 libbb/appletlib.o: include/usage_compressed.h
8
9 lib-y:=
10
11 INSERT
12
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 += default_error_retval.o
31 lib-y += device_open.o
32 lib-y += dump.o
33 lib-y += executable.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 += getpty.o
44 lib-y += get_volsize.o
45 lib-y += herror_msg.o
46 lib-y += human_readable.o
47 lib-y += inet_common.o
48 lib-y += inode_hash.o
49 lib-y += isdirectory.o
50 lib-y += kernel_version.o
51 lib-y += last_char_is.o
52 lib-y += lineedit.o lineedit_ptr_hack.o
53 lib-y += llist.o
54 lib-y += login.o
55 lib-y += make_directory.o
56 lib-y += makedev.o
57 lib-y += hash_md5_sha.o
58 # Alternative (disabled) MD5 implementation
59 #lib-y += hash_md5prime.o
60 lib-y += messages.o
61 lib-y += mode_string.o
62 lib-y += parse_mode.o
63 lib-y += perror_msg.o
64 lib-y += perror_nomsg.o
65 lib-y += perror_nomsg_and_die.o
66 lib-y += pidfile.o
67 lib-y += platform.o
68 lib-y += printable.o
69 lib-y += printable_string.o
70 lib-y += print_flags.o
71 lib-y += process_escape_sequence.o
72 lib-y += procps.o
73 lib-y += progress.o
74 lib-y += ptr_to_globals.o
75 lib-y += read.o
76 lib-y += read_printf.o
77 lib-y += read_key.o
78 lib-y += recursive_action.o
79 lib-y += remove_file.o
80 lib-y += run_shell.o
81 lib-y += safe_gethostname.o
82 lib-y += safe_poll.o
83 lib-y += safe_strncpy.o
84 lib-y += safe_write.o
85 lib-y += securetty.o
86 lib-y += setup_environment.o
87 lib-y += signals.o
88 lib-y += simplify_path.o
89 lib-y += single_argv.o
90 lib-y += skip_whitespace.o
91 lib-y += speed_table.o
92 lib-y += str_tolower.o
93 lib-y += strrstr.o
94 lib-y += sysconf.o
95 lib-y += time.o
96 lib-y += trim.o
97 lib-y += u_signal_names.o
98 lib-y += uuencode.o
99 lib-y += verror_msg.o
100 lib-y += vfork_daemon_rexec.o
101 lib-y += warn_ignoring_args.o
102 lib-y += wfopen.o
103 lib-y += wfopen_input.o
104 lib-y += write.o
105 lib-y += xatonum.o
106 lib-y += xconnect.o
107 lib-y += xfuncs.o
108 lib-y += xfuncs_printf.o
109 lib-y += xfunc_die.o
110 lib-y += xgetcwd.o
111 lib-y += xgethostbyname.o
112 lib-y += xreadlink.o
113 lib-y += xrealloc_vector.o
114
115 lib-$(CONFIG_PLATFORM_LINUX) += match_fstype.o
116
117 lib-$(CONFIG_FEATURE_UTMP) += utmp.o
118
119 # A mix of optimizations (why build stuff we know won't be used)
120 # and objects which may fail to build (SELinux on selinux-less system)
121 lib-$(CONFIG_SELINUX) += selinux_common.o
122 lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
123 lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o
124 lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o
125
126 lib-$(CONFIG_NC) += udp_io.o
127 lib-$(CONFIG_NETCAT) += udp_io.o
128 lib-$(CONFIG_DNSD) += udp_io.o
129 lib-$(CONFIG_NTPD) += udp_io.o
130 lib-$(CONFIG_TFTP) += udp_io.o
131 lib-$(CONFIG_TFTPD) += udp_io.o
132 lib-$(CONFIG_TCPSVD) += udp_io.o
133 lib-$(CONFIG_UDPSVD) += udp_io.o
134 lib-$(CONFIG_TRACEROUTE) += udp_io.o
135 lib-$(CONFIG_TRACEROUTE6) += udp_io.o
136
137 lib-$(CONFIG_LOSETUP) += loop.o
138 lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o
139
140 lib-$(CONFIG_ADDGROUP) += update_passwd.o
141 lib-$(CONFIG_ADDUSER) += update_passwd.o
142 lib-$(CONFIG_DELGROUP) += update_passwd.o
143 lib-$(CONFIG_DELUSER) += update_passwd.o
144
145 lib-$(CONFIG_FTPD) += pw_encrypt.o correct_password.o
146 lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o
147 lib-$(CONFIG_FEATURE_PASSWD_WEAK_CHECK) += obscure.o
148 lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
149 lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
150 lib-$(CONFIG_MKPASSWD) += pw_encrypt.o
151 lib-$(CONFIG_SULOGIN) += pw_encrypt.o correct_password.o
152 lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o
153 lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o
154 lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o
155 lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
156 lib-$(CONFIG_FEATURE_FTP_AUTHENTICATION) += pw_encrypt.o
157
158 lib-$(CONFIG_DF) += find_mount_point.o
159 lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o
160 lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o
161 lib-$(CONFIG_MKE2FS) += find_mount_point.o
162 lib-$(CONFIG_MKFS_REISER) += find_mount_point.o
163 lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o
164 lib-$(CONFIG_MOUNT) += find_mount_point.o
165
166 lib-$(CONFIG_HWCLOCK) += rtc.o
167 lib-$(CONFIG_RTCWAKE) += rtc.o
168
169 lib-$(CONFIG_IOSTAT) += get_cpu_count.o
170 lib-$(CONFIG_MPSTAT) += get_cpu_count.o
171 lib-$(CONFIG_POWERTOP) += get_cpu_count.o
172
173 lib-$(CONFIG_PING) += inet_cksum.o
174 lib-$(CONFIG_PING6) += inet_cksum.o
175 lib-$(CONFIG_TRACEROUTE) += inet_cksum.o
176 lib-$(CONFIG_TRACEROUTE6) += inet_cksum.o
177 lib-$(CONFIG_UDHCPC) += inet_cksum.o
178 lib-$(CONFIG_UDHCPC6) += inet_cksum.o
179 lib-$(CONFIG_UDHCPD) += inet_cksum.o
180 lib-$(CONFIG_DHCPRELAY) += inet_cksum.o
181
182 # We shouldn't build xregcomp.c if we don't need it - this ensures we don't
183 # require regex.h to be in the include dir even if we don't need it thereby
184 # allowing us to build busybox even if uclibc regex support is disabled.
185
186 lib-$(CONFIG_AWK) += xregcomp.o
187 lib-$(CONFIG_SED) += xregcomp.o
188 lib-$(CONFIG_GREP) += xregcomp.o
189 lib-$(CONFIG_EGREP) += xregcomp.o
190 lib-$(CONFIG_FGREP) += xregcomp.o
191 lib-$(CONFIG_EXPR) += xregcomp.o
192 lib-$(CONFIG_MDEV) += xregcomp.o
193 lib-$(CONFIG_LESS) += xregcomp.o
194 lib-$(CONFIG_PGREP) += xregcomp.o
195 lib-$(CONFIG_PKILL) += xregcomp.o
196 lib-$(CONFIG_DEVFSD) += xregcomp.o
197 lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
198
199 # Add the experimental logging functionality, only used by zcip
200 lib-$(CONFIG_ZCIP) += logenv.o