2002-04-12 12:05:57 +00:00
|
|
|
# Makefile for busybox
|
|
|
|
#
|
2005-09-24 06:01:57 +00:00
|
|
|
# Copyright (C) 1999-2005 by Erik Andersen <andersen@codepoet.org>
|
2002-04-12 12:05:57 +00:00
|
|
|
#
|
2005-09-24 06:01:57 +00:00
|
|
|
# Licensed under the GPL v2, see the file LICENSE in this tarball.
|
2002-04-12 12:05:57 +00:00
|
|
|
|
2006-03-13 19:04:00 +00:00
|
|
|
ifndef $(LIBBB_DIR)
|
|
|
|
LIBBB_DIR:=$(top_builddir)/libbb
|
|
|
|
endif
|
|
|
|
srcdir=$(top_srcdir)/libbb
|
2002-04-12 12:05:57 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
LIBBB-n:=
|
|
|
|
LIBBB-y:= \
|
2006-08-03 15:41:12 +00:00
|
|
|
ask_confirmation.c change_identity.c chomp.c \
|
2003-10-22 10:23:04 +00:00
|
|
|
compare_string_array.c concat_path_file.c copy_file.c copyfd.c \
|
2006-04-10 17:07:15 +00:00
|
|
|
crc32.c create_icmp_socket.c create_icmp6_socket.c \
|
2006-05-26 13:38:43 +00:00
|
|
|
device_open.c dump.c error_msg.c error_msg_and_die.c \
|
2003-10-22 10:23:04 +00:00
|
|
|
find_pid_by_name.c find_root_device.c fgets_str.c full_read.c \
|
2005-09-20 21:06:17 +00:00
|
|
|
full_write.c get_last_path_component.c get_line_from_file.c \
|
2006-02-21 15:04:07 +00:00
|
|
|
herror_msg.c herror_msg_and_die.c \
|
2005-10-27 22:50:04 +00:00
|
|
|
human_readable.c inet_common.c inode_hash.c isdirectory.c \
|
2006-03-21 16:22:19 +00:00
|
|
|
kernel_version.c last_char_is.c login.c \
|
2006-03-01 22:54:48 +00:00
|
|
|
make_directory.c md5.c mode_string.c mtab_file.c \
|
2005-09-20 21:06:17 +00:00
|
|
|
obscure.c parse_mode.c parse_number.c perror_msg.c \
|
2006-09-20 22:06:01 +00:00
|
|
|
perror_msg_and_die.c get_console.c process_escape_sequence.c procps.c \
|
|
|
|
recursive_action.c remove_file.c info_msg.c vinfo_msg.c \
|
2003-10-09 13:40:17 +00:00
|
|
|
restricted_shell.c run_parts.c run_shell.c safe_read.c safe_write.c \
|
2006-02-21 15:04:07 +00:00
|
|
|
safe_strncpy.c setup_environment.c sha1.c simplify_path.c \
|
2004-06-22 10:07:17 +00:00
|
|
|
trim.c u_signal_names.c vdprintf.c verror_msg.c \
|
2006-09-11 09:18:09 +00:00
|
|
|
vherror_msg.c vperror_msg.c wfopen.c xconnect.c xgetcwd.c \
|
2006-08-28 20:04:46 +00:00
|
|
|
xgethostbyname.c xgethostbyname2.c xreadlink.c xgetlarg.c \
|
2006-09-20 22:06:01 +00:00
|
|
|
fclose_nonstdin.c fflush_stdout_and_exit.c \
|
2003-10-22 10:23:04 +00:00
|
|
|
getopt_ulflags.c default_error_retval.c wfopen_input.c speed_table.c \
|
2004-05-01 01:27:30 +00:00
|
|
|
perror_nomsg_and_die.c perror_nomsg.c skip_whitespace.c bb_askpass.c \
|
2005-08-09 19:38:05 +00:00
|
|
|
warn_ignoring_args.c concat_subpath_file.c vfork_daemon_rexec.c \
|
2006-06-08 21:37:26 +00:00
|
|
|
bb_do_delay.c
|
2002-07-03 11:46:38 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
# conditionally compiled objects:
|
2006-03-21 16:22:19 +00:00
|
|
|
LIBBB-$(CONFIG_FEATURE_MOUNT_LOOP)+= loop.c
|
2006-03-23 16:49:22 +00:00
|
|
|
LIBBB-$(CONFIG_LOSETUP)+= loop.c
|
2006-01-15 14:04:57 +00:00
|
|
|
LIBBB-$(CONFIG_FEATURE_MTAB_SUPPORT)+= mtab.c
|
2006-01-30 15:29:55 +00:00
|
|
|
LIBBB-$(CONFIG_PASSWD)+= pw_encrypt.c
|
|
|
|
LIBBB-$(CONFIG_SULOGIN)+= pw_encrypt.c
|
|
|
|
LIBBB-$(CONFIG_FEATURE_HTTPD_AUTH_MD5)+= pw_encrypt.c
|
|
|
|
LIBBB-$(CONFIG_VLOCK)+= correct_password.c
|
|
|
|
LIBBB-$(CONFIG_SU)+= correct_password.c
|
2006-01-31 08:17:13 +00:00
|
|
|
LIBBB-$(CONFIG_LOGIN)+= correct_password.c
|
2006-05-26 13:38:43 +00:00
|
|
|
LIBBB-$(CONFIG_DF)+= find_mount_point.c
|
|
|
|
LIBBB-$(CONFIG_EJECT)+= find_mount_point.c
|
2006-09-03 15:49:40 +00:00
|
|
|
LIBBB-$(CONFIG_UUENCODE)+= uuencode.c
|
|
|
|
LIBBB-$(CONFIG_WGET)+= uuencode.c
|
2002-04-12 12:05:57 +00:00
|
|
|
|
2006-08-28 20:04:46 +00:00
|
|
|
# We shouldn't build xregcomp.c if we don't need it - this ensures we don't
|
|
|
|
# require regex.h to be in the include dir even if we don't need it thereby
|
|
|
|
# allowing us to build busybox even if uclibc regex support is disabled.
|
|
|
|
|
|
|
|
regex-y:=
|
|
|
|
regex-$(CONFIG_AWK) += xregcomp.c
|
|
|
|
regex-$(CONFIG_SED) += xregcomp.c
|
|
|
|
regex-$(CONFIG_LESS) += xregcomp.c
|
|
|
|
regex-$(CONFIG_DEVFSD) += xregcomp.c
|
2006-09-06 13:24:39 +00:00
|
|
|
regex-$(CONFIG_MDEV) += xregcomp.c
|
|
|
|
regex-$(CONFIG_GREP) += xregcomp.c
|
2006-08-28 20:04:46 +00:00
|
|
|
|
|
|
|
# Sort has the happy side efect of returning a unique list
|
|
|
|
LIBBB-y += $(sort $(regex-y))
|
|
|
|
|
2006-03-02 18:23:13 +00:00
|
|
|
LIBBB-y:=$(patsubst %,$(srcdir)/%,$(LIBBB-y))
|
2006-01-15 14:04:57 +00:00
|
|
|
|
2006-05-12 01:42:33 +00:00
|
|
|
get-file-subparts = $(addsuffix .o,$(shell sed -n -e "s/^\#ifdef L_//p" ${1}))
|
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
# 1:N objects
|
2004-10-08 07:46:08 +00:00
|
|
|
LIBBB_MSRC0:=$(srcdir)/messages.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ0:=$(call get-file-subparts, ${LIBBB_MSRC0})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ0:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ0))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ0):$(LIBBB_MSRC0)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2004-10-08 07:46:08 +00:00
|
|
|
LIBBB_MSRC1:=$(srcdir)/xfuncs.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ1:=$(call get-file-subparts, ${LIBBB_MSRC1})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ1:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ1))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ1):$(LIBBB_MSRC1)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2004-10-08 07:46:08 +00:00
|
|
|
LIBBB_MSRC2:=$(srcdir)/printf.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ2:=$(call get-file-subparts, ${LIBBB_MSRC2})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ2:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ2))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ2):$(LIBBB_MSRC2)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2004-10-08 07:46:08 +00:00
|
|
|
LIBBB_MSRC3:=$(srcdir)/xgetularg.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ3:=$(call get-file-subparts, ${LIBBB_MSRC3})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ3:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ3))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ3):$(LIBBB_MSRC3)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2004-10-08 07:46:08 +00:00
|
|
|
LIBBB_MSRC4:=$(srcdir)/safe_strtol.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ4:=$(call get-file-subparts, ${LIBBB_MSRC4})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ4:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ4))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ4):$(LIBBB_MSRC4)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2004-03-06 22:11:45 +00:00
|
|
|
|
2005-09-20 21:06:17 +00:00
|
|
|
LIBBB_MSRC5:=$(srcdir)/bb_pwd.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ5:=$(call get-file-subparts, ${LIBBB_MSRC5})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ5:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ5))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ5):$(LIBBB_MSRC5)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2005-09-20 21:06:17 +00:00
|
|
|
|
2005-09-29 12:55:10 +00:00
|
|
|
LIBBB_MSRC6:=$(srcdir)/llist.c
|
2006-05-12 01:42:33 +00:00
|
|
|
LIBBB_MOBJ6:=$(call get-file-subparts, ${LIBBB_MSRC6})
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_MOBJ6:=$(patsubst %,$(LIBBB_DIR)/%, $(LIBBB_MOBJ6))
|
2006-01-15 14:04:57 +00:00
|
|
|
$(LIBBB_MOBJ6):$(LIBBB_MSRC6)
|
2006-03-13 19:04:00 +00:00
|
|
|
$(compile.c) -DL_$(notdir $*)
|
2005-09-29 12:55:10 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
# We need the names of the object files built from MSRC for the L_ defines
|
2006-04-12 07:35:12 +00:00
|
|
|
LIBBB_ALL_MOBJ:=$(LIBBB_MOBJ0) $(LIBBB_MOBJ1) $(LIBBB_MOBJ2) $(LIBBB_MOBJ3) \
|
2006-08-03 15:41:12 +00:00
|
|
|
$(LIBBB_MOBJ4) $(LIBBB_MOBJ5) $(LIBBB_MOBJ6)
|
2002-04-12 12:05:57 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
LIBBB_ALL_MSRC:=$(LIBBB_MSRC0) $(LIBBB_MSRC1) $(LIBBB_MSRC2) $(LIBBB_MSRC3) \
|
2006-08-03 15:41:12 +00:00
|
|
|
$(LIBBB_MSRC4) $(LIBBB_MSRC5) $(LIBBB_MSRC6)
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB-y:=$(sort $(LIBBB-y) $(LIBBB_ALL_MSRC))
|
|
|
|
|
|
|
|
LIBBB_AR:=$(LIBBB_DIR)/libbb.a
|
|
|
|
libraries-y+=$(LIBBB_AR)
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
needcrypt-y:=
|
2006-05-15 10:04:50 +00:00
|
|
|
ifneq ($(filter $(srcdir)/pw_encrypt.c,$(LIBBB-y)),)
|
2006-01-15 14:04:57 +00:00
|
|
|
needcrypt-y:=y
|
2006-03-13 19:04:00 +00:00
|
|
|
else
|
2006-05-15 10:04:50 +00:00
|
|
|
ifneq ($(filter $(srcdir)/correct_password.c,$(LIBBB-y)),)
|
2006-01-15 14:04:57 +00:00
|
|
|
needcrypt-y:=y
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
|
|
|
|
ifeq ($(needcrypt-y),y)
|
|
|
|
LIBRARIES := -lcrypt $(filter-out -lcrypt,$(LIBRARIES))
|
|
|
|
endif
|
2003-03-19 09:13:01 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
# all 1:1 objects
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_OBJS:=$(patsubst $(srcdir)/%.c,$(LIBBB_DIR)/%.o, $(LIBBB-y))
|
|
|
|
$(LIBBB_DIR)/%.o: $(srcdir)/%.c
|
|
|
|
$(compile.c)
|
2002-04-12 12:05:57 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
LIBBB_SRC-a:=$(wildcard $(srcdir)/*.c)
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBRARY_SRC-y+=$(LIBBB-y)
|
2006-01-15 14:04:57 +00:00
|
|
|
LIBRARY_SRC-a+=$(LIBBB_SRC-a)
|
2004-03-06 22:11:45 +00:00
|
|
|
|
2006-01-15 14:04:57 +00:00
|
|
|
# all defines needed for 1:N objects
|
2006-03-13 19:04:00 +00:00
|
|
|
LIBBB_DEFINE-y:=$(patsubst %,-DL_%,$(subst .o,,$(notdir $(LIBBB_ALL_MOBJ))))
|
2006-01-15 14:04:57 +00:00
|
|
|
LIBRARY_DEFINE-y+=$(LIBBB_DEFINE-y)
|
|
|
|
LIBRARY_DEFINE-a+=$(LIBBB_DEFINE-y)
|
2005-09-20 21:06:17 +00:00
|
|
|
|
2006-03-13 19:04:00 +00:00
|
|
|
$(LIBBB_AR): $(LIBBB_OBJS) $(LIBBB_ALL_MOBJ)
|
|
|
|
$(do_ar)
|