| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | # Makefile for bash-4.2, version 4.4
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | #
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | # Copyright (C) 1996-2010 Free Software Foundation, Inc.
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | #   This program is free software: you can redistribute it and/or modify
 | 
					
						
							|  |  |  | #   it under the terms of the GNU General Public License as published by
 | 
					
						
							|  |  |  | #   the Free Software Foundation, either version 3 of the License, or
 | 
					
						
							|  |  |  | #   (at your option) any later version.
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | #   This program is distributed in the hope that it will be useful,
 | 
					
						
							|  |  |  | #   but WITHOUT ANY WARRANTY; without even the implied warranty of
 | 
					
						
							|  |  |  | #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 | 
					
						
							|  |  |  | #   GNU General Public License for more details.
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | #   You should have received a copy of the GNU General Public License
 | 
					
						
							|  |  |  | #   along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # Make sure the first target in the makefile is the right one
 | 
					
						
							|  |  |  | all: .made | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | PACKAGE = @PACKAGE_NAME@ | 
					
						
							|  |  |  | VERSION = @PACKAGE_VERSION@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ | 
					
						
							|  |  |  | PACKAGE_NAME = @PACKAGE_NAME@ | 
					
						
							|  |  |  | PACKAGE_STRING = @PACKAGE_STRING@ | 
					
						
							|  |  |  | PACKAGE_VERSION = @PACKAGE_VERSION@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # Include some boilerplate Gnu makefile definitions.
 | 
					
						
							|  |  |  | prefix = @prefix@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | exec_prefix = @exec_prefix@ | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | datarootdir = @datarootdir@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | bindir = @bindir@ | 
					
						
							|  |  |  | libdir = @libdir@ | 
					
						
							|  |  |  | infodir = @infodir@ | 
					
						
							|  |  |  | includedir = @includedir@ | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | datadir = @datadir@ | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | localedir = @localedir@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | mandir = @mandir@ | 
					
						
							|  |  |  | manpfx = man | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | man1ext = .1 | 
					
						
							|  |  |  | man1dir = $(mandir)/$(manpfx)1 | 
					
						
							|  |  |  | man3ext = .3 | 
					
						
							|  |  |  | man3dir = $(mandir)/$(manpfx)3 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | htmldir = @htmldir@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | # Support an alternate destination root directory for package building
 | 
					
						
							|  |  |  | DESTDIR = | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | topdir = @top_srcdir@ | 
					
						
							|  |  |  | BUILD_DIR = @BUILD_DIR@ | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | top_builddir = @BUILD_DIR@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | srcdir = @srcdir@ | 
					
						
							|  |  |  | VPATH = .:@srcdir@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | @SET_MAKE@ | 
					
						
							|  |  |  | CC = @CC@ | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | CC_FOR_BUILD = @CC_FOR_BUILD@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | YACC = @YACC@ | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | SHELL = @MAKE_SHELL@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | CP = cp | 
					
						
							|  |  |  | RM = rm -f | 
					
						
							|  |  |  | AR = @AR@ | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | ARFLAGS = @ARFLAGS@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | RANLIB = @RANLIB@ | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | SIZE = @SIZE@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | INSTALL = @INSTALL@ | 
					
						
							|  |  |  | INSTALL_PROGRAM = @INSTALL_PROGRAM@ | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | INSTALL_SCRIPT = @INSTALL_SCRIPT@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | INSTALL_DATA = @INSTALL_DATA@ | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | INSTALLMODE= -m 0755 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | INSTALLMODE2 = -m 0555 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | TESTSCRIPT = @TESTSCRIPT@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | DEBUGGER_START_FILE = @DEBUGGER_START_FILE@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #If you have purify, and want to use it, uncomment this definition or
 | 
					
						
							|  |  |  | # run the make as `make PURIFY=purify'
 | 
					
						
							|  |  |  | # or run configure with the --with-purify argument.
 | 
					
						
							|  |  |  | PURIFY = @PURIFY@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Here is a rule for making .o files from .c files that does not
 | 
					
						
							|  |  |  | # force the type of the machine (like -M_MACHINE) into the flags.
 | 
					
						
							|  |  |  | .c.o: | 
					
						
							|  |  |  | 	$(RM) $@ | 
					
						
							|  |  |  | 	$(CC) $(CCFLAGS) -c $< | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | EXEEXT = @EXEEXT@ | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | OBJEXT = @OBJEXT@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # The name of this program and some version information.
 | 
					
						
							|  |  |  | VERSPROG = bashversion$(EXEEXT) | 
					
						
							|  |  |  | VERSOBJ = bashversion.$(OBJEXT) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | Program = bash$(EXEEXT) | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | Version = @BASHVERS@ | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | PatchLevel = `$(BUILD_DIR)/$(VERSPROG) -p` | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | RELSTATUS = @RELSTATUS@ | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | Machine = @host_cpu@ | 
					
						
							|  |  |  | OS = @host_os@ | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | VENDOR = @host_vendor@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | MACHTYPE = @host@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | # comment out for release
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | DEBUG = @DEBUG@ | 
					
						
							|  |  |  | MALLOC_DEBUG = @MALLOC_DEBUG@ | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | THIS_SH = $(BUILD_DIR)/$(Program) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # PROFILE_FLAGS is either -pg, to generate profiling info for use
 | 
					
						
							|  |  |  | # with gprof, or nothing (the default).
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | PROFILE_FLAGS= @PROFILE_FLAGS@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | CFLAGS = @CFLAGS@ | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ @CROSS_COMPILE@ | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | CPPFLAGS = @CPPFLAGS@ | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | LOCAL_CFLAGS = @LOCAL_CFLAGS@ ${DEBUG} ${MALLOC_DEBUG} | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | DEFS = @DEFS@ | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | LOCAL_DEFS = @LOCAL_DEFS@ | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | LOCALE_DEFS = -DLOCALEDIR='"$(localedir)"' -DPACKAGE='"$(PACKAGE)"' | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | LOCAL_LIBS = @LOCAL_LIBS@ | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | LIBS = $(BUILTINS_LIB) $(LIBRARIES) @LIBS@ | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | LIBS_FOR_BUILD =  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | STATIC_LD = @STATIC_LD@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | LOCAL_LDFLAGS = @LOCAL_LDFLAGS@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | SYSTEM_FLAGS = -DPROGRAM='"$(Program)"' -DCONF_HOSTTYPE='"$(Machine)"' -DCONF_OSTYPE='"$(OS)"' -DCONF_MACHTYPE='"$(MACHTYPE)"' -DCONF_VENDOR='"$(VENDOR)"' $(LOCALE_DEFS) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | BASE_CCFLAGS = $(PROFILE_FLAGS) $(SYSTEM_FLAGS) $(LOCAL_DEFS) \
 | 
					
						
							|  |  |  | 	  $(DEFS) $(LOCAL_CFLAGS) $(INCLUDES) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | CCFLAGS = $(BASE_CCFLAGS) $(CPPFLAGS) $(CFLAGS) | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | CCFLAGS_FOR_BUILD = $(BASE_CCFLAGS) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LDFLAGS = @LDFLAGS@ $(STATIC_LD) $(LOCAL_LDFLAGS) $(PROFILE_FLAGS) $(CFLAGS) | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ $(LOCAL_LDFLAGS) $(CFLAGS_FOR_BUILD) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | INCLUDES = -I. @RL_INCLUDE@ -I$(srcdir) -I$(BASHINCDIR) -I$(LIBSRC) $(INTL_INC) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | # Maybe add: -Wextra
 | 
					
						
							|  |  |  | GCC_LINT_FLAGS = -O -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wno-parentheses \
 | 
					
						
							|  |  |  | 		 -Wcast-align -Wstrict-prototypes -Wconversion -Wformat \
 | 
					
						
							|  |  |  | 		 -Wformat-nonliteral -Wmissing-braces -Wuninitialized \
 | 
					
						
							|  |  |  | 		 -Wmissing-declarations  -Winline \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 		 -Wmissing-prototypes -Wtraditional -Wredundant-decls -pedantic | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | GCC_LINT_CFLAGS = $(BASE_CCFLAGS) $(CPPFLAGS) $(GCC_LINT_FLAGS) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # Support libraries
 | 
					
						
							|  |  |  | # 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dot = . | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LIBSUBDIR = lib | 
					
						
							|  |  |  | LIBSRC = $(srcdir)/$(LIBSUBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | LIBBUILD = ${BUILD_DIR}/${LIBSUBDIR} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | SUBDIR_INCLUDES = -I. @RL_INCLUDE@ -I$(topdir) -I$(topdir)/$(LIBSUBDIR) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@ | 
					
						
							|  |  |  | USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | # the bash library
 | 
					
						
							|  |  |  | # the library is a mix of functions that the C library does not provide on
 | 
					
						
							|  |  |  | # some platforms and general shell utility functions
 | 
					
						
							|  |  |  | SH_LIBSRC = $(LIBSRC)/sh | 
					
						
							|  |  |  | SH_LIBDIR = $(dot)/${LIBSUBDIR}/sh | 
					
						
							|  |  |  | SH_ABSSRC = ${topdir}/${SH_LIBSRC} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | SHLIB_SOURCE =	${SH_LIBSRC}/clktck.c ${SH_LIBSRC}/getcwd.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/getenv.c ${SH_LIBSRC}/oslib.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | 		${SH_LIBSRC}/setlinebuf.c ${SH_LIBSRC}/strchrnul.c \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		${SH_LIBSRC}/strcasecmp.c ${SH_LIBSRC}/strerror.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/strtod.c ${SH_LIBSRC}/strtol.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/strtoul.c ${SH_LIBSRC}/vprint.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/itos.c ${SH_LIBSRC}/rename.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/zread.c ${SH_LIBSRC}/zwrite.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/shtty.c ${SH_LIBSRC}/inet_aton.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/netopen.c ${SH_LIBSRC}/strpbrk.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/timeval.c ${SH_LIBSRC}/clock.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/makepath.c ${SH_LIBSRC}/pathcanon.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/pathphys.c ${SH_LIBSRC}/stringlist.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/stringvec.c ${SH_LIBSRC}/tmpfile.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/spell.c ${SH_LIBSRC}/strtrans.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | 		${SH_LIBSRC}/strcasestr.c ${SH_LIBSRC}/shquote.c \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		${SH_LIBSRC}/snprintf.c ${SH_LIBSRC}/mailstat.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/fmtulong.c ${SH_LIBSRC}/fmtullong.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/strtoll.c ${SH_LIBSRC}/strtoull.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/strtoimax.c ${SH_LIBSRC}/strtoumax.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/fmtumax.c ${SH_LIBSRC}/netconn.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/mktime.c ${SH_LIBSRC}/strftime.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | 		${SH_LIBSRC}/memset.c ${SH_LIBSRC}/mbschr.c \
 | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 		${SH_LIBSRC}/zcatfd.c ${SH_LIBSRC}/shmatch.c \
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 		${SH_LIBSRC}/strnlen.c ${SH_LIBSRC}/winsize.c \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 		${SH_LIBSRC}/eaccess.c ${SH_LIBSRC}/wcsdup.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/zmapfd.c ${SH_LIBSRC}/fpurge.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/zgetline.c ${SH_LIBSRC}/mbscmp.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/casemod.c ${SH_LIBSRC}/uconvert.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | 		${SH_LIBSRC}/ufuncs.c ${SH_LIBSRC}/dprintf.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | 		${SH_LIBSRC}/input_avail.c ${SH_LIBSRC}/mbscasecmp.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | 		${SH_LIBSRC}/fnxform.c ${SH_LIBSRC}/unicode.c \
 | 
					
						
							|  |  |  | 		${SH_LIBSRC}/wcswidth.c ${SH_LIBSRC}/shmbchar.c | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | SHLIB_LIB = -lsh | 
					
						
							|  |  |  | SHLIB_LIBNAME = libsh.a | 
					
						
							|  |  |  | SHLIB_LIBRARY = ${SH_LIBDIR}/${SHLIB_LIBNAME} | 
					
						
							|  |  |  | SHLIB_LDFLAGS = -L${SH_LIBDIR} | 
					
						
							|  |  |  | SHLIB_DEP = ${SHLIB_LIBRARY} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # we assume for now that readline source is being shipped with bash
 | 
					
						
							|  |  |  | RL_LIBSRC = $(LIBSRC)/readline | 
					
						
							|  |  |  | RL_LIBDOC = $(RL_LIBSRC)/doc | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | RL_LIBDIR = @RL_LIBDIR@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | RL_ABSSRC = ${topdir}/$(RL_LIBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | RL_INCLUDEDIR = @RL_INCLUDEDIR@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | READLINE_LIB = @READLINE_LIB@ | 
					
						
							|  |  |  | READLINE_LIBRARY = $(RL_LIBDIR)/libreadline.a | 
					
						
							|  |  |  | READLINE_LDFLAGS = -L${RL_LIBDIR} | 
					
						
							|  |  |  | READLINE_DEP = @READLINE_DEP@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # The source, object and documentation of the GNU Readline library.
 | 
					
						
							|  |  |  | READLINE_SOURCE	= $(RL_LIBSRC)/rldefs.h $(RL_LIBSRC)/rlconf.h \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/readline.h $(RL_LIBSRC)/tcap.h \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/chardefs.h $(RL_LIBSRC)/keymaps.h \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/history.h $(RL_LIBSRC)/histlib.h \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/posixstat.h $(RL_LIBSRC)/tilde.h \
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 		  $(RL_LIBSRC)/rlstdc.h ${RL_LIBSRC}/xmalloc.h \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/rlshell.h ${RL_LIBSRC}/rlprivate.h \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		  $(RL_LIBSRC)/funmap.c $(RL_LIBSRC)/emacs_keymap.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/search.c $(RL_LIBSRC)/vi_keymap.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/keymaps.c $(RL_LIBSRC)/parens.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/vi_mode.c $(RL_LIBSRC)/callback.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/readline.c $(RL_LIBSRC)/tilde.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/rltty.c $(RL_LIBSRC)/complete.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/bind.c $(RL_LIBSRC)/isearch.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/display.c $(RL_LIBSRC)/signals.c \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		  $(RL_LIBSRC)/util.c $(RL_LIBSRC)/kill.c $(RL_LIBSRC)/text.c \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		  $(RL_LIBSRC)/undo.c $(RL_LIBSRC)/macro.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/terminal.c $(RL_LIBSRC)/nls.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/input.c $(RL_LIBSRC)/xmalloc.c \
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | 		  $(RL_LIBSRC)/shell.c $(RL_LIBSRC)/savestring.c \
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 		  $(RL_LIBSRC)/misc.c $(RL_LIBSRC)/mbutil.c $(RL_LIBSRC)/compat.c \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		  $(RL_LIBSRC)/histexpand.c $(RL_LIBSRC)/history.c \
 | 
					
						
							|  |  |  | 		  $(RL_LIBSRC)/histsearch.c $(RL_LIBSRC)/histfile.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | READLINE_OBJ	= $(RL_LIBDIR)/readline.o $(RL_LIBDIR)/funmap.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/parens.o $(RL_LIBDIR)/search.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/keymaps.o $(RL_LIBDIR)/xmalloc.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/rltty.o $(RL_LIBDIR)/complete.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/bind.o $(RL_LIBDIR)/isearch.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/display.o $(RL_LIBDIR)/signals.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/tilde.o $(RL_LIBDIR)/util.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/kill.o $(RL_LIBDIR)/undo.o $(RL_LIBDIR)/nls.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/macro.o $(RL_LIBDIR)/input.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/terminal.o $(RL_LIBDIR)/callback.o \
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | 		  $(RL_LIBDIR)/shell.o $(RL_LIBDIR)/savestring.o \
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 		  $(RL_LIBDIR)/mbutil.o $(RL_LIBDIR)/compat.o \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		  $(RL_LIBDIR)/history.o $(RL_LIBDIR)/histexpand.o \
 | 
					
						
							|  |  |  | 		  $(RL_LIBDIR)/histsearch.o $(RL_LIBDIR)/histfile.o | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HIST_LIBSRC = $(LIBSRC)/readline | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | HIST_LIBDIR = @HIST_LIBDIR@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | HIST_ABSSRC = ${topdir}/$(HIST_LIBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | HISTORY_LIB = @HISTORY_LIB@ | 
					
						
							|  |  |  | HISTORY_LIBRARY = $(HIST_LIBDIR)/libhistory.a | 
					
						
							|  |  |  | HISTORY_LDFLAGS = -L$(HIST_LIBDIR) | 
					
						
							|  |  |  | HISTORY_DEP = @HISTORY_DEP@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # The source, object and documentation of the history library.
 | 
					
						
							|  |  |  | HISTORY_SOURCE	= $(HIST_LIBSRC)/history.c $(HIST_LIBSRC)/histexpand.c \
 | 
					
						
							|  |  |  | 		  $(HIST_LIBSRC)/histsearch.c $(HIST_LIBSRC)/histfile.c \
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 		  $(HIST_LIBSRC)/shell.c \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		  $(HIST_LIBSRC)/history.h $(HIST_LIBSRC)/histlib.h | 
					
						
							|  |  |  | HISTORY_OBJ	= $(HIST_LIBDIR)/history.o $(HIST_LIBDIR)/histexpand.o \
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 		  $(HIST_LIBDIR)/histsearch.o $(HIST_LIBDIR)/histfile.o \
 | 
					
						
							|  |  |  | 		  $(HIST_LIBDIR)/shell.o | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # You only need termcap (or curses) if you are linking with GNU Readline.
 | 
					
						
							|  |  |  | TERM_LIBSRC = $(LIBSRC)/termcap | 
					
						
							|  |  |  | TERM_LIBDIR = $(dot)/$(LIBSUBDIR)/termcap | 
					
						
							|  |  |  | TERM_ABSSRC = ${topdir}/$(TERM_LIBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TERMCAP_LIB = @TERMCAP_LIB@ | 
					
						
							|  |  |  | TERMCAP_LIBRARY = $(TERM_LIBDIR)/libtermcap.a | 
					
						
							|  |  |  | TERMCAP_LDFLAGS = -L$(TERM_LIBDIR) | 
					
						
							|  |  |  | TERMCAP_DEP = @TERMCAP_DEP@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TERMCAP_SOURCE	= $(TERM_LIBSRC)/termcap.c $(TERM_LIBSRC)/tparam.c | 
					
						
							|  |  |  | TERMCAP_OBJ	= $(TERM_LIBDIR)/termcap.o $(TERM_LIBDIR)/tparam.o | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | GLOB_LIBSRC = $(LIBSRC)/glob | 
					
						
							|  |  |  | GLOB_LIBDIR = $(dot)/$(LIBSUBDIR)/glob | 
					
						
							|  |  |  | GLOB_ABSSRC = ${topdir}/$(GLOB_LIBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | GLOB_LIB     = -lglob | 
					
						
							|  |  |  | GLOB_LIBRARY = $(GLOB_LIBDIR)/libglob.a | 
					
						
							|  |  |  | GLOB_LDFLAGS = -L$(GLOB_LIBDIR) | 
					
						
							|  |  |  | GLOB_DEP = $(GLOB_LIBRARY) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | GLOB_SOURCE = $(GLOB_LIBSRC)/glob.c $(GLOB_LIBSRC)/strmatch.c \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	      $(GLOB_LIBSRC)/smatch.c $(GLOB_LIBSRC)/xmbsrtowcs.c \
 | 
					
						
							|  |  |  | 	      $(GLOB_LIBSRC)/glob_loop.c $(GLOB_LIBSRC)/sm_loop.c \
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | 	      $(GLOB_LIBSRC)/gmisc.c \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	      $(GLOB_LIBSRC)/glob.h $(GLOB_LIBSRC)/strmatch.h | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | GLOB_OBJ    = $(GLOB_LIBDIR)/glob.o $(GLOB_LIBDIR)/strmatch.o \
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | 	      $(GLOB_LIBDIR)/smatch.o $(GLOB_LIBDIR)/xmbsrtowcs.o \
 | 
					
						
							|  |  |  | 	      $(GLOB_LIBDIR)/gmisc.o | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # The source, object and documentation for the GNU Tilde library.
 | 
					
						
							|  |  |  | TILDE_LIBSRC = $(LIBSRC)/tilde | 
					
						
							|  |  |  | TILDE_LIBDIR = $(dot)/$(LIBSUBDIR)/tilde | 
					
						
							|  |  |  | TILDE_ABSSRC = ${topdir}/$(TILDE_LIBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | TILDE_LIB = @TILDE_LIB@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | TILDE_LIBRARY = $(TILDE_LIBDIR)/libtilde.a | 
					
						
							|  |  |  | TILDE_LDFLAGS = -L$(TILDE_LIBDIR) | 
					
						
							|  |  |  | TILDE_DEP = $(TILDE_LIBRARY) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | TILDE_SOURCE	= $(TILDE_LIBSRC)/tilde.c $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | TILDE_OBJ	= $(TILDE_LIBDIR)/tilde.o | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | # libintl
 | 
					
						
							|  |  |  | INTL_LIBSRC = $(LIBSRC)/intl | 
					
						
							|  |  |  | INTL_LIBDIR = $(dot)/$(LIBSUBDIR)/intl | 
					
						
							|  |  |  | INTL_ABSSRC = ${topdir}/$(INTL_LIB) | 
					
						
							|  |  |  | INTL_BUILDDIR = ${LIBBUILD}/intl | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | INTL_LIB     = @LIBINTL@ | 
					
						
							|  |  |  | INTL_LIBRARY = $(INTL_LIBDIR)/libintl.a | 
					
						
							|  |  |  | INTL_DEP = @INTL_DEP@ | 
					
						
							|  |  |  | INTL_INC = @INTL_INC@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | LIBINTL_H = @LIBINTL_H@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | # libiconv
 | 
					
						
							|  |  |  | LIBICONV = @LIBICONV@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | # tests
 | 
					
						
							|  |  |  | LIBINTL = @LIBINTL@ | 
					
						
							|  |  |  | LTLIBINTL = @LTLIBINTL@ | 
					
						
							|  |  |  | INTLLIBS = @INTLLIBS@ | 
					
						
							|  |  |  | INTLOBJS = @INTLOBJS@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # Our malloc.
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | MALLOC_TARGET = @MALLOC_TARGET@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # set to alloca.o if we are using the C alloca in lib/malloc
 | 
					
						
							|  |  |  | ALLOCA = @ALLOCA@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | ALLOC_LIBSRC = $(LIBSRC)/malloc | 
					
						
							|  |  |  | ALLOC_LIBDIR = $(dot)/$(LIBSUBDIR)/malloc | 
					
						
							|  |  |  | ALLOC_ABSSRC = ${topdir}/$(ALLOC_LIBDIR) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | MALLOC_SRC = @MALLOC_SRC@ | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | MALLOC_OTHERSRC = ${ALLOC_LIBSRC}/trace.c ${ALLOC_LIBSRC}/stats.c \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		  ${ALLOC_LIBSRC}/table.c ${ALLOC_LIBSRC}/watch.c | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | MALLOC_SOURCE = ${ALLOC_LIBSRC}/${MALLOC_SRC} ${MALLOC_OTHERSRC} | 
					
						
							|  |  |  | MALLOC_CFLAGS = -DRCHECK -Dbotch=programming_error ${MALLOC_DEBUG} | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | MALLOC_LIB     = @MALLOC_LIB@ | 
					
						
							|  |  |  | MALLOC_LIBRARY = @MALLOC_LIBRARY@ | 
					
						
							|  |  |  | MALLOC_LDFLAGS = @MALLOC_LDFLAGS@ | 
					
						
							|  |  |  | MALLOC_DEP = @MALLOC_DEP@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | ALLOC_HEADERS = $(ALLOC_LIBSRC)/getpagesize.h $(ALLOC_LIBSRC)/shmalloc.h \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		$(ALLOC_LIBSRC)/imalloc.h $(ALLOC_LIBSRC)/mstats.h \
 | 
					
						
							|  |  |  | 		$(ALLOC_LIBSRC)/table.h $(ALLOC_LIBSRC)/watch.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | $(MALLOC_LIBRARY):	${MALLOC_SOURCE} ${ALLOC_HEADERS} config.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		@(cd $(ALLOC_LIBDIR) && \
 | 
					
						
							|  |  |  | 		 $(MAKE) $(MFLAGS) \
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 		 MALLOC_CFLAGS="$(MALLOC_CFLAGS)" ${MALLOC_TARGET} ) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | BASHINCDIR = ${srcdir}/include | 
					
						
							|  |  |  | BASHINCFILES =	 $(BASHINCDIR)/posixstat.h $(BASHINCDIR)/ansi_stdlib.h \
 | 
					
						
							|  |  |  | 		 $(BASHINCDIR)/filecntl.h $(BASHINCDIR)/posixdir.h \
 | 
					
						
							|  |  |  | 		 $(BASHINCDIR)/memalloc.h $(BASHINCDIR)/stdc.h \
 | 
					
						
							|  |  |  | 		 $(BASHINCDIR)/posixjmp.h $(BASHINCDIR)/posixwait.h \
 | 
					
						
							|  |  |  | 		 $(BASHINCDIR)/posixtime.h $(BASHINCDIR)/systimes.h \
 | 
					
						
							|  |  |  | 		 $(BASHINCDIR)/unionwait.h $(BASHINCDIR)/maxpath.h \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		 $(BASHINCDIR)/shtty.h $(BASHINCDIR)/typemax.h \
 | 
					
						
							|  |  |  | 		 $(BASHINCDIR)/ocache.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | LIBRARIES = $(GLOB_LIB) $(SHLIB_LIB) $(READLINE_LIB) $(HISTORY_LIB) $(TERMCAP_LIB) \
 | 
					
						
							|  |  |  | 	    $(TILDE_LIB) $(MALLOC_LIB) $(INTL_LIB) $(LIBICONV) $(LOCAL_LIBS) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | LIBDEP = $(GLOB_DEP) $(SHLIB_DEP) $(INTL_DEP) $(READLINE_DEP) $(HISTORY_DEP) $(TERMCAP_DEP) \
 | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | 	 $(TILDE_DEP) $(MALLOC_DEP) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | LIBRARY_LDFLAGS = $(READLINE_LDFLAGS) $(HISTORY_LDFLAGS) $(GLOB_LDFLAGS) \
 | 
					
						
							|  |  |  | 		  $(TILDE_LDFLAGS) $(MALLOC_LDFLAGS) $(SHLIB_LDFLAGS) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | # The shell itself
 | 
					
						
							|  |  |  | #
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # The main source code for the Bourne Again SHell.
 | 
					
						
							|  |  |  | CSOURCES = shell.c eval.c parse.y general.c make_cmd.c print_cmd.c y.tab.c \
 | 
					
						
							|  |  |  | 	   dispose_cmd.c execute_cmd.c variables.c $(GLOBC) version.c \
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	   expr.c copy_cmd.c flags.c subst.c hashcmd.c hashlib.c mailcheck.c \
 | 
					
						
							|  |  |  | 	   test.c trap.c alias.c jobs.c nojobs.c $(ALLOC_FILES) braces.c \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 	   input.c bashhist.c array.c arrayfunc.c assoc.c sig.c pathexp.c \
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | 	   unwind_prot.c siglist.c bashline.c bracecomp.c error.c \
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 	   list.c stringlib.c locale.c findcmd.c redir.c \
 | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | 	   pcomplete.c pcomplib.c syntax.c xmalloc.c | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | HSOURCES = shell.h flags.h trap.h hashcmd.h hashlib.h jobs.h builtins.h \
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 	   general.h variables.h config.h $(ALLOC_HEADERS) alias.h \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	   quit.h unwind_prot.h syntax.h ${GRAM_H} \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	   command.h input.h error.h bashansi.h dispose_cmd.h make_cmd.h \
 | 
					
						
							|  |  |  | 	   subst.h externs.h siglist.h bashhist.h bashline.h bashtypes.h \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	   array.h arrayfunc.h sig.h mailcheck.h bashintl.h bashjmp.h \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 	   execute_cmd.h parser.h pathexp.h pathnames.h pcomplete.h assoc.h \
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 	   $(BASHINCFILES) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | SOURCES	 = $(CSOURCES) $(HSOURCES) $(BUILTIN_DEFS) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | # header files chosen based on running of configure
 | 
					
						
							|  |  |  | SIGNAMES_H = @SIGNAMES_H@ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # object files chosen based on running of configure
 | 
					
						
							|  |  |  | JOBS_O = @JOBS_O@ | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | SIGLIST_O = @SIGLIST_O@ | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | SIGNAMES_O = @SIGNAMES_O@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Matching object files.
 | 
					
						
							|  |  |  | OBJECTS	 = shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o $(GLOBO) \
 | 
					
						
							|  |  |  | 	   dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o \
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	   expr.o flags.o $(JOBS_O) subst.o hashcmd.o hashlib.o mailcheck.o \
 | 
					
						
							|  |  |  | 	   trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 	   alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	   bashline.o $(SIGLIST_O) list.o stringlib.o locale.o findcmd.o redir.o \
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 	   pcomplete.o pcomplib.o syntax.o xmalloc.o $(SIGNAMES_O) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Where the source code of the shell builtins resides.
 | 
					
						
							|  |  |  | BUILTIN_SRCDIR=$(srcdir)/builtins | 
					
						
							|  |  |  | DEFSRC=$(BUILTIN_SRCDIR) | 
					
						
							|  |  |  | BUILTIN_ABSSRC=${topdir}/builtins | 
					
						
							|  |  |  | DEFDIR = $(dot)/builtins | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | DEBUGGER_DIR = $(dot)/debugger | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | BUILTIN_DEFS = $(DEFSRC)/alias.def $(DEFSRC)/bind.def $(DEFSRC)/break.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/builtin.def $(DEFSRC)/cd.def $(DEFSRC)/colon.def \
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 	       $(DEFSRC)/command.def ${DEFSRC}/complete.def \
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	       $(DEFSRC)/caller.def $(DEFSRC)/declare.def \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	       $(DEFSRC)/echo.def $(DEFSRC)/enable.def $(DEFSRC)/eval.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/exec.def $(DEFSRC)/exit.def $(DEFSRC)/fc.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/fg_bg.def $(DEFSRC)/hash.def $(DEFSRC)/help.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/history.def $(DEFSRC)/jobs.def $(DEFSRC)/kill.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/let.def $(DEFSRC)/read.def $(DEFSRC)/return.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/set.def $(DEFSRC)/setattr.def $(DEFSRC)/shift.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/source.def $(DEFSRC)/suspend.def $(DEFSRC)/test.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/times.def $(DEFSRC)/trap.def $(DEFSRC)/type.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/ulimit.def $(DEFSRC)/umask.def $(DEFSRC)/wait.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/getopts.def $(DEFSRC)/reserved.def \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 	       $(DEFSRC)/pushd.def $(DEFSRC)/shopt.def $(DEFSRC)/printf.def \
 | 
					
						
							|  |  |  | 	       $(DEFSRC)/mapfile.def | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | BUILTIN_C_SRC  = $(DEFSRC)/mkbuiltins.c $(DEFSRC)/common.c \
 | 
					
						
							|  |  |  | 		 $(DEFSRC)/evalstring.c $(DEFSRC)/evalfile.c \
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 		 $(DEFSRC)/bashgetopt.c $(GETOPT_SOURCE) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | BUILTIN_C_OBJ  = $(DEFDIR)/common.o $(DEFDIR)/evalstring.o \
 | 
					
						
							|  |  |  | 		 $(DEFDIR)/evalfile.o $(DEFDIR)/bashgetopt.o | 
					
						
							|  |  |  | BUILTIN_OBJS = $(DEFDIR)/alias.o $(DEFDIR)/bind.o $(DEFDIR)/break.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/builtin.o $(DEFDIR)/cd.o $(DEFDIR)/colon.o \
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	       $(DEFDIR)/command.o $(DEFDIR)/caller.o $(DEFDIR)/declare.o \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	       $(DEFDIR)/echo.o $(DEFDIR)/enable.o $(DEFDIR)/eval.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/exec.o $(DEFDIR)/exit.o $(DEFDIR)/fc.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/fg_bg.o $(DEFDIR)/hash.o $(DEFDIR)/help.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/history.o $(DEFDIR)/jobs.o $(DEFDIR)/kill.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/let.o $(DEFDIR)/pushd.o $(DEFDIR)/read.o \
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | 	       $(DEFDIR)/return.o $(DEFDIR)/shopt.o $(DEFDIR)/printf.o \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	       $(DEFDIR)/set.o $(DEFDIR)/setattr.o $(DEFDIR)/shift.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/source.o $(DEFDIR)/suspend.o $(DEFDIR)/test.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/times.o $(DEFDIR)/trap.o $(DEFDIR)/type.o \
 | 
					
						
							|  |  |  | 	       $(DEFDIR)/ulimit.o $(DEFDIR)/umask.o $(DEFDIR)/wait.o \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 	       $(DEFDIR)/getopts.o $(DEFDIR)/mapfile.o $(BUILTIN_C_OBJ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | GETOPT_SOURCE   = $(DEFSRC)/getopt.c $(DEFSRC)/getopt.h | 
					
						
							|  |  |  | PSIZE_SOURCE	= $(DEFSRC)/psize.sh $(DEFSRC)/psize.c | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | BUILTINS_LIBRARY = $(DEFDIR)/libbuiltins.a | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | BUILTINS_LIB = -lbuiltins | 
					
						
							|  |  |  | BUILTINS_LDFLAGS = -L$(DEFDIR) | 
					
						
							|  |  |  | BUILTINS_DEP = $(BUILTINS_LIBRARY) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Documentation for the shell.
 | 
					
						
							|  |  |  | DOCSRC = $(srcdir)/doc | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | DOCDIR = $(dot)/doc | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | # Translations and other i18n support files
 | 
					
						
							|  |  |  | PO_SRC = $(srcdir)/po/ | 
					
						
							|  |  |  | PO_DIR = $(dot)/po/ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | SIGNAMES_SUPPORT = $(SUPPORT_SRC)mksignames.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SUPPORT_SRC = $(srcdir)/support/ | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | SDIR = $(dot)/support/ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | TESTS_SUPPORT = recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) xcase$(EXEEXT) | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | CREATED_SUPPORT = signames.h recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) \
 | 
					
						
							|  |  |  | 		  tests/recho$(EXEEXT) tests/zecho$(EXEEXT) \
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | 		  tests/printenv$(EXEEXT) xcase$(EXEEXT) tests/xcase$(EXEEXT) \
 | 
					
						
							|  |  |  | 		  mksignames$(EXEEXT) lsignames.h \
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 		  mksyntax${EXEEXT} syntax.c $(VERSPROG) $(VERSOBJ) \
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 		  buildversion.o mksignames.o signames.o buildsignames.o | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | CREATED_CONFIGURE = config.h config.cache config.status config.log \
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | 		    stamp-h po/POTFILES config.status.lineno | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | CREATED_MAKEFILES = Makefile builtins/Makefile doc/Makefile \
 | 
					
						
							|  |  |  | 		    lib/readline/Makefile lib/glob/Makefile \
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | 		    lib/sh/Makefile lib/tilde/Makefile lib/malloc/Makefile \
 | 
					
						
							|  |  |  | 		    lib/termcap/Makefile examples/loadables/Makefile \
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 		    examples/loadables/perl/Makefile support/Makefile \
 | 
					
						
							|  |  |  | 		    lib/intl/Makefile po/Makefile po/Makefile.in | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # Keep GNU Make from exporting the entire environment for small machines.
 | 
					
						
							|  |  |  | .NOEXPORT: | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | .made: $(Program) bashbug | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	@echo "$(Program) last made for a $(Machine) running $(OS)" >.made | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | $(Program):  .build $(OBJECTS) $(BUILTINS_DEP) $(LIBDEP) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	$(RM) $@ | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | 	$(PURIFY) $(CC) $(BUILTINS_LDFLAGS) $(LIBRARY_LDFLAGS) $(LDFLAGS) -o $(Program) $(OBJECTS) $(LIBS) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	ls -l $(Program) | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	-$(SIZE) $(Program) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | .build:	$(SOURCES) config.h Makefile version.h $(VERSPROG) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	@echo | 
					
						
							|  |  |  | 	@echo "	  ***********************************************************" | 
					
						
							|  |  |  | 	@echo "	  *                                                         *" | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	@echo "	  * `$(BUILD_DIR)/$(VERSPROG) -l`" | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	@echo "	  *                                                         *" | 
					
						
							|  |  |  | 	@echo "	  ***********************************************************" | 
					
						
							|  |  |  | 	@echo | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | bashbug: $(SUPPORT_SRC)bashbug.sh config.h Makefile $(VERSPROG) | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	@sed -e "s%!MACHINE!%$(Machine)%" -e "s%!OS!%$(OS)%" \
 | 
					
						
							|  |  |  | 	     -e "s%!CFLAGS!%$(CCFLAGS)%" -e "s%!CC!%$(CC)%" \
 | 
					
						
							|  |  |  | 	     -e "s%!RELEASE!%$(Version)%" -e "s%!PATCHLEVEL!%$(PatchLevel)%" \
 | 
					
						
							|  |  |  | 	     -e "s%!MACHTYPE!%$(MACHTYPE)%" -e "s%!RELSTATUS!%$(RELSTATUS)%" \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	     $(SUPPORT_SRC)bashbug.sh > $@ | 
					
						
							|  |  |  | 	@chmod a+rx bashbug | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | strip:	$(Program) .made | 
					
						
							|  |  |  | 	strip $(Program) | 
					
						
							|  |  |  | 	ls -l $(Program) | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	-$(SIZE) $(Program) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | lint: | 
					
						
							|  |  |  | 	${MAKE} ${MFLAGS} CFLAGS='${GCC_LINT_FLAGS}' .made | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | version.h:  $(SOURCES) config.h Makefile patchlevel.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	$(SHELL) $(SUPPORT_SRC)mkversion.sh -b -S ${topdir} -s $(RELSTATUS) -d $(Version) -o newversion.h \
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | 		&& mv newversion.h version.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | bashversion$(EXEEXT):	patchlevel.h conftypes.h version.h buildversion.o $(SUPPORT_SRC)bashversion.c | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 	$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)bashversion.c buildversion.o ${LIBS_FOR_BUILD} | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | buildversion.o: version.h conftypes.h patchlevel.h $(srcdir)/version.c | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -DBUILDTOOL -c -o $@ $(srcdir)/version.c | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # old rules
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | GRAM_H = parser-built | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | y.tab.o: y.tab.c ${GRAM_H} command.h ${BASHINCDIR}/stdc.h input.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | ${GRAM_H}:	y.tab.h | 
					
						
							|  |  |  | 	@-if test -f y.tab.h ; then \
 | 
					
						
							|  |  |  | 		cmp -s $@ y.tab.h 2>/dev/null || cp -p y.tab.h $@; \
 | 
					
						
							|  |  |  | 	fi | 
					
						
							|  |  |  | y.tab.c y.tab.h: parse.y | 
					
						
							|  |  |  | #	-if test -f y.tab.h; then mv -f y.tab.h old-y.tab.h; fi
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	$(YACC) -d $(srcdir)/parse.y | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	touch parser-built | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | #	-if cmp -s old-y.tab.h y.tab.h; then mv old-y.tab.h y.tab.h; else cp -p y.tab.h ${GRAM_H}; fi
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # experimental new rules - work with GNU make but not BSD (or OSF) make
 | 
					
						
							|  |  |  | #y.tab.o: y.tab.c y.tab.h
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | #y.tab.c y.tab.h: parse.y command.h ${BASHINCDIR}/stdc.h input.h
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | #	-if test -f y.tab.h; then mv -f y.tab.h old-y.tab.h; fi
 | 
					
						
							|  |  |  | #	$(YACC) -d $(srcdir)/parse.y
 | 
					
						
							|  |  |  | #	-if cmp -s old-y.tab.h y.tab.h; then mv old-y.tab.h y.tab.h; fi
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | $(READLINE_LIBRARY): config.h $(READLINE_SOURCE) | 
					
						
							|  |  |  | 	@echo making $@ in ${RL_LIBDIR} | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | 	@( { test "${RL_LIBDIR}" = "${libdir}" && exit 0; } || \
 | 
					
						
							|  |  |  | 		cd ${RL_LIBDIR} && $(MAKE) $(MFLAGS) libreadline.a) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | $(HISTORY_LIBRARY): config.h $(HISTORY_SOURCE) $(READLINE_DEP) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	@echo making $@ in ${HIST_LIBDIR} | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | 	@( { test "${HIST_LIBDIR}" = "${libdir}" && exit 0; } || \
 | 
					
						
							|  |  |  | 		cd ${HIST_LIBDIR} && $(MAKE) $(MFLAGS) libhistory.a) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | $(GLOB_LIBRARY): config.h $(GLOB_SOURCE) | 
					
						
							|  |  |  | 	@echo making $@ in ${GLOB_LIBDIR} | 
					
						
							|  |  |  | 	@(cd ${GLOB_LIBDIR} && \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 		$(MAKE) $(MFLAGS) DEBUG=${DEBUG} libglob.a) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | $(TILDE_LIBRARY): config.h $(TILDE_SOURCE) | 
					
						
							|  |  |  | 	@echo making $@ in ${TILDE_LIBDIR} | 
					
						
							|  |  |  | 	@(cd ${TILDE_LIBDIR} && \
 | 
					
						
							|  |  |  | 		$(MAKE) $(MFLAGS) libtilde.a) || exit 1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | $(TERMCAP_LIBRARY): config.h ${TERMCAP_SOURCE} | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	@echo making $@ in ${TERM_LIBDIR}	 | 
					
						
							|  |  |  | 	@(cd ${TERM_LIBDIR} && \
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 		$(MAKE) $(MFLAGS) libtermcap.a) || exit 1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | $(SHLIB_LIBRARY): config.h ${SHLIB_SOURCE} | 
					
						
							|  |  |  | 	@echo making $@ in ${SH_LIBDIR} | 
					
						
							|  |  |  | 	@(cd ${SH_LIBDIR} && \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 		$(MAKE) $(MFLAGS) DEBUG=${DEBUG} ${SHLIB_LIBNAME}) || exit 1 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | ${INTL_LIBRARY}: config.h ${INTL_LIBDIR}/Makefile | 
					
						
							|  |  |  | 	@echo making $@ in ${INTL_LIBDIR} | 
					
						
							|  |  |  | 	@(cd ${INTL_LIBDIR} && \
 | 
					
						
							|  |  |  | 		$(MAKE) $(MFLAGS) all) || exit 1 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | ${LIBINTL_H}:	${INTL_DEP} | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | signames.o: $(SUPPORT_SRC)signames.c | 
					
						
							|  |  |  | 	$(RM) $@ | 
					
						
							|  |  |  | 	$(CC) $(CCFLAGS) -c $(SUPPORT_SRC)signames.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | buildsignames.o:	$(SUPPORT_SRC)signames.c | 
					
						
							|  |  |  | 	$(RM) $@ | 
					
						
							|  |  |  | 	$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -DBUILDTOOL -o $@ -c $(SUPPORT_SRC)signames.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | mksignames.o:	$(SUPPORT_SRC)mksignames.c | 
					
						
							|  |  |  | 	$(RM) $@ | 
					
						
							|  |  |  | 	$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -DBUILDTOOL -c $(SUPPORT_SRC)mksignames.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | mksignames$(EXEEXT):	mksignames.o buildsignames.o | 
					
						
							|  |  |  | 	$(RM) $@ | 
					
						
							|  |  |  | 	$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ mksignames.o buildsignames.o ${LIBS_FOR_BUILD} | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | mksyntax$(EXEEXT):	${srcdir}/mksyntax.c config.h syntax.h ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 	$(RM) $@ | 
					
						
							|  |  |  | 	${CC_FOR_BUILD} ${CCFLAGS_FOR_BUILD} -o $@ ${srcdir}/mksyntax.c ${LIBS_FOR_BUILD} | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | # make a list of signals for the local system -- this is done when we're
 | 
					
						
							|  |  |  | # *not* cross-compiling
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | lsignames.h:   mksignames$(EXEEXT) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	$(RM) $@ | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	./mksignames$(EXEEXT) $@ | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | # copy the correct signames header file to signames.h
 | 
					
						
							|  |  |  | signames.h: $(SIGNAMES_H) | 
					
						
							|  |  |  | 	-if cmp -s $(SIGNAMES_H) $@ ; then :; else $(RM) $@ ; $(CP) $(SIGNAMES_H) $@ ; fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | syntax.c:	mksyntax${EXEEXT} $(srcdir)/syntax.h  | 
					
						
							|  |  |  | 	$(RM) $@ | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	./mksyntax$(EXEEXT) -o $@ | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | $(BUILTINS_LIBRARY): $(BUILTIN_DEFS) $(BUILTIN_C_SRC) config.h ${BASHINCDIR}/memalloc.h version.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	@(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} libbuiltins.a ) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # these require special rules to circumvent make builtin rules
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | ${DEFDIR}/common.o:	$(BUILTIN_SRCDIR)/common.c | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	@(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} common.o) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | ${DEFDIR}/bashgetopt.o:	$(BUILTIN_SRCDIR)/bashgetopt.c | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	@(cd $(DEFDIR) && $(MAKE) $(MFLAGS) DEBUG=${DEBUG} bashgetopt.o) || exit 1 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | ${DEFDIR}/builtext.h: $(BUILTIN_DEFS) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	@(cd $(DEFDIR) && $(MAKE) $(MFLAGS) builtext.h ) || exit 1 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # For the justification of the following Makefile rules, see node
 | 
					
						
							|  |  |  | # `Automatic Remaking' in GNU Autoconf documentation.
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | Makefile makefile:	config.status $(srcdir)/Makefile.in | 
					
						
							|  |  |  | 	CONFIG_FILES=Makefile CONFIG_HEADERS= $(SHELL) ./config.status | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | Makefiles makefiles:	config.status $(srcdir)/Makefile.in | 
					
						
							|  |  |  | 	@for mf in $(CREATED_MAKEFILES); do \
 | 
					
						
							|  |  |  | 		CONFIG_FILES=$$mf CONFIG_HEADERS= $(SHELL) ./config.status ; \
 | 
					
						
							|  |  |  | 	done | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config.h:	stamp-h  | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | stamp-h:	config.status $(srcdir)/config.h.in $(srcdir)/config-top.h $(srcdir)/config-bot.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	CONFIG_FILES= CONFIG_HEADERS=config.h $(SHELL) ./config.status | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | config.status:	$(srcdir)/configure | 
					
						
							|  |  |  | 	$(SHELL) ./config.status --recheck | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | pathnames.h:		Makefile $(srcdir)/pathnames.h.in | 
					
						
							|  |  |  | 	@sed -e 's|@DEBUGGER_START_FILE\@|${DEBUGGER_START_FILE}|g' $(srcdir)/pathnames.h.in > pathnames.tmp | 
					
						
							|  |  |  | 	@if test -f $@; then \
 | 
					
						
							|  |  |  | 		cmp -s pathnames.tmp $@ || mv pathnames.tmp $@; \
 | 
					
						
							|  |  |  | 	else \
 | 
					
						
							|  |  |  | 		mv pathnames.tmp $@; \
 | 
					
						
							|  |  |  | 	fi | 
					
						
							|  |  |  | 	@${RM} pathnames.tmp | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # comment out for distribution
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | $(srcdir)/configure:	$(srcdir)/configure.in $(srcdir)/aclocal.m4 $(srcdir)/config.h.in | 
					
						
							|  |  |  | 	cd $(srcdir) && autoconf | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # for chet
 | 
					
						
							|  |  |  | reconfig: force | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	sh $(srcdir)/configure -C | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | #newversion:	mkversion
 | 
					
						
							|  |  |  | #	$(RM) .build
 | 
					
						
							|  |  |  | #	./mkversion -dir $(srcdir) -dist
 | 
					
						
							|  |  |  | #	mv -f newversion.h version.h
 | 
					
						
							|  |  |  | #	$(MAKE) -f $(srcdir)/Makefile $(MFLAGS) srcdir=$(srcdir)
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | doc documentation:  force | 
					
						
							|  |  |  | 	@(cd $(DOCDIR) ; $(MAKE) $(MFLAGS) ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | info dvi ps: force | 
					
						
							|  |  |  | 	@(cd $(DOCDIR) ; $(MAKE) $(MFLAGS) CFLAGS='$(CCFLAGS)' $@ ) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | force: | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | TAGS:	$(SOURCES) $(BUILTIN_C_SRC) $(LIBRARY_SOURCE) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	etags $(SOURCES) $(BUILTIN_C_SRC) $(LIBRARY_SOURCE) | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | tags:	$(SOURCES) $(BUILTIN_C_SRC) $(LIBRARY_SOURCE) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	ctags -x $(SOURCES) $(BUILTIN_C_SRC) $(LIBRARY_SOURCE) > $@ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Targets that actually do things not part of the build
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | installdirs: | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	@${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(bindir) | 
					
						
							|  |  |  | 	@${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(man1dir) | 
					
						
							|  |  |  | 	@${SHELL} $(SUPPORT_SRC)mkinstalldirs $(DESTDIR)$(infodir) | 
					
						
							|  |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | install:	.made installdirs | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	$(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(DESTDIR)$(bindir)/$(Program) | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	$(INSTALL_SCRIPT) $(INSTALLMODE2) bashbug $(DESTDIR)$(bindir)/bashbug | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
 | 
					
						
							|  |  |  | 		man1dir=$(man1dir) man1ext=$(man1ext) \
 | 
					
						
							|  |  |  | 		man3dir=$(man3dir) man3ext=$(man3ext) \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 		infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	-( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | install-strip: | 
					
						
							|  |  |  | 	$(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 		prefix=${prefix} exec_prefix=${exec_prefix} \
 | 
					
						
							|  |  |  | 		DESTDIR=$(DESTDIR) install | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | uninstall:	.made | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	$(RM) $(DESTDIR)$(bindir)/$(Program) $(DESTDIR)$(bindir)/bashbug | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	-( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
 | 
					
						
							|  |  |  | 		man1dir=$(man1dir) man1ext=$(man1ext) \
 | 
					
						
							|  |  |  | 		man3dir=$(man3dir) man3ext=$(man3ext) \
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 		infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | .PHONY: basic-clean clean realclean maintainer-clean distclean mostlyclean maybe-clean | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | LIB_SUBDIRS = ${RL_LIBDIR}  ${HIST_LIBDIR} ${TERM_LIBDIR} ${GLOB_LIBDIR} \
 | 
					
						
							|  |  |  | 		${INTL_LIBDIR} ${TILDE_LIBDIR} ${ALLOC_LIBDIR} ${SH_LIBDIR} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | basic-clean: | 
					
						
							|  |  |  | 	$(RM) $(OBJECTS) $(Program) bashbug | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	$(RM) .build .made version.h  | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | clean:	basic-clean | 
					
						
							|  |  |  | 	( cd $(DOCDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							|  |  |  | 	( cd builtins && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	-( cd $(SDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	-for libdir in ${LIB_SUBDIRS}; do \
 | 
					
						
							|  |  |  | 		(cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\
 | 
					
						
							|  |  |  | 	done | 
					
						
							|  |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	$(RM) $(CREATED_SUPPORT) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | mostlyclean: basic-clean | 
					
						
							|  |  |  | 	( cd $(DOCDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							|  |  |  | 	( cd builtins && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	-( cd $(SDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	-for libdir in ${LIB_SUBDIRS}; do \
 | 
					
						
							|  |  |  | 		(cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\
 | 
					
						
							|  |  |  | 	done | 
					
						
							|  |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | distclean:	basic-clean maybe-clean | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	( cd $(DOCDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							|  |  |  | 	( cd builtins && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	-( cd $(SDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	-for libdir in ${LIB_SUBDIRS}; do \
 | 
					
						
							|  |  |  | 		(cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\
 | 
					
						
							|  |  |  | 	done | 
					
						
							|  |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	$(RM) $(CREATED_CONFIGURE) tags TAGS  | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	$(RM) $(CREATED_SUPPORT) Makefile $(CREATED_MAKEFILES) pathnames.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | maintainer-clean:	basic-clean | 
					
						
							|  |  |  | 	@echo This command is intended for maintainers to use. | 
					
						
							|  |  |  | 	@echo It deletes files that may require special tools to rebuild. | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | 	$(RM) y.tab.c y.tab.h parser-built tags TAGS | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	( cd $(DOCDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							|  |  |  | 	( cd builtins && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | 	( cd $(SDIR) && $(MAKE) $(MFLAGS) $@ ) | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	-for libdir in ${LIB_SUBDIRS}; do \
 | 
					
						
							|  |  |  | 		(cd $$libdir && test -f Makefile && $(MAKE) $(MFLAGS) $@) ;\
 | 
					
						
							|  |  |  | 	done | 
					
						
							|  |  |  | 	-( cd $(PO_DIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	$(RM) $(CREATED_CONFIGURE) $(CREATED_MAKEFILES) | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 	$(RM) $(CREATED_SUPPORT) Makefile pathnames.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | maybe-clean: | 
					
						
							|  |  |  | 	-if test "X$(topdir)" != "X$(BUILD_DIR)" ; then \
 | 
					
						
							|  |  |  | 		$(RM) parser-built y.tab.c y.tab.h ; \
 | 
					
						
							|  |  |  | 	fi | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | recho$(EXEEXT):		$(SUPPORT_SRC)recho.c | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 	@$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)recho.c ${LIBS_FOR_BUILD} | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | zecho$(EXEEXT):		$(SUPPORT_SRC)zecho.c | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 	@$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)zecho.c ${LIBS_FOR_BUILD} | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | printenv$(EXEEXT):	$(SUPPORT_SRC)printenv.c | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | 	@$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)printenv.c ${LIBS_FOR_BUILD} | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | xcase$(EXEEXT):	$(SUPPORT_SRC)xcase.c | 
					
						
							|  |  |  | 	@$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)xcase.c ${LIBS_FOR_BUILD} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | test tests check:	force $(Program) $(TESTS_SUPPORT) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	@-test -d tests || mkdir tests | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	@cp $(TESTS_SUPPORT) tests | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 	@( cd $(srcdir)/tests && \
 | 
					
						
							| 
									
										
										
										
											2005-12-07 14:08:12 +00:00
										 |  |  | 		PATH=$(BUILD_DIR)/tests:$$PATH THIS_SH=$(THIS_SH) $(SHELL) ${TESTSCRIPT} ) | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | symlinks: | 
					
						
							|  |  |  | 	$(SHELL) $(SUPPORT_SRC)fixlinks -s $(srcdir) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | dist:	force | 
					
						
							|  |  |  | 	@echo Bash distributions are created using $(srcdir)/support/mkdist. | 
					
						
							|  |  |  | 	@echo Here is a sample of the necessary commands: | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | 	@echo $(Program) $(srcdir)/support/mkdist -m $(srcdir)/MANIFEST -s $(srcdir) -r ${PACKAGE} $(PACKAGE_VERSION) | 
					
						
							|  |  |  | 	@echo tar cf $(PACKAGE)-${PACKAGE_VERSION}.tar ${PACKAGE}-$(PACKAGE_VERSION) | 
					
						
							|  |  |  | 	@echo gzip $(PACKAGE)-$(PACKAGE_VERSION).tar | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | depend:	depends | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | depends: force | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 	$(Program) $(SUPPORT_SRC)mkdep -c ${CC} -- ${CCFLAGS} ${CSOURCES} | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | #### PRIVATE TARGETS ####
 | 
					
						
							|  |  |  | hashtest:	hashlib.c | 
					
						
							|  |  |  | 	$(CC) -DTEST_HASHING $(CCFLAGS) -o $@ $(srcdir)/hashlib.c | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | ############################ DEPENDENCIES ###############################
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | # Files that depend on the definitions in config-top.h, which are not meant
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | # to be changed
 | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | bashhist.o: config-top.h | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | shell.o: config-top.h | 
					
						
							|  |  |  | input.o: config-top.h | 
					
						
							|  |  |  | y.tab.o: config-top.h | 
					
						
							|  |  |  | jobs.o: config-top.h | 
					
						
							|  |  |  | nojobs.o: config-top.h | 
					
						
							|  |  |  | execute_cmd.o: config-top.h | 
					
						
							|  |  |  | variables.o: config-top.h | 
					
						
							|  |  |  | builtins/command.o: config-top.h | 
					
						
							|  |  |  | builtins/common.o: config-top.h | 
					
						
							|  |  |  | builtins/break.o: config-top.h | 
					
						
							|  |  |  | builtins/echo.o: config-top.h | 
					
						
							|  |  |  | builtins/evalstring.o: config-top.h | 
					
						
							|  |  |  | builtins/exit.o: config-top.h | 
					
						
							|  |  |  | builtins/kill.o: config-top.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # shell basics
 | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | copy_cmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | copy_cmd.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | copy_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | copy_cmd.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | dispose_cmd.o: bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | dispose_cmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | dispose_cmd.o: error.h general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | dispose_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | dispose_cmd.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | dispose_cmd.o: ${BASHINCDIR}/ocache.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | error.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h flags.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | error.o: command.h general.h xmalloc.h externs.h input.h bashhist.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | error.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							|  |  |  | error.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							|  |  |  | error.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							|  |  |  | error.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							|  |  |  | error.o: input.h execute_cmd.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | eval.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h trap.h flags.h ${DEFSRC}/common.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | eval.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | eval.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | eval.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | eval.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | eval.o: input.h execute_cmd.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | execute_cmd.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | execute_cmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | execute_cmd.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | execute_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | execute_cmd.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | execute_cmd.o: ${BASHINCDIR}/memalloc.h ${GRAM_H} flags.h builtins.h jobs.h quit.h siglist.h | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | execute_cmd.o: execute_cmd.h findcmd.h redir.h trap.h test.h pathexp.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | execute_cmd.o: $(DEFSRC)/common.h ${DEFDIR}/builtext.h ${GLOB_LIBSRC}/strmatch.h | 
					
						
							|  |  |  | execute_cmd.o: ${BASHINCDIR}/posixtime.h ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | expr.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h  | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | expr.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | expr.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | expr.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | expr.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | expr.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | findcmd.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h ${BASHINCDIR}/posixstat.h bashansi.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | findcmd.o: ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/memalloc.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | findcmd.o: ${BASHINCDIR}/stdc.h error.h general.h xmalloc.h variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | findcmd.o: dispose_cmd.h make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							|  |  |  | findcmd.o: flags.h hashlib.h pathexp.h hashcmd.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | findcmd.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | flags.o: config.h flags.h  | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | flags.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | flags.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | flags.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | flags.o: make_cmd.h subst.h sig.h pathnames.h externs.h bashhist.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | general.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h ${BASHINCDIR}/filecntl.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | general.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | general.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | general.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | general.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | general.o: ${BASHINCDIR}/maxpath.h ${BASHINCDIR}/posixtime.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | general.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | hashcmd.o: config.h ${BASHINCDIR}/posixstat.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | hashcmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | hashcmd.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashcmd.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | hashcmd.o: execute_cmd.h findcmd.h ${BASHINCDIR}/stdc.h pathnames.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | hashlib.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | hashlib.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | hashlib.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | hashlib.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | hashlib.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | input.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | input.o: command.h ${BASHINCDIR}/stdc.h general.h xmalloc.h input.h error.h externs.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | input.o: quit.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | list.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | list.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | list.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | list.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							|  |  |  | locale.o: config.h bashtypes.h bashintl.h ${LIBINTL_H} bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | locale.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | locale.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | locale.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | locale.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | locale.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | mailcheck.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | mailcheck.o: ${BASHINCDIR}/posixtime.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | mailcheck.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | mailcheck.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | mailcheck.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | mailcheck.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | mailcheck.o: execute_cmd.h mailcheck.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | make_cmd.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h bashansi.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | make_cmd.o: command.h ${BASHINCDIR}/stdc.h general.h xmalloc.h error.h flags.h make_cmd.h | 
					
						
							|  |  |  | make_cmd.o: variables.h arrayfunc.h conftypes.h array.h hashlib.h subst.h input.h externs.h | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | make_cmd.o: jobs.h quit.h siglist.h syntax.h dispose_cmd.h parser.h | 
					
						
							|  |  |  | make_cmd.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h ${BASHINCDIR}/ocache.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | y.tab.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/memalloc.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | y.tab.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | y.tab.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | y.tab.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | y.tab.o: make_cmd.h subst.h sig.h pathnames.h externs.h test.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | y.tab.o: trap.h flags.h parser.h input.h mailcheck.h $(DEFSRC)/common.h | 
					
						
							|  |  |  | y.tab.o: $(DEFDIR)/builtext.h bashline.h bashhist.h jobs.h siglist.h alias.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | pathexp.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | pathexp.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | pathexp.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | pathexp.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | pathexp.o: make_cmd.h subst.h sig.h pathnames.h externs.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | pathexp.o: pathexp.h flags.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | pathexp.o: $(GLOB_LIBSRC)/glob.h $(GLOB_LIBSRC)/strmatch.h | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | pathexp.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | print_cmd.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | print_cmd.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | print_cmd.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | print_cmd.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | print_cmd.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | print_cmd.o: ${GRAM_H} $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | redir.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/filecntl.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | redir.o: ${BASHINCDIR}/memalloc.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | redir.o: general.h xmalloc.h variables.h arrayfunc.h conftypes.h array.h hashlib.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | redir.o: dispose_cmd.h make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | redir.o: flags.h execute_cmd.h redir.h input.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | shell.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/filecntl.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | shell.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | shell.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | shell.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | shell.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | shell.o: flags.h trap.h mailcheck.h builtins.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | shell.o: jobs.h siglist.h input.h execute_cmd.h findcmd.h bashhist.h bashline.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | shell.o: ${GLOB_LIBSRC}/strmatch.h ${BASHINCDIR}/posixtime.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | sig.o: config.h bashtypes.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | sig.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | sig.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | sig.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | sig.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | sig.o: jobs.h siglist.h trap.h $(DEFSRC)/common.h bashline.h bashhist.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | siglist.o: config.h bashtypes.h siglist.h trap.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | stringlib.o: bashtypes.h ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | stringlib.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | stringlib.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | stringlib.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | stringlib.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | stringlib.o: ${GLOB_LIBSRC}/glob.h ${GLOB_LIBSRC}/strmatch.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | subst.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/posixstat.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | subst.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | subst.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | subst.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | subst.o: make_cmd.h subst.h sig.h pathnames.h externs.h parser.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | subst.o: flags.h jobs.h siglist.h execute_cmd.h ${BASHINCDIR}/filecntl.h trap.h pathexp.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | subst.o: mailcheck.h input.h $(DEFSRC)/getopt.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | subst.o: bashline.h bashhist.h ${GLOB_LIBSRC}/strmatch.h | 
					
						
							|  |  |  | subst.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | subst.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | subst.o: ${DEFDIR}/builtext.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | test.o: bashtypes.h ${BASHINCDIR}/posixstat.h ${BASHINCDIR}/filecntl.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | test.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | test.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | test.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | test.o: make_cmd.h subst.h sig.h pathnames.h externs.h test.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | test.o: ${DEFSRC}/common.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | trap.o: config.h bashtypes.h trap.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | trap.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | trap.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | trap.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | trap.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | trap.o: signames.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | trap.o: ${DEFDIR}/builtext.h jobs.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | unwind_prot.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h command.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | unwind_prot.o: general.h xmalloc.h unwind_prot.h quit.h sig.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | variables.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | variables.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | variables.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | variables.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | variables.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | variables.o: flags.h execute_cmd.h mailcheck.h input.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | variables.o: findcmd.h bashhist.h hashcmd.h pathexp.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | variables.o: pcomplete.h  ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | variables.o: ${BASHINCDIR}/posixtime.h assoc.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | version.o:  conftypes.h patchlevel.h version.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | xmalloc.o: config.h bashtypes.h ${BASHINCDIR}/ansi_stdlib.h error.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # job control
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | jobs.o: config.h bashtypes.h trap.h ${BASHINCDIR}/filecntl.h input.h ${BASHINCDIR}/shtty.h | 
					
						
							|  |  |  | jobs.o: bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | jobs.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | jobs.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | jobs.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | jobs.o: execute_cmd.h make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | jobs.o: jobs.h flags.h $(DEFSRC)/common.h $(DEFDIR)/builtext.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | jobs.o: ${BASHINCDIR}/posixwait.h ${BASHINCDIR}/unionwait.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | jobs.o: ${BASHINCDIR}/posixtime.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | nojobs.o: config.h bashtypes.h ${BASHINCDIR}/filecntl.h bashjmp.h ${BASHINCDIR}/posixjmp.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | nojobs.o: command.h ${BASHINCDIR}/stdc.h general.h xmalloc.h jobs.h quit.h siglist.h externs.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | nojobs.o: sig.h error.h ${BASHINCDIR}/shtty.h input.h | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | nojobs.o: $(DEFDIR)/builtext.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # shell features that may be compiled in
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | array.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | array.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | array.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | array.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | array.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | array.o: $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | arrayfunc.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							|  |  |  | arrayfunc.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							|  |  |  | arrayfunc.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							|  |  |  | arrayfunc.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | arrayfunc.o: make_cmd.h subst.h sig.h pathnames.h externs.h pathexp.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | arrayfunc.o: $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | arrayfunc.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | assoc.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							|  |  |  | assoc.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h | 
					
						
							|  |  |  | assoc.o: command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							|  |  |  | assoc.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h | 
					
						
							|  |  |  | assoc.o: assoc.h hashlib.h | 
					
						
							|  |  |  | assoc.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							|  |  |  | assoc.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							|  |  |  | assoc.o: $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | braces.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | braces.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | braces.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | braces.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | braces.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | braces.o: ${BASHINCDIR}/shmbutil.h ${BASHINCDIR}/shmbchar.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | alias.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h command.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | alias.o: general.h xmalloc.h bashtypes.h externs.h alias.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | alias.o: pcomplete.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | alias.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | pcomplib.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h bashtypes.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | pcomplib.o: ${BASHINCDIR}/stdc.h hashlib.h pcomplete.h shell.h syntax.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | pcomplib.o: bashjmp.h command.h general.h xmalloc.h error.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | pcomplib.o: unwind_prot.h dispose_cmd.h make_cmd.h subst.h sig.h pathnames.h | 
					
						
							|  |  |  | pcomplib.o: externs.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | pcomplete.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h bashtypes.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | pcomplete.o: ${BASHINCDIR}/stdc.h hashlib.h pcomplete.h shell.h syntax.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | pcomplete.o: bashjmp.h command.h general.h xmalloc.h error.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | pcomplete.o: unwind_prot.h dispose_cmd.h make_cmd.h subst.h sig.h pathnames.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | pcomplete.o: externs.h ${BASHINCDIR}/maxpath.h execute_cmd.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # library support files
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | bashhist.o: config.h bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h ${BASHINCDIR}/posixstat.h | 
					
						
							|  |  |  | bashhist.o: ${BASHINCDIR}/filecntl.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | bashhist.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | bashhist.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | bashhist.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | bashhist.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | bashhist.o: flags.h input.h parser.h pathexp.h $(DEFSRC)/common.h bashline.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | bashhist.o: $(GLOB_LIBSRC)/strmatch.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | bashline.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | bashline.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | bashline.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h array.h hashlib.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | bashline.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | bashline.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | bashline.o: builtins.h bashhist.h bashline.h execute_cmd.h findcmd.h pathexp.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | bashline.o: $(DEFSRC)/common.h $(GLOB_LIBSRC)/glob.h alias.h | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | bashline.o: pcomplete.h ${BASHINCDIR}/chartypes.h input.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | bracecomp.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | bracecomp.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h | 
					
						
							|  |  |  | bracecomp.o: command.h ${BASHINCDIR}/stdc.h error.h | 
					
						
							|  |  |  | bracecomp.o: general.h xmalloc.h bashtypes.h variables.h arrayfunc.h conftypes.h | 
					
						
							|  |  |  | bracecomp.o: array.h hashlib.h alias.h builtins.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | bracecomp.o: quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | bracecomp.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | # library dependencies
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | bashline.o: $(RL_LIBSRC)/rlconf.h | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | bashline.o: $(RL_LIBSRC)/keymaps.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | bashline.o: $(RL_LIBSRC)/chardefs.h $(RL_LIBSRC)/readline.h | 
					
						
							|  |  |  | bracecomp.o: $(RL_LIBSRC)/keymaps.h $(RL_LIBSRC)/chardefs.h | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | bracecomp.o: $(RL_LIBSRC)/readline.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | y.tab.o: $(RL_LIBSRC)/keymaps.h $(RL_LIBSRC)/chardefs.h | 
					
						
							|  |  |  | y.tab.o: $(RL_LIBSRC)/readline.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | subst.o: $(RL_LIBSRC)/keymaps.h $(RL_LIBSRC)/chardefs.h | 
					
						
							|  |  |  | subst.o: $(RL_LIBSRC)/readline.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | shell.o: $(HIST_LIBSRC)/history.h $(HIST_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | subst.o: $(HIST_LIBSRC)/history.h $(HIST_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | bashline.o: $(HIST_LIBSRC)/history.h $(HIST_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | bashhist.o: $(HIST_LIBSRC)/history.h $(HIST_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | y.tab.o: $(HIST_LIBSRC)/history.h $(HIST_LIBSRC)/rlstdc.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | execute_cmd.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | general.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | mailcheck.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | shell.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | subst.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | variables.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | # libintl dependencies
 | 
					
						
							|  |  |  | arrayfunc.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | bashhist.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | bashline.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | braces.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | error.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | eval.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | execute_cmd.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | expr.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | general.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | input.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | jobs.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | mailcheck.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | make_cmd.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | nojobs.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							| 
									
										
										
										
											2011-11-22 19:11:26 -05:00
										 |  |  | y.tab.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | pcomplete.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | pcomplib.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | print_cmd.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | redir.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | shell.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | sig.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | siglist.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | subst.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | test.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | trap.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | variables.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | version.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | xmalloc.o: bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2006-10-10 14:15:34 +00:00
										 |  |  | signames.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | # XXX - dependencies checked through here
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # builtin c sources
 | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/bashgetopt.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/bashgetopt.o: shell.h syntax.h config.h bashjmp.h command.h general.h xmalloc.h error.h | 
					
						
							|  |  |  | builtins/bashgetopt.o: variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/bashgetopt.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | builtins/bashgetopt.o: $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/bashgetopt.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/common.o: bashtypes.h ${BASHINCDIR}/posixstat.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | builtins/common.o: shell.h syntax.h config.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h command.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/common.o: ${BASHINCDIR}/memalloc.h variables.h arrayfunc.h conftypes.h input.h siglist.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/common.o: quit.h unwind_prot.h ${BASHINCDIR}/maxpath.h jobs.h builtins.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/common.o: dispose_cmd.h make_cmd.h subst.h externs.h bashhist.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/common.o: execute_cmd.h ${BASHINCDIR}/stdc.h general.h xmalloc.h error.h pathnames.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | builtins/common.o: ${DEFDIR}/builtext.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/common.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/evalfile.o: bashtypes.h ${BASHINCDIR}/posixstat.h ${BASHINCDIR}/filecntl.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/evalfile.o: shell.h syntax.h config.h bashjmp.h command.h general.h xmalloc.h error.h | 
					
						
							|  |  |  | builtins/evalfile.o: variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/evalfile.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | builtins/evalfile.o: jobs.h builtins.h flags.h input.h execute_cmd.h | 
					
						
							|  |  |  | builtins/evalfile.o: bashhist.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/evalstring.o: config.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | builtins/evalstring.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h command.h siglist.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/evalstring.o: ${BASHINCDIR}/memalloc.h variables.h arrayfunc.h conftypes.h input.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/evalstring.o: quit.h unwind_prot.h ${BASHINCDIR}/maxpath.h jobs.h builtins.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | builtins/evalstring.o: dispose_cmd.h make_cmd.h subst.h externs.h  | 
					
						
							|  |  |  | builtins/evalstring.o: jobs.h builtins.h flags.h input.h execute_cmd.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/evalstring.o: bashhist.h $(DEFSRC)/common.h pathnames.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/getopt.o: config.h ${BASHINCDIR}/memalloc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/getopt.o: shell.h syntax.h bashjmp.h command.h general.h xmalloc.h error.h | 
					
						
							|  |  |  | builtins/getopt.o: variables.h arrayfunc.h conftypes.h quit.h ${BASHINCDIR}/maxpath.h unwind_prot.h dispose_cmd.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/getopt.o: make_cmd.h subst.h sig.h pathnames.h externs.h  | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | builtins/getopt.o: $(DEFSRC)/getopt.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/mkbuiltins.o: config.h bashtypes.h ${BASHINCDIR}/posixstat.h ${BASHINCDIR}/filecntl.h | 
					
						
							|  |  |  | builtins/mkbuiltins.o: bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | # builtin def files
 | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/alias.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/alias.o: quit.h $(DEFSRC)/common.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | builtins/alias.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h command.h ${BASHINCDIR}/stdc.h unwind_prot.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/alias.o: dispose_cmd.h make_cmd.h subst.h externs.h variables.h arrayfunc.h conftypes.h  | 
					
						
							|  |  |  | builtins/bind.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/bind.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/bind.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/bind.o: $(DEFSRC)/bashgetopt.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/break.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/break.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/break.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/break.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/builtin.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2002-07-17 14:10:11 +00:00
										 |  |  | builtins/builtin.o: quit.h $(DEFSRC)/common.h $(DEFSRC)/bashgetopt.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/builtin.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/builtin.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/builtin.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/caller.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/caller.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							|  |  |  | builtins/caller.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							|  |  |  | builtins/caller.o: $(DEFSRC)/common.h quit.h  | 
					
						
							|  |  |  | builtins/caller.o: ${BASHINCDIR}/chartypes.h bashtypes.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/caller.o: ${DEFDIR}/builtext.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/cd.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/cd.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/cd.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/cd.o: $(DEFSRC)/common.h quit.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/command.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/command.o: quit.h $(DEFSRC)/bashgetopt.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/command.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/command.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/declare.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/declare.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/declare.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/declare.o: $(DEFSRC)/bashgetopt.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/echo.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/echo.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/echo.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/echo.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/enable.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/enable.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/enable.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/enable.o: pcomplete.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/eval.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/eval.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/eval.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/eval.o: pathnames.h | 
					
						
							|  |  |  | builtins/exec.o: bashtypes.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/exec.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/exec.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/exec.o: dispose_cmd.h make_cmd.h subst.h externs.h execute_cmd.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/exec.o: findcmd.h flags.h quit.h $(DEFSRC)/common.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/exec.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/exit.o: bashtypes.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/exit.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/exit.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/exit.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/exit.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/fc.o: bashtypes.h ${BASHINCDIR}/posixstat.h | 
					
						
							|  |  |  | builtins/fc.o: bashansi.h ${BASHINCDIR}/ansi_stdlib.h builtins.h command.h ${BASHINCDIR}/stdc.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/fc.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/fc.o: flags.h unwind_prot.h variables.h arrayfunc.h conftypes.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/fc.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h quit.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/fc.o: $(DEFSRC)/bashgetopt.h bashhist.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/fc.o: ${BASHINCDIR}/chartypes.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/fg_bg.o: bashtypes.h $(DEFSRC)/bashgetopt.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/fg_bg.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/fg_bg.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/fg_bg.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/fg_bg.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/getopts.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/getopts.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/getopts.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/getopts.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/hash.o: bashtypes.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/hash.o: builtins.h command.h findcmd.h ${BASHINCDIR}/stdc.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/hash.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/hash.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/hash.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/help.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/help.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/help.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/help.o: $(GLOB_LIBSRC)/glob.h pathnames.h | 
					
						
							|  |  |  | builtins/history.o: bashtypes.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/history.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/history.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | builtins/history.o: ${BASHINCDIR}/filecntl.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/history.o: bashhist.h variables.h arrayfunc.h conftypes.h  | 
					
						
							|  |  |  | builtins/inlib.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/inlib.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h quit.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/inlib.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/inlib.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/jobs.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/jobs.o: quit.h $(DEFSRC)/bashgetopt.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/jobs.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/jobs.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/jobs.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/kill.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/kill.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/kill.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h trap.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/kill.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/let.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/let.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/let.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/let.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/printf.o: config.h ${BASHINCDIR}/memalloc.h bashjmp.h command.h error.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/printf.o: general.h xmalloc.h quit.h dispose_cmd.h make_cmd.h subst.h | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | builtins/printf.o: externs.h sig.h pathnames.h shell.h syntax.h unwind_prot.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/printf.o: variables.h arrayfunc.h conftypes.h ${BASHINCDIR}/stdc.h $(DEFSRC)/bashgetopt.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/printf.o: ${BASHINCDIR}/chartypes.h  | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/pushd.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/pushd.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/pushd.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/pushd.o: $(DEFSRC)/common.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/read.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/read.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/read.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/read.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/return.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/return.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/return.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/return.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/set.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/set.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/set.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h flags.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/set.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/setattr.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/setattr.o: quit.h $(DEFSRC)/common.h $(DEFSRC)/bashgetopt.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/setattr.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/setattr.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/setattr.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/shift.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/shift.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/shift.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/shift.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/shift.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/shopt.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | builtins/shopt.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/shopt.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h unwind_prot.h variables.h arrayfunc.h conftypes.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/shopt.o: $(DEFSRC)/common.h $(DEFSRC)/bashgetopt.h pathnames.h | 
					
						
							|  |  |  | builtins/shopt.o: bashhist.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/source.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/source.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/source.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/source.o: findcmd.h $(DEFSRC)/bashgetopt.h flags.h trap.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/source.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/suspend.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/suspend.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/suspend.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/suspend.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/test.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/test.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/test.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/test.o: test.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/times.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/times.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/times.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/times.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/trap.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/trap.o: quit.h $(DEFSRC)/common.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/trap.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/trap.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/trap.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/type.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											1998-04-17 19:52:44 +00:00
										 |  |  | builtins/type.o: quit.h $(DEFSRC)/common.h findcmd.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/type.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/type.o: dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/type.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/ulimit.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/ulimit.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/ulimit.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/ulimit.o: pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/umask.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/umask.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/umask.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/umask.o: ${BASHINCDIR}/chartypes.h pathnames.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/wait.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/wait.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/wait.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/wait.o: ${BASHINCDIR}/chartypes.h pathnames.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-04-06 19:14:31 +00:00
										 |  |  | builtins/complete.o: config.h shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h | 
					
						
							| 
									
										
										
										
											2001-11-13 17:56:06 +00:00
										 |  |  | builtins/complete.o: unwind_prot.h variables.h arrayfunc.h conftypes.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/complete.o: bashtypes.h bashansi.h ${BASHINCDIR}/ansi_stdlib.h | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/complete.o: builtins.h pathnames.h | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/complete.o: pcomplete.h | 
					
						
							|  |  |  | builtins/complete.o: ${DEFSRC}/common.h ${DEFSRC}/bashgetopt.h | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | builtins/mapfile.o: command.h config.h ${BASHINCDIR}/memalloc.h error.h general.h xmalloc.h ${BASHINCDIR}/maxpath.h | 
					
						
							|  |  |  | builtins/mapfile.o: quit.h dispose_cmd.h make_cmd.h subst.h externs.h ${BASHINCDIR}/stdc.h | 
					
						
							|  |  |  | builtins/mapfile.o: shell.h syntax.h bashjmp.h ${BASHINCDIR}/posixjmp.h sig.h unwind_prot.h variables.h arrayfunc.h conftypes.h  | 
					
						
							| 
									
										
										
										
											2011-11-21 20:51:19 -05:00
										 |  |  | builtins/mapfile.o: pathnames.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | # libintl dependencies
 | 
					
						
							|  |  |  | builtins/bind.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/break.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/caller.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/cd.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/common.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/complete.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/declare.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/enable.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/evalfile.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/exec.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/exit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/fc.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/fg_bg.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/getopt.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/hash.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/help.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/history.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/inlib.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/jobs.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/kill.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/let.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | builtins/mapfile.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/mkbuiltins.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/printf.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/pushd.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/read.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/return.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/set.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/setattr.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/shift.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/shopt.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/source.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/suspend.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/type.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/ulimit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | builtins/umask.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1997-06-05 14:59:13 +00:00
										 |  |  | # builtin library dependencies
 | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/bind.o: $(RL_LIBSRC)/chardefs.h $(RL_LIBSRC)/readline.h | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | builtins/bind.o: $(RL_LIBSRC)/keymaps.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-02-19 17:11:39 +00:00
										 |  |  | builtins/bind.o: $(HIST_LIBSRC)/history.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | builtins/fc.o: $(HIST_LIBSRC)/history.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							|  |  |  | builtins/history.o: $(HIST_LIBSRC)/history.h $(RL_LIBSRC)/rlstdc.h | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | 
 | 
					
						
							|  |  |  | builtins/common.o: $(TILDE_LIBSRC)/tilde.h | 
					
						
							|  |  |  | builtins/cd.o: $(TILDE_LIBSRC)/tilde.h  | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | builtins/alias.o: $(DEFSRC)/alias.def | 
					
						
							|  |  |  | builtins/bind.o: $(DEFSRC)/bind.def | 
					
						
							|  |  |  | builtins/break.o: $(DEFSRC)/break.def | 
					
						
							|  |  |  | builtins/builtin.o: $(DEFSRC)/builtin.def | 
					
						
							| 
									
										
										
										
											2004-07-27 13:29:18 +00:00
										 |  |  | builtins/caller.o: $(DEFSRC)/caller.def | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/cd.o: $(DEFSRC)/cd.def | 
					
						
							|  |  |  | builtins/colon.o: $(DEFSRC)/colon.def | 
					
						
							|  |  |  | builtins/command.o: $(DEFSRC)/command.def | 
					
						
							| 
									
										
										
										
											2000-03-17 21:46:59 +00:00
										 |  |  | builtins/complete.o: $(DEFSRC)/complete.def | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/declare.o: $(DEFSRC)/declare.def | 
					
						
							|  |  |  | builtins/echo.o: $(DEFSRC)/echo.def | 
					
						
							|  |  |  | builtins/enable.o: $(DEFSRC)/enable.def | 
					
						
							|  |  |  | builtins/eval.o: $(DEFSRC)/eval.def | 
					
						
							|  |  |  | builtins/exec.o: $(DEFSRC)/exec.def | 
					
						
							|  |  |  | builtins/exit.o: $(DEFSRC)/exit.def | 
					
						
							|  |  |  | builtins/fc.o: $(DEFSRC)/fc.def | 
					
						
							|  |  |  | builtins/fg_bg.o: $(DEFSRC)/fg_bg.def | 
					
						
							|  |  |  | builtins/getopts.o: $(DEFSRC)/getopts.def | 
					
						
							|  |  |  | builtins/hash.o: $(DEFSRC)/hash.def | 
					
						
							|  |  |  | builtins/help.o: $(DEFSRC)/help.def | 
					
						
							|  |  |  | builtins/history.o: $(DEFSRC)/history.def | 
					
						
							|  |  |  | builtins/inlib.o: $(DEFSRC)/inlib.def | 
					
						
							|  |  |  | builtins/jobs.o: $(DEFSRC)/jobs.def | 
					
						
							|  |  |  | builtins/kill.o: $(DEFSRC)/kill.def | 
					
						
							|  |  |  | builtins/let.o: $(DEFSRC)/let.def | 
					
						
							| 
									
										
										
										
											2009-01-12 13:36:28 +00:00
										 |  |  | builtins/mapfile.o: $(DEFSRC)/mapfile.def | 
					
						
							| 
									
										
										
										
											1996-12-23 17:02:34 +00:00
										 |  |  | builtins/pushd.o: $(DEFSRC)/pushd.def | 
					
						
							|  |  |  | builtins/read.o: $(DEFSRC)/read.def | 
					
						
							|  |  |  | builtins/reserved.o: $(DEFSRC)/reserved.def | 
					
						
							|  |  |  | builtins/return.o: $(DEFSRC)/return.def | 
					
						
							|  |  |  | builtins/set.o: $(DEFSRC)/set.def | 
					
						
							|  |  |  | builtins/setattr.o: $(DEFSRC)/setattr.def | 
					
						
							|  |  |  | builtins/shift.o: $(DEFSRC)/shift.def | 
					
						
							|  |  |  | builtins/shopt.o: $(DEFSRC)/shopt.def | 
					
						
							|  |  |  | builtins/source.o: $(DEFSRC)/source.def | 
					
						
							|  |  |  | builtins/suspend.o: $(DEFSRC)/suspend.def | 
					
						
							|  |  |  | builtins/test.o: $(DEFSRC)/test.def | 
					
						
							|  |  |  | builtins/times.o: $(DEFSRC)/times.def | 
					
						
							|  |  |  | builtins/trap.o: $(DEFSRC)/trap.def | 
					
						
							|  |  |  | builtins/type.o: $(DEFSRC)/type.def | 
					
						
							|  |  |  | builtins/ulimit.o: $(DEFSRC)/ulimit.def | 
					
						
							|  |  |  | builtins/umask.o: $(DEFSRC)/umask.def | 
					
						
							|  |  |  | builtins/wait.o: $(DEFSRC)/wait.def |