source: MondoRescue/branches/2.2.9/mindi-busybox/libbb/Kbuild@ 2725

Last change on this file since 2725 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 4.8 KB
RevLine 
[2725]1# DO NOT EDIT. This file is generated from Kbuild.src
[1765]2# Makefile for busybox
3#
4# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
5#
[2725]6# Licensed under GPLv2, see file LICENSE in this source tree.
[1765]7
[2725]8libbb/appletlib.o: include/usage_compressed.h
9
[1765]10lib-y:=
11
[2725]12
13
14lib-y += appletlib.o
[1765]15lib-y += ask_confirmation.o
16lib-y += bb_askpass.o
17lib-y += bb_basename.o
[2725]18lib-y += bb_bswap_64.o
[1765]19lib-y += bb_do_delay.o
20lib-y += bb_pwd.o
[2725]21lib-y += bb_qsort.o
22#lib-y += bb_strtod.o
[1765]23lib-y += bb_strtonum.o
24lib-y += change_identity.o
25lib-y += chomp.o
26lib-y += compare_string_array.o
27lib-y += concat_path_file.o
28lib-y += concat_subpath_file.o
29lib-y += copy_file.o
30lib-y += copyfd.o
31lib-y += crc32.o
32lib-y += create_icmp6_socket.o
33lib-y += create_icmp_socket.o
34lib-y += default_error_retval.o
35lib-y += device_open.o
36lib-y += dump.o
37lib-y += execable.o
38lib-y += fclose_nonstdin.o
39lib-y += fflush_stdout_and_exit.o
40lib-y += fgets_str.o
41lib-y += find_pid_by_name.o
42lib-y += find_root_device.o
43lib-y += full_write.o
44lib-y += get_console.o
45lib-y += get_last_path_component.o
46lib-y += get_line_from_file.o
47lib-y += getopt32.o
[2725]48lib-y += getpty.o
49lib-y += get_volsize.o
[1765]50lib-y += herror_msg.o
51lib-y += human_readable.o
52lib-y += inet_common.o
53lib-y += info_msg.o
54lib-y += inode_hash.o
55lib-y += isdirectory.o
56lib-y += kernel_version.o
57lib-y += last_char_is.o
[2725]58lib-y += lineedit.o lineedit_ptr_hack.o
[1765]59lib-y += llist.o
60lib-y += login.o
61lib-y += make_directory.o
62lib-y += makedev.o
63lib-y += match_fstype.o
[2725]64lib-y += hash_md5_sha.o
65# Alternative (disabled) MD5 implementation
66#lib-y += hash_md5prime.o
[1765]67lib-y += messages.o
68lib-y += mode_string.o
69lib-y += obscure.o
70lib-y += parse_mode.o
[2725]71lib-y += parse_config.o
[1765]72lib-y += perror_msg.o
73lib-y += perror_nomsg.o
74lib-y += perror_nomsg_and_die.o
75lib-y += pidfile.o
[2725]76lib-y += platform.o
77lib-y += printable.o
78lib-y += printable_string.o
79lib-y += print_flags.o
[1765]80lib-y += process_escape_sequence.o
81lib-y += procps.o
[2725]82lib-y += progress.o
83lib-y += ptr_to_globals.o
[1765]84lib-y += read.o
[2725]85lib-y += read_printf.o
86lib-y += read_key.o
[1765]87lib-y += recursive_action.o
88lib-y += remove_file.o
89lib-y += run_shell.o
[2725]90lib-y += safe_gethostname.o
91lib-y += safe_poll.o
[1765]92lib-y += safe_strncpy.o
93lib-y += safe_write.o
94lib-y += setup_environment.o
[2725]95lib-y += signals.o
[1765]96lib-y += simplify_path.o
[2725]97lib-y += single_argv.o
[1765]98lib-y += skip_whitespace.o
99lib-y += speed_table.o
100lib-y += str_tolower.o
[2725]101lib-y += strrstr.o
[1765]102lib-y += time.o
103lib-y += trim.o
104lib-y += u_signal_names.o
105lib-y += udp_io.o
106lib-y += uuencode.o
107lib-y += vdprintf.o
108lib-y += verror_msg.o
109lib-y += vfork_daemon_rexec.o
110lib-y += warn_ignoring_args.o
111lib-y += wfopen.o
112lib-y += wfopen_input.o
[2725]113lib-y += write.o
[1765]114lib-y += xatonum.o
115lib-y += xconnect.o
116lib-y += xfuncs.o
[2725]117lib-y += xfuncs_printf.o
118lib-y += xfunc_die.o
[1765]119lib-y += xgetcwd.o
120lib-y += xgethostbyname.o
121lib-y += xreadlink.o
[2725]122lib-y += xrealloc_vector.o
[1765]123
[2725]124lib-$(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)
128lib-$(CONFIG_SELINUX) += selinux_common.o
129lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
130lib-$(CONFIG_UNICODE_SUPPORT) += unicode.o
131lib-$(CONFIG_FEATURE_CHECK_NAMES) += die_if_bad_username.o
132
133lib-$(CONFIG_LOSETUP) += loop.o
[1765]134lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o
[2725]135
136lib-$(CONFIG_ADDGROUP) += update_passwd.o
137lib-$(CONFIG_ADDUSER) += update_passwd.o
138lib-$(CONFIG_DELGROUP) += update_passwd.o
139lib-$(CONFIG_DELUSER) += update_passwd.o
140
141lib-$(CONFIG_PASSWD) += pw_encrypt.o update_passwd.o
142lib-$(CONFIG_CHPASSWD) += pw_encrypt.o update_passwd.o
143lib-$(CONFIG_CRYPTPW) += pw_encrypt.o
[1765]144lib-$(CONFIG_SULOGIN) += pw_encrypt.o
[2725]145lib-$(CONFIG_VLOCK) += pw_encrypt.o correct_password.o
146lib-$(CONFIG_SU) += pw_encrypt.o correct_password.o
147lib-$(CONFIG_LOGIN) += pw_encrypt.o correct_password.o
[1765]148lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
[2725]149
[1765]150lib-$(CONFIG_DF) += find_mount_point.o
151lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o
[2725]152lib-$(CONFIG_MKFS_EXT2) += find_mount_point.o
153lib-$(CONFIG_MKFS_REISER) += find_mount_point.o
154lib-$(CONFIG_FSCK_MINIX) += find_mount_point.o
155lib-$(CONFIG_MOUNT) += find_mount_point.o
[1765]156
[2725]157lib-$(CONFIG_HWCLOCK) += rtc.o
158lib-$(CONFIG_RTCWAKE) += rtc.o
159
160lib-$(CONFIG_IOSTAT) += get_cpu_count.o
161lib-$(CONFIG_MPSTAT) += get_cpu_count.o
162lib-$(CONFIG_POWERTOP) += get_cpu_count.o
163
[1765]164# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
165# require regex.h to be in the include dir even if we don't need it thereby
166# allowing us to build busybox even if uclibc regex support is disabled.
167
168lib-$(CONFIG_AWK) += xregcomp.o
169lib-$(CONFIG_SED) += xregcomp.o
170lib-$(CONFIG_GREP) += xregcomp.o
171lib-$(CONFIG_EXPR) += xregcomp.o
172lib-$(CONFIG_MDEV) += xregcomp.o
173lib-$(CONFIG_LESS) += xregcomp.o
[2725]174lib-$(CONFIG_PGREP) += xregcomp.o
175lib-$(CONFIG_PKILL) += xregcomp.o
[1765]176lib-$(CONFIG_DEVFSD) += xregcomp.o
177lib-$(CONFIG_FEATURE_FIND_REGEX) += xregcomp.o
Note: See TracBrowser for help on using the repository browser.