diff options
author | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 01:37:03 +0000 |
---|---|---|
committer | Glenn L McGrath <bug1@ihug.co.nz> | 2001-04-11 01:37:03 +0000 |
commit | 9d53c8ab74ecb2be62ebf4c61350b842787cc6b9 (patch) | |
tree | c351bc7377b948c358f0f9c7da1f225b6f349ee3 /Makefile | |
parent | 93ffa950bfd349c8d8ff40f1f862f2b7483584d4 (diff) | |
download | busybox-w32-9d53c8ab74ecb2be62ebf4c61350b842787cc6b9.tar.gz busybox-w32-9d53c8ab74ecb2be62ebf4c61350b842787cc6b9.tar.bz2 busybox-w32-9d53c8ab74ecb2be62ebf4c61350b842787cc6b9.zip |
Move get_ar_headers to libbb, make dpkg_deb.c independent of ar.c
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
@@ -235,17 +235,18 @@ endif | |||
235 | 235 | ||
236 | LIBBB = libbb | 236 | LIBBB = libbb |
237 | LIBBB_LIB = libbb.a | 237 | LIBBB_LIB = libbb.a |
238 | LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c copy_file.c \ | 238 | LIBBB_CSRC= ask_confirmation.c check_wildcard_match.c chomp.c \ |
239 | copy_file_chunk.c create_path.c daemon.c device_open.c error_msg.c \ | 239 | concat_path_file.c copy_file.c copy_file_chunk.c create_path.c daemon.c \ |
240 | find_mount_point.c find_pid_by_name.c find_root_device.c full_read.c \ | 240 | device_open.c error_msg.c error_msg_and_die.c find_mount_point.c \ |
241 | full_write.c get_console.c get_last_path_component.c get_line_from_file.c \ | 241 | find_pid_by_name.c find_root_device.c full_read.c full_write.c \ |
242 | get_ar_headers.c get_console.c get_last_path_component.c get_line_from_file.c \ | ||
242 | human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ | 243 | human_readable.c inode_hash.c isdirectory.c kernel_version.c loop.c \ |
243 | mode_string.c parse_mode.c parse_number.c print_file.c process_escape_sequence.c \ | 244 | mode_string.c module_syscalls.c mtab.c mtab_file.c my_getgrnam.c \ |
244 | my_getgrgid.c my_getpwnamegid.c my_getpwuid.c my_getgrnam.c my_getpwnam.c \ | 245 | my_getgrgid.c my_getpwnam.c my_getpwnamegid.c my_getpwuid.c parse_mode.c \ |
245 | recursive_action.c safe_read.c safe_strncpy.c syscalls.c module_syscalls.c \ | 246 | parse_number.c perror_msg.c perror_msg_and_die.c print_file.c \ |
246 | syslog_msg_with_name.c time_string.c trim.c vdprintf.c wfopen.c xfuncs.c \ | 247 | process_escape_sequence.c recursive_action.c safe_read.c safe_strncpy.c \ |
247 | xregcomp.c error_msg_and_die.c perror_msg.c perror_msg_and_die.c \ | 248 | syscalls.c syslog_msg_with_name.c time_string.c trim.c vdprintf.c verror_msg.c \ |
248 | verror_msg.c vperror_msg.c mtab.c mtab_file.c xgetcwd.c concat_path_file.c | 249 | vperror_msg.c wfopen.c xfuncs.c xgetcwd.c xregcomp.c |
249 | 250 | ||
250 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) | 251 | LIBBB_OBJS=$(patsubst %.c,$(LIBBB)/%.o, $(LIBBB_CSRC)) |
251 | LIBBB_CFLAGS = -I$(LIBBB) | 252 | LIBBB_CFLAGS = -I$(LIBBB) |