blob: a2e7911bfecf0d04427f157e5353f25299647349 [file] [log] [blame]
Jari Aaltoccc6cda1996-12-23 17:02:34 +00001# This Makefile for building libbuiltins.a is in -*- text -*- for Emacs.
2#
Chet Rameyac50fba2014-02-26 09:36:43 -05003# Copyright (C) 1996-2009 Free Software Foundation, Inc.
Jari Aaltobb706242000-03-17 21:46:59 +00004
Jari Aalto31859422009-01-12 13:36:28 +00005# This program is free software: you can redistribute it and/or modify
6# it under the terms of the GNU General Public License as published by
7# the Free Software Foundation, either version 3 of the License, or
8# (at your option) any later version.
Jari Aaltobb706242000-03-17 21:46:59 +00009
Jari Aalto31859422009-01-12 13:36:28 +000010# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY; without even the implied warranty of
12# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13# GNU General Public License for more details.
Jari Aaltobb706242000-03-17 21:46:59 +000014
Jari Aalto31859422009-01-12 13:36:28 +000015# You should have received a copy of the GNU General Public License
16# along with this program. If not, see <http://www.gnu.org/licenses/>.
Jari Aaltobb706242000-03-17 21:46:59 +000017
Jari Aalto06285672006-10-10 14:15:34 +000018PACKAGE = @PACKAGE_NAME@
Jari Aaltob80f6442004-07-27 13:29:18 +000019PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
20PACKAGE_NAME = @PACKAGE_NAME@
21PACKAGE_STRING = @PACKAGE_STRING@
22PACKAGE_VERSION = @PACKAGE_VERSION@
23
Jari Aaltobb706242000-03-17 21:46:59 +000024#
Jari Aaltob72432f1999-02-19 17:11:39 +000025SHELL = @MAKE_SHELL@
Jari Aaltod166f041997-06-05 14:59:13 +000026RANLIB = @RANLIB@
Jari Aaltoccc6cda1996-12-23 17:02:34 +000027CC = @CC@
Jari Aaltocce855b1998-04-17 19:52:44 +000028CC_FOR_BUILD = @CC_FOR_BUILD@
Jari Aaltoccc6cda1996-12-23 17:02:34 +000029AR = @AR@
Jari Aaltob72432f1999-02-19 17:11:39 +000030ARFLAGS = @ARFLAGS@
Jari Aaltoccc6cda1996-12-23 17:02:34 +000031RM = rm -f
32CP = cp
33
Jari Aaltobb706242000-03-17 21:46:59 +000034EXEEXT = @EXEEXT@
35
Jari Aalto7117c2d2002-07-17 14:10:11 +000036prefix = @prefix@
37
Jari Aaltoccc6cda1996-12-23 17:02:34 +000038srcdir = @srcdir@
39VPATH = .:@srcdir@
40topdir = @top_srcdir@
Jari Aalto31859422009-01-12 13:36:28 +000041
42datarootdir = @datarootdir@
43
Jari Aaltoccc6cda1996-12-23 17:02:34 +000044includedir = @includedir@
Jari Aalto7117c2d2002-07-17 14:10:11 +000045datadir = @datadir@
Jari Aalto31859422009-01-12 13:36:28 +000046localedir = @localedir@
Jari Aalto7117c2d2002-07-17 14:10:11 +000047
48# Support an alternate destination root directory for package building
49DESTDIR =
50
51INSTALL = @INSTALL@
52INSTALL_DATA = @INSTALL_DATA@
Jari Aaltocce855b1998-04-17 19:52:44 +000053BUILD_DIR = @BUILD_DIR@
Jari Aaltoccc6cda1996-12-23 17:02:34 +000054
Jari Aaltob80f6442004-07-27 13:29:18 +000055LIBBUILD = ${BUILD_DIR}/lib
56
Jari Aaltocce855b1998-04-17 19:52:44 +000057PROFILE_FLAGS = @PROFILE_FLAGS@
Jari Aaltod166f041997-06-05 14:59:13 +000058CFLAGS = @CFLAGS@
Jari Aalto95732b42005-12-07 14:08:12 +000059CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ @CROSS_COMPILE@
Jari Aaltod166f041997-06-05 14:59:13 +000060CPPFLAGS = @CPPFLAGS@
Jari Aalto7117c2d2002-07-17 14:10:11 +000061CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@
62LOCAL_CFLAGS = @LOCAL_CFLAGS@ ${DEBUG}
Jari Aaltoccc6cda1996-12-23 17:02:34 +000063DEFS = @DEFS@
Jari Aaltod166f041997-06-05 14:59:13 +000064LOCAL_DEFS = @LOCAL_DEFS@
Jari Aalto7117c2d2002-07-17 14:10:11 +000065
Jari Aaltod166f041997-06-05 14:59:13 +000066LIBS = @LIBS@
Jari Aalto7117c2d2002-07-17 14:10:11 +000067LDFLAGS = @LDFLAGS@ $(LOCAL_LDFLAGS) $(CFLAGS)
Jari Aalto31859422009-01-12 13:36:28 +000068LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ $(LOCAL_LDFLAGS) $(CFLAGS_FOR_BUILD)
Jari Aalto7117c2d2002-07-17 14:10:11 +000069LOCAL_LDFLAGS = @LOCAL_LDFLAGS@
Chet Rameyac50fba2014-02-26 09:36:43 -050070LIBS_FOR_BUILD = @LIBS_FOR_BUILD@
71#LIBS_FOR_BUILD = $(LIBS)
Jari Aaltoccc6cda1996-12-23 17:02:34 +000072
Jari Aaltobb706242000-03-17 21:46:59 +000073BASHINCDIR = ${topdir}/include
74
Jari Aaltof73dda02001-11-13 17:56:06 +000075RL_INCLUDEDIR = @RL_INCLUDEDIR@
76
Jari Aaltob80f6442004-07-27 13:29:18 +000077INTL_LIBSRC = ${topdir}/lib/intl
78INTL_BUILDDIR = ${LIBBUILD}/intl
Jari Aalto31859422009-01-12 13:36:28 +000079INTL_LIBDIR = ${INTL_BUILDDIR}
80INTL_LIBRARY = ${INTL_BUILDDIR}/libintl.a
Jari Aaltob80f6442004-07-27 13:29:18 +000081INTL_INC = @INTL_INC@
Jari Aalto31859422009-01-12 13:36:28 +000082INTL_DEP = @INTL_DEP@
Jari Aaltob80f6442004-07-27 13:29:18 +000083LIBINTL_H = @LIBINTL_H@
84
Jari Aalto7117c2d2002-07-17 14:10:11 +000085HELPDIR = @HELPDIR@
86MKDIRS = ${topdir}/support/mkdirs
87
Chet Rameyac50fba2014-02-26 09:36:43 -050088HELPFILES_TARGET = @HELPFILES_TARGET@
89
Jari Aaltob80f6442004-07-27 13:29:18 +000090INCLUDES = -I. -I.. @RL_INCLUDE@ -I$(topdir) -I$(BASHINCDIR) -I$(topdir)/lib -I$(srcdir) ${INTL_INC}
Jari Aaltoccc6cda1996-12-23 17:02:34 +000091
Jari Aalto7117c2d2002-07-17 14:10:11 +000092BASE_CCFLAGS = ${PROFILE_FLAGS} $(DEFS) $(LOCAL_DEFS) $(SYSTEM_FLAGS) \
93 ${INCLUDES} $(LOCAL_CFLAGS)
Jari Aaltof73dda02001-11-13 17:56:06 +000094
Jari Aalto7117c2d2002-07-17 14:10:11 +000095CCFLAGS = $(BASE_CCFLAGS) $(CPPFLAGS) $(CFLAGS)
96
97CCFLAGS_FOR_BUILD = $(BASE_CCFLAGS) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)
Jari Aaltof73dda02001-11-13 17:56:06 +000098
99GCC_LINT_FLAGS = -Wall -Wshadow -Wpointer-arith -Wcast-qual \
100 -Wcast-align -Wstrict-prototypes -Wconversion \
101 -Wmissing-prototypes -Wtraditional -Wredundant-decls -pedantic
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000102
Jari Aaltobb706242000-03-17 21:46:59 +0000103MKBUILTINS = mkbuiltins$(EXEEXT)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000104DIRECTDEFINE = -D $(srcdir)
Jari Aalto7117c2d2002-07-17 14:10:11 +0000105HELPDIRDEFINE = @HELPDIRDEFINE@
Jari Aalto95732b42005-12-07 14:08:12 +0000106HELPSTRINGS = @HELPSTRINGS@
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000107
108# xxx this is bad style
109RL_LIBSRC = $(topdir)/lib/readline
110
111.SUFFIXES:
112.SUFFIXES: .def .c .o
113# How to make a .o file from a .def file.
114.def.o:
115 $(RM) $@
116 ./$(MKBUILTINS) $(DIRECTDEFINE) $<
117 $(CC) -c $(CCFLAGS) $*.c || ( $(RM) $*.c ; exit 1 )
118 $(RM) $*.c
119
120# How to make a .c file from a .def file.
121.def.c:
122 $(RM) $@
123 ./$(MKBUILTINS) $(DIRECTDEFINE) $<
124
125# default rule for making a .o file from a .c file
126.c.o:
127 $(RM) $@
128 $(CC) -c $(CCFLAGS) $<
129
130DEFSRC = $(srcdir)/alias.def $(srcdir)/bind.def $(srcdir)/break.def \
Jari Aaltob80f6442004-07-27 13:29:18 +0000131 $(srcdir)/builtin.def $(srcdir)/caller.def \
132 $(srcdir)/cd.def $(srcdir)/colon.def \
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000133 $(srcdir)/command.def $(srcdir)/declare.def $(srcdir)/echo.def \
134 $(srcdir)/enable.def $(srcdir)/eval.def $(srcdir)/getopts.def \
135 $(srcdir)/exec.def $(srcdir)/exit.def $(srcdir)/fc.def \
136 $(srcdir)/fg_bg.def $(srcdir)/hash.def $(srcdir)/help.def \
137 $(srcdir)/history.def $(srcdir)/jobs.def $(srcdir)/kill.def \
138 $(srcdir)/let.def $(srcdir)/read.def $(srcdir)/return.def \
139 $(srcdir)/set.def $(srcdir)/setattr.def $(srcdir)/shift.def \
140 $(srcdir)/source.def $(srcdir)/suspend.def $(srcdir)/test.def \
141 $(srcdir)/times.def $(srcdir)/trap.def $(srcdir)/type.def \
142 $(srcdir)/ulimit.def $(srcdir)/umask.def $(srcdir)/wait.def \
Jari Aaltocce855b1998-04-17 19:52:44 +0000143 $(srcdir)/reserved.def $(srcdir)/pushd.def $(srcdir)/shopt.def \
Jari Aalto31859422009-01-12 13:36:28 +0000144 $(srcdir)/printf.def $(srcdir)/complete.def $(srcdir)/mapfile.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000145
146STATIC_SOURCE = common.c evalstring.c evalfile.c getopt.c bashgetopt.c \
147 getopt.h
148
149OFILES = builtins.o \
Jari Aaltob80f6442004-07-27 13:29:18 +0000150 alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o \
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000151 common.o declare.o echo.o enable.o eval.o evalfile.o \
Jari Aalto31859422009-01-12 13:36:28 +0000152 evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o \
153 jobs.o kill.o let.o mapfile.o \
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000154 pushd.o read.o return.o set.o setattr.o shift.o source.o \
155 suspend.o test.o times.o trap.o type.o ulimit.o umask.o \
Jari Aaltobb706242000-03-17 21:46:59 +0000156 wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000157
Chet Rameyac50fba2014-02-26 09:36:43 -0500158CREATED_FILES = builtext.h builtins.c psize.aux pipesize.h tmpbuiltins.c \
159 tmpbuiltins.h
160CREATED_OBJECTS = tmpbuiltins.o gen-helpfiles.o mkbuiltins.o
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000161
Chet Rameyac50fba2014-02-26 09:36:43 -0500162all: $(MKBUILTINS) libbuiltins.a $(HELPFILES_TARGET)
163targets: libbuiltins.a $(HELPFILES_TARGET)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000164
Jari Aaltocce855b1998-04-17 19:52:44 +0000165libbuiltins.a: $(MKBUILTINS) $(OFILES) builtins.o
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000166 $(RM) $@
Jari Aaltob72432f1999-02-19 17:11:39 +0000167 $(AR) $(ARFLAGS) $@ $(OFILES)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000168 -$(RANLIB) $@
169
Chet Rameyac50fba2014-02-26 09:36:43 -0500170tmpbuiltins.c: $(MKBUILTINS) $(DEFSRC)
171 ./$(MKBUILTINS) -externfile tmpbuiltins.h -structfile $@ \
172 -noproduction -nofunctions \
173 $(DIRECTDEFINE) $(HELPSTRINGS) $(DEFSRC)
174
175tmpbuiltins.h: tmpbuiltins.c
176
177gen-helpfiles.o: ../config.h
178gen-helpfiles.o: gen-helpfiles.c
179 $(RM) $@
180 $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) $<
181
182gen-helpfiles: tmpbuiltins.o gen-helpfiles.o
183 $(CC_FOR_BUILD) ${CCFLAGS_FOR_BUILD} $(LDFLAGS_FOR_BUILD) -o $@ gen-helpfiles.o tmpbuiltins.o $(LIBS_FOR_BUILD)
184
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000185builtext.h builtins.c: $(MKBUILTINS) $(DEFSRC)
Jari Aaltocce855b1998-04-17 19:52:44 +0000186 @-if test -f builtins.c; then mv -f builtins.c old-builtins.c; fi
187 @-if test -f builtext.h; then mv -f builtext.h old-builtext.h; fi
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000188 ./$(MKBUILTINS) -externfile builtext.h -structfile builtins.c \
Jari Aalto95732b42005-12-07 14:08:12 +0000189 -noproduction $(DIRECTDEFINE) $(HELPDIRDEFINE) $(HELPSTRINGS) $(DEFSRC)
Jari Aaltob72432f1999-02-19 17:11:39 +0000190 @-if cmp -s old-builtext.h builtext.h 2>/dev/null; then \
Jari Aaltocce855b1998-04-17 19:52:44 +0000191 mv old-builtext.h builtext.h; \
192 else \
193 $(RM) old-builtext.h; \
194 fi
Jari Aaltob72432f1999-02-19 17:11:39 +0000195 @-if cmp -s old-builtins.c builtins.c 2>/dev/null; then \
Jari Aaltocce855b1998-04-17 19:52:44 +0000196 mv old-builtins.c builtins.c; \
197 else \
198 $(RM) old-builtins.c; \
199 fi
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000200
Chet Rameyac50fba2014-02-26 09:36:43 -0500201helpdoc: gen-helpfiles
202 ./gen-helpfiles ${HELPDIRDEFINE}
Jari Aalto7117c2d2002-07-17 14:10:11 +0000203
204install-help:
205 @-if test -n "${HELPDIR}" && test -d helpfiles ; then \
Jari Aalto06285672006-10-10 14:15:34 +0000206 test -d $(DESTDIR)${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
Jari Aalto95732b42005-12-07 14:08:12 +0000207 ( for f in helpfiles/*; do \
Jari Aalto7117c2d2002-07-17 14:10:11 +0000208 echo installing $$f; \
209 ${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \
210 done; ) ; \
211 fi
212
213install: @HELPINSTALL@
214
Jari Aaltocce855b1998-04-17 19:52:44 +0000215mkbuiltins.o: ../config.h
216mkbuiltins.o: mkbuiltins.c
217 $(RM) $@
Jari Aaltof73dda02001-11-13 17:56:06 +0000218 $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) $<
Jari Aaltocce855b1998-04-17 19:52:44 +0000219
Jari Aaltobb706242000-03-17 21:46:59 +0000220mkbuiltins$(EXEEXT): mkbuiltins.o
Jari Aalto7117c2d2002-07-17 14:10:11 +0000221 $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKBUILTINS) mkbuiltins.o $(LIBS_FOR_BUILD)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000222
223# rules for deficient makes, like SunOS
Jari Aaltocce855b1998-04-17 19:52:44 +0000224mkbuiltins.o: mkbuiltins.c
225builtins.o: builtins.c
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000226common.o: common.c
227bashgetopt.o: bashgetopt.c
228getopt.o: getopt.c
Jari Aaltocce855b1998-04-17 19:52:44 +0000229evalstring.o: evalstring.c
Chet Rameyac50fba2014-02-26 09:36:43 -0500230evalfile.o: evalfile.c
231
232tmpbuiltins.o: tmpbuiltins.c
233gen-helpfiles.o: gen-helpfiles.c
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000234
Jari Aaltoe8ce7751997-09-22 20:22:27 +0000235ulimit.o: pipesize.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000236
237pipesize.h: psize.aux
Jari Aaltob72432f1999-02-19 17:11:39 +0000238 $(SHELL) $(srcdir)/psize.sh > $@
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000239
Chet Rameyac50fba2014-02-26 09:36:43 -0500240# Technically this is wrong; the pipe size should be for the target system,
241# not the build host.
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000242psize.aux: psize.c
Chet Rameyac50fba2014-02-26 09:36:43 -0500243 $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) ${LDFLAGS_FOR_BUILD} -o $@ $(srcdir)/psize.c
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000244
245documentation: builtins.texi
246
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000247builtins.texi: $(MKBUILTINS)
248 ./$(MKBUILTINS) -documentonly $(DEFSRC)
249
250clean:
Chet Rameyac50fba2014-02-26 09:36:43 -0500251 $(RM) $(OFILES) $(CREATED_FILES) libbuiltins.a
252 $(RM) $(MKBUILTINS) gen-helpfiles $(CREATED_OBJECTS)
Jari Aalto7117c2d2002-07-17 14:10:11 +0000253 -test -d helpfiles && $(RM) -r helpfiles
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000254
255mostlyclean:
256 $(RM) $(OFILES) libbuiltins.a
257
258distclean maintainer-clean: clean
259 $(RM) Makefile
260
Jari Aalto7117c2d2002-07-17 14:10:11 +0000261$(OFILES): $(MKBUILTINS) ../config.h
262
Jari Aaltob80f6442004-07-27 13:29:18 +0000263../version.h: ../config.h ../Makefile Makefile
264 -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} version.h )
265
266# maintainer special - for now
267po: builtins.c
268 xgettext -L C -o $(topdir)/po/builtins.pot --keyword='N_' builtins.c 2>/dev/null
269
Jari Aalto31859422009-01-12 13:36:28 +0000270${LIBINTL_H}:
271 @echo making $@ in ${INTL_BUILDDIR}
272 @(cd ${INTL_BUILDDIR} && \
273 $(MAKE) $(MFLAGS) libintl.h) || exit 1
274
Jari Aaltob80f6442004-07-27 13:29:18 +0000275# dependencies
276
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000277alias.o: alias.def
278bind.o: bind.def
279break.o: break.def
280builtin.o: builtin.def
Jari Aaltob80f6442004-07-27 13:29:18 +0000281caller.o: caller.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000282cd.o: cd.def
283colon.o: colon.def
284command.o: command.def
285declare.o: declare.def
286echo.o: echo.def
287enable.o: enable.def
288eval.o: eval.def
289exec.o: exec.def
290exit.o: exit.def
291fc.o: fc.def
292fg_bg.o: fg_bg.def
293hash.o: hash.def
294help.o: help.def
295history.o: history.def
296jobs.o: jobs.def
297kill.o: kill.def
298let.o: let.def
Jari Aalto31859422009-01-12 13:36:28 +0000299mapfile.o: mapfile.def
Jari Aaltocce855b1998-04-17 19:52:44 +0000300printf.o: printf.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000301pushd.o: pushd.def
302read.o: read.def
303return.o: return.def
304set.o: set.def
305setattr.o: setattr.def
306shift.o: shift.def
Jari Aaltoe8ce7751997-09-22 20:22:27 +0000307shopt.o: shopt.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000308source.o: source.def
309suspend.o: suspend.def
310test.o: test.def
311times.o: times.def
312trap.o: trap.def
313type.o: type.def
Jari Aaltocce855b1998-04-17 19:52:44 +0000314ulimit.o: ulimit.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000315umask.o: umask.def
316wait.o: wait.def
317getopts.o: getopts.def
318reserved.o: reserved.def
Jari Aaltobb706242000-03-17 21:46:59 +0000319complete.o: complete.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000320
Jari Aaltod166f041997-06-05 14:59:13 +0000321# C files
Jari Aaltobb706242000-03-17 21:46:59 +0000322bashgetopt.o: ../config.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000323bashgetopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000324bashgetopt.o: $(topdir)/command.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/error.h
325bashgetopt.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/quit.h $(BASHINCDIR)/maxpath.h
Jari Aaltod166f041997-06-05 14:59:13 +0000326bashgetopt.o: $(topdir)/unwind_prot.h $(topdir)/dispose_cmd.h
327bashgetopt.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/sig.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000328bashgetopt.o: ../pathnames.h $(topdir)/externs.h $(srcdir)/common.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000329bashgetopt.o: $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000330common.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000331common.o: $(topdir)/shell.h $(topdir)/syntax.h ../config.h $(topdir)/bashjmp.h $(BASHINCDIR)/posixjmp.h
Jari Aaltod166f041997-06-05 14:59:13 +0000332common.o: $(topdir)/sig.h $(topdir)/command.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000333common.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/stdc.h $(BASHINCDIR)/memalloc.h
334common.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/input.h
Jari Aaltod166f041997-06-05 14:59:13 +0000335common.o: $(topdir)/siglist.h $(topdir)/bashhist.h $(topdir)/quit.h
Jari Aaltobb706242000-03-17 21:46:59 +0000336common.o: $(topdir)/unwind_prot.h $(BASHINCDIR)/maxpath.h $(topdir)/jobs.h
Jari Aaltod166f041997-06-05 14:59:13 +0000337common.o: $(topdir)/builtins.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
338common.o: $(topdir)/subst.h $(topdir)/execute_cmd.h $(topdir)/error.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000339common.o: $(topdir)/externs.h ../pathnames.h ./builtext.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000340common.o: $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000341evalfile.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h ${BASHINCDIR}/filecntl.h
342evalfile.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000343evalfile.o: $(topdir)/shell.h $(topdir)/syntax.h ../config.h $(topdir)/bashjmp.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000344evalfile.o: $(topdir)/command.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/error.h
345evalfile.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/quit.h $(BASHINCDIR)/maxpath.h
Jari Aaltod166f041997-06-05 14:59:13 +0000346evalfile.o: $(topdir)/unwind_prot.h $(topdir)/dispose_cmd.h
347evalfile.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/sig.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000348evalfile.o: ../pathnames.h $(topdir)/externs.h
Jari Aaltod166f041997-06-05 14:59:13 +0000349evalfile.o: $(topdir)/jobs.h $(topdir)/builtins.h $(topdir)/flags.h
350evalfile.o: $(topdir)/input.h $(topdir)/execute_cmd.h
351evalfile.o: $(topdir)/bashhist.h $(srcdir)/common.h
Jari Aaltobb706242000-03-17 21:46:59 +0000352evalstring.o: ../config.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000353evalstring.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h $(BASHINCDIR)/posixjmp.h
Jari Aaltod166f041997-06-05 14:59:13 +0000354evalstring.o: $(topdir)/sig.h $(topdir)/command.h $(topdir)/siglist.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000355evalstring.o: $(BASHINCDIR)/memalloc.h $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/input.h
Jari Aaltod166f041997-06-05 14:59:13 +0000356evalstring.o: $(topdir)/quit.h $(topdir)/unwind_prot.h
Jari Aaltobb706242000-03-17 21:46:59 +0000357evalstring.o: $(BASHINCDIR)/maxpath.h $(topdir)/jobs.h $(topdir)/builtins.h
Jari Aaltod166f041997-06-05 14:59:13 +0000358evalstring.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
359evalstring.o: $(topdir)/externs.h $(topdir)/jobs.h $(topdir)/builtins.h
360evalstring.o: $(topdir)/flags.h $(topdir)/input.h $(topdir)/execute_cmd.h
361evalstring.o: $(topdir)/bashhist.h $(srcdir)/common.h
Chet Ramey00018032011-11-21 20:51:19 -0500362evalstring.o: $(topdir)/trap.h $(topdir)/redir.h ../pathnames.h
Chet Ramey495aee42011-11-22 19:11:26 -0500363#evalstring.o: $(topdir)/y.tab.h
Jari Aaltobb706242000-03-17 21:46:59 +0000364getopt.o: ../config.h $(BASHINCDIR)/memalloc.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000365getopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h $(topdir)/command.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000366getopt.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/error.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000367getopt.o: $(topdir)/quit.h $(BASHINCDIR)/maxpath.h $(topdir)/unwind_prot.h
Jari Aaltod166f041997-06-05 14:59:13 +0000368getopt.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000369getopt.o: $(topdir)/sig.h ../pathnames.h $(topdir)/externs.h
370getopt.o: $(srcdir)/getopt.h
Jari Aaltobb706242000-03-17 21:46:59 +0000371mkbuiltins.o: ../config.h $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h
372mkbuiltins.o: ${BASHINCDIR}/filecntl.h
373mkbuiltins.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aaltod166f041997-06-05 14:59:13 +0000374
375# def files
Jari Aaltobb706242000-03-17 21:46:59 +0000376alias.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000377alias.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000378alias.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
379alias.o: $(topdir)/subst.h $(topdir)/externs.h $(srcdir)/common.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000380alias.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500381alias.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000382bind.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000383bind.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
384bind.o: $(topdir)/subst.h $(topdir)/externs.h $(srcdir)/bashgetopt.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000385bind.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h $(topdir)/bashline.h
386bind.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500387bind.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000388break.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000389break.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000390break.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000391break.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000392break.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500393break.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000394builtin.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000395builtin.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000396builtin.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000397builtin.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000398builtin.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500399builtin.o: $(srcdir)/bashgetopt.h ../pathnames.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000400caller.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
401caller.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(topdir)/dispose_cmd.h
402caller.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h
403caller.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
404caller.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h ./builtext.h
Chet Ramey00018032011-11-21 20:51:19 -0500405caller.o: ${BASHINCDIR}/chartypes.h $(topdir)/bashtypes.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000406cd.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000407cd.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(topdir)/dispose_cmd.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000408cd.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000409cd.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500410cd.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000411command.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000412command.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000413command.o: $(topdir)/quit.h $(srcdir)/bashgetopt.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000414command.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000415command.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500416command.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000417declare.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000418declare.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000419declare.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000420declare.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000421declare.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto7117c2d2002-07-17 14:10:11 +0000422declare.o: $(topdir)/arrayfunc.h $(srcdir)/bashgetopt.h
Chet Ramey00018032011-11-21 20:51:19 -0500423declare.o: ./builtext.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000424echo.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000425echo.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000426echo.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000427echo.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500428echo.o: $(BASHINCDIR)/maxpath.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000429enable.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000430enable.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000431enable.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
432enable.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000433enable.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500434enable.o: $(BASHINCDIR)/maxpath.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000435enable.o: $(topdir)/pcomplete.h
436eval.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000437eval.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000438eval.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000439eval.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000440eval.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500441eval.o: $(BASHINCDIR)/maxpath.h ../pathnames.h
Jari Aaltod166f041997-06-05 14:59:13 +0000442exec.o: $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000443exec.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000444exec.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000445exec.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
446exec.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/flags.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000447exec.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000448exec.o: $(srcdir)/common.h $(topdir)/execute_cmd.h $(BASHINCDIR)/maxpath.h
Chet Ramey00018032011-11-21 20:51:19 -0500449exec.o: $(topdir)/findcmd.h $(topdir)/jobs.h ../pathnames.h
Jari Aaltod166f041997-06-05 14:59:13 +0000450exit.o: $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000451exit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000452exit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000453exit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aalto95732b42005-12-07 14:08:12 +0000454exit.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/jobs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000455exit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500456exit.o: $(BASHINCDIR)/maxpath.h ./builtext.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000457fc.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000458fc.o: $(topdir)/builtins.h $(topdir)/command.h $(srcdir)/bashgetopt.h
459fc.o: $(topdir)/bashhist.h
Jari Aaltobb706242000-03-17 21:46:59 +0000460fc.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000461fc.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000462fc.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000463fc.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/shell.h $(topdir)/syntax.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000464fc.o: $(topdir)/flags.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
465fc.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h $(BASHINCDIR)/chartypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500466fc.o: ../pathnames.h
Jari Aalto7117c2d2002-07-17 14:10:11 +0000467fg_bg.o: $(topdir)/bashtypes.h $(srcdir)/bashgetopt.h
Jari Aaltobb706242000-03-17 21:46:59 +0000468fg_bg.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000469fg_bg.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000470fg_bg.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000471fg_bg.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000472fg_bg.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500473fg_bg.o: $(topdir)/jobs.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000474getopts.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000475getopts.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000476getopts.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000477getopts.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000478getopts.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500479getopts.o: ../pathnames.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000480hash.o: $(topdir)/builtins.h $(topdir)/command.h $(topdir)/quit.h
Jari Aaltocce855b1998-04-17 19:52:44 +0000481hash.o: $(topdir)/findcmd.h $(topdir)/hashlib.h
Jari Aaltobb706242000-03-17 21:46:59 +0000482hash.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000483hash.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
484hash.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500485hash.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000486help.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000487help.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000488help.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000489help.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000490help.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500491help.o: ${srcdir}/common.h ../pathnames.h
Jari Aaltod166f041997-06-05 14:59:13 +0000492history.o: $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000493history.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000494history.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000495history.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000496history.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000497history.o: ${BASHINCDIR}/filecntl.h $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000498history.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/bashhist.h $(BASHINCDIR)/maxpath.h
Chet Ramey00018032011-11-21 20:51:19 -0500499history.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000500inlib.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000501inlib.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
502inlib.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000503inlib.o: $(BASHINCDIR)/maxpath.h $(topdir)/subst.h $(topdir)/externs.h
Chet Ramey00018032011-11-21 20:51:19 -0500504inlib.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000505jobs.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000506jobs.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(srcdir)/bashgetopt.h
Jari Aalto95732b42005-12-07 14:08:12 +0000507jobs.o: $(BASHINCDIR)/maxpath.h $(topdir)/externs.h $(topdir)/jobs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000508jobs.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000509jobs.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500510jobs.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000511kill.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000512kill.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000513kill.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000514kill.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/trap.h $(topdir)/unwind_prot.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000515kill.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/maxpath.h
Chet Ramey00018032011-11-21 20:51:19 -0500516kill.o: $(topdir)/jobs.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000517let.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000518let.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000519let.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000520let.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000521let.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500522let.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000523printf.o: ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/bashjmp.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000524printf.o: $(topdir)/command.h $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltocce855b1998-04-17 19:52:44 +0000525printf.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
526printf.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000527printf.o: ../pathnames.h $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000528printf.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/stdc.h $(srcdir)/bashgetopt.h
529printf.o: $(topdir)/bashtypes.h ${srcdir}/common.h $(BASHINCDIR)/chartypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500530printf.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000531pushd.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000532pushd.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000533pushd.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000534pushd.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000535pushd.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000536pushd.o: $(BASHINCDIR)/maxpath.h $(srcdir)/common.h ./builtext.h
Chet Ramey00018032011-11-21 20:51:19 -0500537pushd.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000538read.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000539read.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000540read.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000541read.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000542read.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000543read.o: $(BASHINCDIR)/shtty.h
Chet Ramey00018032011-11-21 20:51:19 -0500544read.o: $(topdir)/arrayfunc.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000545return.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000546return.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000547return.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000548return.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000549return.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500550return.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000551set.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000552set.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000553set.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000554set.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000555set.o: $(BASHINCDIR)/maxpath.h $(topdir)/error.h
Chet Ramey00018032011-11-21 20:51:19 -0500556set.o: $(topdir)/arrayfunc.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000557setattr.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000558setattr.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000559setattr.o: $(topdir)/quit.h $(srcdir)/common.h $(srcdir)/bashgetopt.h
560setattr.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000561setattr.o: $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000562setattr.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500563setattr.o: $(topdir)/arrayfunc.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000564shift.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000565shift.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000566shift.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000567shift.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000568shift.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500569shift.o: ../pathnames.h
570shopt.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
571shopt.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
572shopt.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
573shopt.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
574shopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
575shopt.o: $(srcdir)/common.h $(srcdir)/bashgetopt.h ../pathnames.h
Chet Rameyac50fba2014-02-26 09:36:43 -0500576shopt.o: $(topdir)/bashhist.h $(topdir)/bashline.h
Jari Aaltobb706242000-03-17 21:46:59 +0000577source.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000578source.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/findcmd.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000579source.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000580source.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000581source.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000582source.o: $(srcdir)/bashgetopt.h $(topdir)/flags.h $(topdir)/trap.h
Chet Ramey00018032011-11-21 20:51:19 -0500583source.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000584suspend.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000585suspend.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000586suspend.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000587suspend.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000588suspend.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500589suspend.o: $(topdir)/jobs.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000590test.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000591test.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000592test.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000593test.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000594test.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500595test.o: $(topdir)/test.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000596times.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000597times.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000598times.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000599times.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000600times.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500601times.o: $(BASHINCDIR)/posixtime.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000602trap.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000603trap.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000604trap.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000605trap.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000606trap.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500607trap.o: $(topdir)/findcmd.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000608type.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000609type.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltobb706242000-03-17 21:46:59 +0000610type.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000611type.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Chet Ramey00018032011-11-21 20:51:19 -0500612type.o: $(topdir)/externs.h $(topdir)/hashcmd.h ../pathnames.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000613type.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000614ulimit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000615ulimit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000616ulimit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000617ulimit.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000618ulimit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500619ulimit.o: ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000620umask.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000621umask.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000622umask.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000623umask.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000624umask.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500625umask.o: $(BASHINCDIR)/chartypes.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000626wait.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000627wait.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000628wait.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000629wait.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000630wait.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto95732b42005-12-07 14:08:12 +0000631wait.o: $(topdir)/jobs.h
Chet Ramey00018032011-11-21 20:51:19 -0500632wait.o: $(BASHINCDIR)/chartypes.h ../pathnames.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000633
Chet Ramey00018032011-11-21 20:51:19 -0500634complete.o: ../config.h ../pathnames.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000635complete.o: ${topdir}/shell.h $(topdir)/syntax.h ${topdir}/bashjmp.h ${BASHINCDIR}/posixjmp.h ${topdir}/sig.h
Jari Aaltobb706242000-03-17 21:46:59 +0000636complete.o: ${topdir}/unwind_prot.h ${topdir}/variables.h
637complete.o: ${topdir}/bashtypes.h ${topdir}/bashansi.h ${BASHINCDIR}/ansi_stdlib.h
638complete.o: ${topdir}/builtins.h
639complete.o: ${topdir}/pcomplete.h
640complete.o: ${srcdir}/common.h ${srcdir}/bashgetopt.h
Jari Aalto31859422009-01-12 13:36:28 +0000641mapfile.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
642mapfile.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
643mapfile.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
644mapfile.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
645mapfile.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/variables.h $(topdir)/conftypes.h
Chet Ramey00018032011-11-21 20:51:19 -0500646mapfile.o: $(topdir)/arrayfunc.h ../pathnames.h
Jari Aaltobb706242000-03-17 21:46:59 +0000647
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000648#bind.o: $(RL_LIBSRC)chardefs.h $(RL_LIBSRC)readline.h $(RL_LIBSRC)keymaps.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000649
650# libintl dependencies
651bind.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
652break.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
653caller.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
654cd.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
655common.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
656complete.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
657declare.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
658enable.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
659evalfile.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
660exec.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
661exit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
662fc.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
663fg_bg.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
664getopt.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
665hash.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
666help.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
667history.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
668inlib.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
669jobs.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
670kill.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
671let.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
Jari Aalto31859422009-01-12 13:36:28 +0000672mapfile.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
673mkbuiltins.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000674printf.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
675pushd.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
676read.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
677return.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
678set.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
679setattr.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
680shift.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
681shopt.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
682source.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
683suspend.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
684type.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
685ulimit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
686umask.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h