Magellan Linux

Contents of /trunk/mkinitrd-magellan/busybox/libbb/Kbuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
File size: 3144 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

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 += ask_confirmation.o
10 lib-y += bb_askpass.o
11 lib-y += bb_do_delay.o
12 lib-y += bb_pwd.o
13 lib-y += bb_strtonum.o
14 lib-y += change_identity.o
15 lib-y += chomp.o
16 lib-y += compare_string_array.o
17 lib-y += concat_path_file.o
18 lib-y += concat_subpath_file.o
19 lib-y += copy_file.o
20 lib-y += copyfd.o
21 lib-y += crc32.o
22 lib-y += create_icmp6_socket.o
23 lib-y += create_icmp_socket.o
24 lib-y += default_error_retval.o
25 lib-y += device_open.o
26 lib-y += dump.o
27 lib-y += error_msg.o
28 lib-y += error_msg_and_die.o
29 lib-y += execable.o
30 lib-y += fclose_nonstdin.o
31 lib-y += fflush_stdout_and_exit.o
32 lib-y += fgets_str.o
33 lib-y += find_pid_by_name.o
34 lib-y += find_root_device.o
35 lib-y += full_write.o
36 lib-y += get_console.o
37 lib-y += get_last_path_component.o
38 lib-y += get_line_from_file.o
39 lib-y += getopt32.o
40 lib-y += herror_msg.o
41 lib-y += herror_msg_and_die.o
42 lib-y += human_readable.o
43 lib-y += inet_common.o
44 lib-y += info_msg.o
45 lib-y += inode_hash.o
46 lib-y += isdirectory.o
47 lib-y += kernel_version.o
48 lib-y += last_char_is.o
49 lib-y += llist.o
50 lib-y += login.o
51 lib-y += make_directory.o
52 lib-y += makedev.o
53 lib-y += md5.o
54 lib-y += messages.o
55 lib-y += mode_string.o
56 lib-y += mtab_file.o
57 lib-y += obscure.o
58 lib-y += parse_mode.o
59 lib-y += perror_msg.o
60 lib-y += perror_msg_and_die.o
61 lib-y += perror_nomsg.o
62 lib-y += perror_nomsg_and_die.o
63 lib-y += process_escape_sequence.o
64 lib-y += procps.o
65 lib-y += read.o
66 lib-y += recursive_action.o
67 lib-y += remove_file.o
68 lib-y += restricted_shell.o
69 lib-y += run_shell.o
70 lib-y += safe_strncpy.o
71 lib-y += safe_write.o
72 lib-y += setup_environment.o
73 lib-y += sha1.o
74 lib-y += simplify_path.o
75 lib-y += skip_whitespace.o
76 lib-y += speed_table.o
77 lib-y += trim.o
78 lib-y += u_signal_names.o
79 lib-y += uuencode.o
80 lib-y += vdprintf.o
81 lib-y += verror_msg.o
82 lib-y += vfork_daemon_rexec.o
83 lib-y += vherror_msg.o
84 lib-y += vinfo_msg.o
85 lib-y += vperror_msg.o
86 lib-y += warn_ignoring_args.o
87 lib-y += wfopen.o
88 lib-y += wfopen_input.o
89 lib-y += xatonum.o
90 lib-y += xconnect.o
91 lib-y += xfuncs.o
92 lib-y += xgetcwd.o
93 lib-y += xgethostbyname.o
94 lib-y += xgethostbyname2.o
95 lib-y += xreadlink.o
96
97 # conditionally compiled objects:
98 lib-$(CONFIG_FEATURE_MOUNT_LOOP) += loop.o
99 lib-$(CONFIG_LOSETUP) += loop.o
100 lib-$(CONFIG_FEATURE_MTAB_SUPPORT) += mtab.o
101 lib-$(CONFIG_PASSWD) += pw_encrypt.o
102 lib-$(CONFIG_SULOGIN) += pw_encrypt.o
103 lib-$(CONFIG_FEATURE_HTTPD_AUTH_MD5) += pw_encrypt.o
104 lib-$(CONFIG_VLOCK) += correct_password.o
105 lib-$(CONFIG_SU) += correct_password.o
106 lib-$(CONFIG_LOGIN) += correct_password.o
107 lib-$(CONFIG_DF) += find_mount_point.o
108 lib-$(CONFIG_MKFS_MINIX) += find_mount_point.o
109
110 # We shouldn't build xregcomp.c if we don't need it - this ensures we don't
111 # require regex.h to be in the include dir even if we don't need it thereby
112 # allowing us to build busybox even if uclibc regex support is disabled.
113
114 lib-$(CONFIG_AWK) += xregcomp.o
115 lib-$(CONFIG_SED) += xregcomp.o
116 lib-$(CONFIG_GREP) += xregcomp.o
117 lib-$(CONFIG_MDEV) += xregcomp.o
118 lib-$(CONFIG_LESS) += xregcomp.o
119 lib-$(CONFIG_DEVFSD) += xregcomp.o