blob: 96dfaa3ca08e9abe3323144f35b9a77f11b1f27c [file] [log] [blame]
Jari Aaltoccc6cda1996-12-23 17:02:34 +00001# This Makefile for building libbuiltins.a is in -*- text -*- for Emacs.
2#
Jari Aalto31859422009-01-12 13:36:28 +00003# 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@
70#LIBS_FOR_BUILD = @LIBS_FOR_BUILD@
71LIBS_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
Jari Aaltob80f6442004-07-27 13:29:18 +000088INCLUDES = -I. -I.. @RL_INCLUDE@ -I$(topdir) -I$(BASHINCDIR) -I$(topdir)/lib -I$(srcdir) ${INTL_INC}
Jari Aaltoccc6cda1996-12-23 17:02:34 +000089
Jari Aalto7117c2d2002-07-17 14:10:11 +000090BASE_CCFLAGS = ${PROFILE_FLAGS} $(DEFS) $(LOCAL_DEFS) $(SYSTEM_FLAGS) \
91 ${INCLUDES} $(LOCAL_CFLAGS)
Jari Aaltof73dda02001-11-13 17:56:06 +000092
Jari Aalto7117c2d2002-07-17 14:10:11 +000093CCFLAGS = $(BASE_CCFLAGS) $(CPPFLAGS) $(CFLAGS)
94
95CCFLAGS_FOR_BUILD = $(BASE_CCFLAGS) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD)
Jari Aaltof73dda02001-11-13 17:56:06 +000096
97GCC_LINT_FLAGS = -Wall -Wshadow -Wpointer-arith -Wcast-qual \
98 -Wcast-align -Wstrict-prototypes -Wconversion \
99 -Wmissing-prototypes -Wtraditional -Wredundant-decls -pedantic
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000100
Jari Aaltobb706242000-03-17 21:46:59 +0000101MKBUILTINS = mkbuiltins$(EXEEXT)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000102DIRECTDEFINE = -D $(srcdir)
Jari Aalto7117c2d2002-07-17 14:10:11 +0000103HELPDIRDEFINE = @HELPDIRDEFINE@
Jari Aalto95732b42005-12-07 14:08:12 +0000104HELPSTRINGS = @HELPSTRINGS@
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000105
106# xxx this is bad style
107RL_LIBSRC = $(topdir)/lib/readline
108
109.SUFFIXES:
110.SUFFIXES: .def .c .o
111# How to make a .o file from a .def file.
112.def.o:
113 $(RM) $@
114 ./$(MKBUILTINS) $(DIRECTDEFINE) $<
115 $(CC) -c $(CCFLAGS) $*.c || ( $(RM) $*.c ; exit 1 )
116 $(RM) $*.c
117
118# How to make a .c file from a .def file.
119.def.c:
120 $(RM) $@
121 ./$(MKBUILTINS) $(DIRECTDEFINE) $<
122
123# default rule for making a .o file from a .c file
124.c.o:
125 $(RM) $@
126 $(CC) -c $(CCFLAGS) $<
127
128DEFSRC = $(srcdir)/alias.def $(srcdir)/bind.def $(srcdir)/break.def \
Jari Aaltob80f6442004-07-27 13:29:18 +0000129 $(srcdir)/builtin.def $(srcdir)/caller.def \
130 $(srcdir)/cd.def $(srcdir)/colon.def \
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000131 $(srcdir)/command.def $(srcdir)/declare.def $(srcdir)/echo.def \
132 $(srcdir)/enable.def $(srcdir)/eval.def $(srcdir)/getopts.def \
133 $(srcdir)/exec.def $(srcdir)/exit.def $(srcdir)/fc.def \
134 $(srcdir)/fg_bg.def $(srcdir)/hash.def $(srcdir)/help.def \
135 $(srcdir)/history.def $(srcdir)/jobs.def $(srcdir)/kill.def \
136 $(srcdir)/let.def $(srcdir)/read.def $(srcdir)/return.def \
137 $(srcdir)/set.def $(srcdir)/setattr.def $(srcdir)/shift.def \
138 $(srcdir)/source.def $(srcdir)/suspend.def $(srcdir)/test.def \
139 $(srcdir)/times.def $(srcdir)/trap.def $(srcdir)/type.def \
140 $(srcdir)/ulimit.def $(srcdir)/umask.def $(srcdir)/wait.def \
Jari Aaltocce855b1998-04-17 19:52:44 +0000141 $(srcdir)/reserved.def $(srcdir)/pushd.def $(srcdir)/shopt.def \
Jari Aalto31859422009-01-12 13:36:28 +0000142 $(srcdir)/printf.def $(srcdir)/complete.def $(srcdir)/mapfile.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000143
144STATIC_SOURCE = common.c evalstring.c evalfile.c getopt.c bashgetopt.c \
145 getopt.h
146
147OFILES = builtins.o \
Jari Aaltob80f6442004-07-27 13:29:18 +0000148 alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o \
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000149 common.o declare.o echo.o enable.o eval.o evalfile.o \
Jari Aalto31859422009-01-12 13:36:28 +0000150 evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o \
151 jobs.o kill.o let.o mapfile.o \
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000152 pushd.o read.o return.o set.o setattr.o shift.o source.o \
153 suspend.o test.o times.o trap.o type.o ulimit.o umask.o \
Jari Aaltobb706242000-03-17 21:46:59 +0000154 wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000155
156CREATED_FILES = builtext.h builtins.c psize.aux pipesize.h
157
158all: $(MKBUILTINS) libbuiltins.a
159
Jari Aaltocce855b1998-04-17 19:52:44 +0000160libbuiltins.a: $(MKBUILTINS) $(OFILES) builtins.o
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000161 $(RM) $@
Jari Aaltob72432f1999-02-19 17:11:39 +0000162 $(AR) $(ARFLAGS) $@ $(OFILES)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000163 -$(RANLIB) $@
164
165builtext.h builtins.c: $(MKBUILTINS) $(DEFSRC)
Jari Aaltocce855b1998-04-17 19:52:44 +0000166 @-if test -f builtins.c; then mv -f builtins.c old-builtins.c; fi
167 @-if test -f builtext.h; then mv -f builtext.h old-builtext.h; fi
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000168 ./$(MKBUILTINS) -externfile builtext.h -structfile builtins.c \
Jari Aalto95732b42005-12-07 14:08:12 +0000169 -noproduction $(DIRECTDEFINE) $(HELPDIRDEFINE) $(HELPSTRINGS) $(DEFSRC)
Jari Aaltob72432f1999-02-19 17:11:39 +0000170 @-if cmp -s old-builtext.h builtext.h 2>/dev/null; then \
Jari Aaltocce855b1998-04-17 19:52:44 +0000171 mv old-builtext.h builtext.h; \
172 else \
173 $(RM) old-builtext.h; \
174 fi
Jari Aaltob72432f1999-02-19 17:11:39 +0000175 @-if cmp -s old-builtins.c builtins.c 2>/dev/null; then \
Jari Aaltocce855b1998-04-17 19:52:44 +0000176 mv old-builtins.c builtins.c; \
177 else \
178 $(RM) old-builtins.c; \
179 fi
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000180
Jari Aalto7117c2d2002-07-17 14:10:11 +0000181helpdoc: $(MKBUILTINS) $(DEFSRC)
182 ./$(MKBUILTINS) ${HELPDIRDEFINE} -noproduction $(DIRECTDEFINE) $(DEFSRC)
183
184install-help:
185 @-if test -n "${HELPDIR}" && test -d helpfiles ; then \
Jari Aalto06285672006-10-10 14:15:34 +0000186 test -d $(DESTDIR)${HELPDIR} || ${SHELL} ${MKDIRS} $(DESTDIR)$(HELPDIR) ;\
Jari Aalto95732b42005-12-07 14:08:12 +0000187 ( for f in helpfiles/*; do \
Jari Aalto7117c2d2002-07-17 14:10:11 +0000188 echo installing $$f; \
189 ${INSTALL_DATA} $$f $(DESTDIR)$(HELPDIR); \
190 done; ) ; \
191 fi
192
193install: @HELPINSTALL@
194
Jari Aaltocce855b1998-04-17 19:52:44 +0000195mkbuiltins.o: ../config.h
196mkbuiltins.o: mkbuiltins.c
197 $(RM) $@
Jari Aaltof73dda02001-11-13 17:56:06 +0000198 $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) $<
Jari Aaltocce855b1998-04-17 19:52:44 +0000199
Jari Aaltobb706242000-03-17 21:46:59 +0000200mkbuiltins$(EXEEXT): mkbuiltins.o
Jari Aalto7117c2d2002-07-17 14:10:11 +0000201 $(CC_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKBUILTINS) mkbuiltins.o $(LIBS_FOR_BUILD)
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000202
203# rules for deficient makes, like SunOS
Jari Aaltocce855b1998-04-17 19:52:44 +0000204mkbuiltins.o: mkbuiltins.c
205builtins.o: builtins.c
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000206common.o: common.c
207bashgetopt.o: bashgetopt.c
208getopt.o: getopt.c
Jari Aaltocce855b1998-04-17 19:52:44 +0000209evalstring.o: evalstring.c
210evalfile.o: evalfile.c
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000211
Jari Aaltoe8ce7751997-09-22 20:22:27 +0000212ulimit.o: pipesize.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000213
214pipesize.h: psize.aux
Jari Aaltob72432f1999-02-19 17:11:39 +0000215 $(SHELL) $(srcdir)/psize.sh > $@
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000216
217psize.aux: psize.c
Jari Aaltof73dda02001-11-13 17:56:06 +0000218 $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(srcdir)/psize.c
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000219
220documentation: builtins.texi
221
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000222builtins.texi: $(MKBUILTINS)
223 ./$(MKBUILTINS) -documentonly $(DEFSRC)
224
225clean:
Jari Aaltob72432f1999-02-19 17:11:39 +0000226 $(RM) $(OFILES) $(CREATED_FILES) $(MKBUILTINS) mkbuiltins.o libbuiltins.a
Jari Aalto7117c2d2002-07-17 14:10:11 +0000227 -test -d helpfiles && $(RM) -r helpfiles
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000228
229mostlyclean:
230 $(RM) $(OFILES) libbuiltins.a
231
232distclean maintainer-clean: clean
233 $(RM) Makefile
234
Jari Aalto7117c2d2002-07-17 14:10:11 +0000235$(OFILES): $(MKBUILTINS) ../config.h
236
Jari Aaltob80f6442004-07-27 13:29:18 +0000237../version.h: ../config.h ../Makefile Makefile
238 -( cd ${BUILD_DIR} && ${MAKE} ${MFLAGS} version.h )
239
240# maintainer special - for now
241po: builtins.c
242 xgettext -L C -o $(topdir)/po/builtins.pot --keyword='N_' builtins.c 2>/dev/null
243
Jari Aalto31859422009-01-12 13:36:28 +0000244${LIBINTL_H}:
245 @echo making $@ in ${INTL_BUILDDIR}
246 @(cd ${INTL_BUILDDIR} && \
247 $(MAKE) $(MFLAGS) libintl.h) || exit 1
248
Jari Aaltob80f6442004-07-27 13:29:18 +0000249# dependencies
250
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000251alias.o: alias.def
252bind.o: bind.def
253break.o: break.def
254builtin.o: builtin.def
Jari Aaltob80f6442004-07-27 13:29:18 +0000255caller.o: caller.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000256cd.o: cd.def
257colon.o: colon.def
258command.o: command.def
259declare.o: declare.def
260echo.o: echo.def
261enable.o: enable.def
262eval.o: eval.def
263exec.o: exec.def
264exit.o: exit.def
265fc.o: fc.def
266fg_bg.o: fg_bg.def
267hash.o: hash.def
268help.o: help.def
269history.o: history.def
270jobs.o: jobs.def
271kill.o: kill.def
272let.o: let.def
Jari Aalto31859422009-01-12 13:36:28 +0000273mapfile.o: mapfile.def
Jari Aaltocce855b1998-04-17 19:52:44 +0000274printf.o: printf.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000275pushd.o: pushd.def
276read.o: read.def
277return.o: return.def
278set.o: set.def
279setattr.o: setattr.def
280shift.o: shift.def
Jari Aaltoe8ce7751997-09-22 20:22:27 +0000281shopt.o: shopt.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000282source.o: source.def
283suspend.o: suspend.def
284test.o: test.def
285times.o: times.def
286trap.o: trap.def
287type.o: type.def
Jari Aaltocce855b1998-04-17 19:52:44 +0000288ulimit.o: ulimit.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000289umask.o: umask.def
290wait.o: wait.def
291getopts.o: getopts.def
292reserved.o: reserved.def
Jari Aaltobb706242000-03-17 21:46:59 +0000293complete.o: complete.def
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000294
Jari Aaltod166f041997-06-05 14:59:13 +0000295# C files
Jari Aaltobb706242000-03-17 21:46:59 +0000296bashgetopt.o: ../config.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000297bashgetopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000298bashgetopt.o: $(topdir)/command.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/error.h
299bashgetopt.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/quit.h $(BASHINCDIR)/maxpath.h
Jari Aaltod166f041997-06-05 14:59:13 +0000300bashgetopt.o: $(topdir)/unwind_prot.h $(topdir)/dispose_cmd.h
301bashgetopt.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/sig.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000302bashgetopt.o: ../pathnames.h $(topdir)/externs.h $(srcdir)/common.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000303bashgetopt.o: $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000304common.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000305common.o: $(topdir)/shell.h $(topdir)/syntax.h ../config.h $(topdir)/bashjmp.h $(BASHINCDIR)/posixjmp.h
Jari Aaltod166f041997-06-05 14:59:13 +0000306common.o: $(topdir)/sig.h $(topdir)/command.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000307common.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/stdc.h $(BASHINCDIR)/memalloc.h
308common.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/input.h
Jari Aaltod166f041997-06-05 14:59:13 +0000309common.o: $(topdir)/siglist.h $(topdir)/bashhist.h $(topdir)/quit.h
Jari Aaltobb706242000-03-17 21:46:59 +0000310common.o: $(topdir)/unwind_prot.h $(BASHINCDIR)/maxpath.h $(topdir)/jobs.h
Jari Aaltod166f041997-06-05 14:59:13 +0000311common.o: $(topdir)/builtins.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
312common.o: $(topdir)/subst.h $(topdir)/execute_cmd.h $(topdir)/error.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000313common.o: $(topdir)/externs.h ../pathnames.h ./builtext.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000314common.o: $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000315evalfile.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h ${BASHINCDIR}/filecntl.h
316evalfile.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000317evalfile.o: $(topdir)/shell.h $(topdir)/syntax.h ../config.h $(topdir)/bashjmp.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000318evalfile.o: $(topdir)/command.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/error.h
319evalfile.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/quit.h $(BASHINCDIR)/maxpath.h
Jari Aaltod166f041997-06-05 14:59:13 +0000320evalfile.o: $(topdir)/unwind_prot.h $(topdir)/dispose_cmd.h
321evalfile.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/sig.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000322evalfile.o: ../pathnames.h $(topdir)/externs.h
Jari Aaltod166f041997-06-05 14:59:13 +0000323evalfile.o: $(topdir)/jobs.h $(topdir)/builtins.h $(topdir)/flags.h
324evalfile.o: $(topdir)/input.h $(topdir)/execute_cmd.h
325evalfile.o: $(topdir)/bashhist.h $(srcdir)/common.h
Jari Aaltobb706242000-03-17 21:46:59 +0000326evalstring.o: ../config.h $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000327evalstring.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h $(BASHINCDIR)/posixjmp.h
Jari Aaltod166f041997-06-05 14:59:13 +0000328evalstring.o: $(topdir)/sig.h $(topdir)/command.h $(topdir)/siglist.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000329evalstring.o: $(BASHINCDIR)/memalloc.h $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/input.h
Jari Aaltod166f041997-06-05 14:59:13 +0000330evalstring.o: $(topdir)/quit.h $(topdir)/unwind_prot.h
Jari Aaltobb706242000-03-17 21:46:59 +0000331evalstring.o: $(BASHINCDIR)/maxpath.h $(topdir)/jobs.h $(topdir)/builtins.h
Jari Aaltod166f041997-06-05 14:59:13 +0000332evalstring.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
333evalstring.o: $(topdir)/externs.h $(topdir)/jobs.h $(topdir)/builtins.h
334evalstring.o: $(topdir)/flags.h $(topdir)/input.h $(topdir)/execute_cmd.h
335evalstring.o: $(topdir)/bashhist.h $(srcdir)/common.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000336evalstring.o: $(topdir)/trap.h $(topdir)/redir.h
Jari Aaltobb706242000-03-17 21:46:59 +0000337getopt.o: ../config.h $(BASHINCDIR)/memalloc.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000338getopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/bashjmp.h $(topdir)/command.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000339getopt.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/error.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000340getopt.o: $(topdir)/quit.h $(BASHINCDIR)/maxpath.h $(topdir)/unwind_prot.h
Jari Aaltod166f041997-06-05 14:59:13 +0000341getopt.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000342getopt.o: $(topdir)/sig.h ../pathnames.h $(topdir)/externs.h
343getopt.o: $(srcdir)/getopt.h
Jari Aaltobb706242000-03-17 21:46:59 +0000344mkbuiltins.o: ../config.h $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h
345mkbuiltins.o: ${BASHINCDIR}/filecntl.h
346mkbuiltins.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h
Jari Aaltod166f041997-06-05 14:59:13 +0000347
348# def files
Jari Aaltobb706242000-03-17 21:46:59 +0000349alias.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000350alias.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000351alias.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
352alias.o: $(topdir)/subst.h $(topdir)/externs.h $(srcdir)/common.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000353alias.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000354bind.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000355bind.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
356bind.o: $(topdir)/subst.h $(topdir)/externs.h $(srcdir)/bashgetopt.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000357bind.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h $(topdir)/bashline.h
358bind.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000359break.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000360break.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000361break.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000362break.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000363break.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000364builtin.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000365builtin.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000366builtin.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000367builtin.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000368builtin.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto7117c2d2002-07-17 14:10:11 +0000369builtin.o: $(srcdir)/bashgetopt.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000370caller.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
371caller.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(topdir)/dispose_cmd.h
372caller.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h
373caller.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
374caller.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h ./builtext.h
375caller.o: ${BASHINCDIR}/chartypes.h $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000376cd.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000377cd.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(topdir)/dispose_cmd.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000378cd.o: $(topdir)/make_cmd.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000379cd.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000380cd.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
381command.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000382command.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000383command.o: $(topdir)/quit.h $(srcdir)/bashgetopt.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000384command.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000385command.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000386declare.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000387declare.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000388declare.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000389declare.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000390declare.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto7117c2d2002-07-17 14:10:11 +0000391declare.o: $(topdir)/arrayfunc.h $(srcdir)/bashgetopt.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000392declare.o: ./builtext.h
Jari Aaltobb706242000-03-17 21:46:59 +0000393echo.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000394echo.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000395echo.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000396echo.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000397echo.o: $(BASHINCDIR)/maxpath.h
398enable.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000399enable.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000400enable.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
401enable.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000402enable.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000403enable.o: $(BASHINCDIR)/maxpath.h
404enable.o: $(topdir)/pcomplete.h
405eval.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000406eval.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000407eval.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000408eval.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000409eval.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000410eval.o: $(BASHINCDIR)/maxpath.h
Jari Aaltod166f041997-06-05 14:59:13 +0000411exec.o: $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000412exec.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000413exec.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000414exec.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
415exec.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/flags.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000416exec.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000417exec.o: $(srcdir)/common.h $(topdir)/execute_cmd.h $(BASHINCDIR)/maxpath.h
Jari Aalto95732b42005-12-07 14:08:12 +0000418exec.o: $(topdir)/findcmd.h $(topdir)/jobs.h
Jari Aaltod166f041997-06-05 14:59:13 +0000419exit.o: $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000420exit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000421exit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000422exit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aalto95732b42005-12-07 14:08:12 +0000423exit.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/jobs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000424exit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000425exit.o: $(BASHINCDIR)/maxpath.h ./builtext.h
426fc.o: $(topdir)/bashtypes.h $(BASHINCDIR)/posixstat.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000427fc.o: $(topdir)/builtins.h $(topdir)/command.h $(srcdir)/bashgetopt.h
428fc.o: $(topdir)/bashhist.h
Jari Aaltobb706242000-03-17 21:46:59 +0000429fc.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000430fc.o: $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000431fc.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000432fc.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/shell.h $(topdir)/syntax.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000433fc.o: $(topdir)/flags.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
434fc.o: $(topdir)/bashansi.h $(BASHINCDIR)/ansi_stdlib.h $(BASHINCDIR)/chartypes.h
Jari Aalto7117c2d2002-07-17 14:10:11 +0000435fg_bg.o: $(topdir)/bashtypes.h $(srcdir)/bashgetopt.h
Jari Aaltobb706242000-03-17 21:46:59 +0000436fg_bg.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000437fg_bg.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000438fg_bg.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000439fg_bg.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000440fg_bg.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto95732b42005-12-07 14:08:12 +0000441fg_bg.o: $(topdir)/jobs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000442getopts.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000443getopts.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000444getopts.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000445getopts.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000446getopts.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000447hash.o: $(topdir)/builtins.h $(topdir)/command.h $(topdir)/quit.h
Jari Aaltocce855b1998-04-17 19:52:44 +0000448hash.o: $(topdir)/findcmd.h $(topdir)/hashlib.h
Jari Aaltobb706242000-03-17 21:46:59 +0000449hash.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000450hash.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
451hash.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000452hash.o: $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
453help.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000454help.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000455help.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000456help.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000457help.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto7117c2d2002-07-17 14:10:11 +0000458help.o: ${srcdir}/common.h
Jari Aaltod166f041997-06-05 14:59:13 +0000459history.o: $(topdir)/bashtypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000460history.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000461history.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000462history.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000463history.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000464history.o: ${BASHINCDIR}/filecntl.h $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000465history.o: $(topdir)/variables.h $(topdir)/conftypes.h $(topdir)/bashhist.h $(BASHINCDIR)/maxpath.h
Jari Aaltobb706242000-03-17 21:46:59 +0000466inlib.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000467inlib.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
468inlib.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000469inlib.o: $(BASHINCDIR)/maxpath.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000470inlib.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000471jobs.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000472jobs.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/quit.h $(srcdir)/bashgetopt.h
Jari Aalto95732b42005-12-07 14:08:12 +0000473jobs.o: $(BASHINCDIR)/maxpath.h $(topdir)/externs.h $(topdir)/jobs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000474jobs.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000475jobs.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000476kill.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000477kill.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000478kill.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000479kill.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/trap.h $(topdir)/unwind_prot.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000480kill.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/maxpath.h
Jari Aalto95732b42005-12-07 14:08:12 +0000481kill.o: $(topdir)/jobs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000482let.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000483let.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000484let.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000485let.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000486let.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000487printf.o: ../config.h $(BASHINCDIR)/memalloc.h $(topdir)/bashjmp.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000488printf.o: $(topdir)/command.h $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltocce855b1998-04-17 19:52:44 +0000489printf.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
490printf.o: $(topdir)/subst.h $(topdir)/externs.h $(topdir)/sig.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000491printf.o: ../pathnames.h $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000492printf.o: $(topdir)/variables.h $(topdir)/conftypes.h $(BASHINCDIR)/stdc.h $(srcdir)/bashgetopt.h
493printf.o: $(topdir)/bashtypes.h ${srcdir}/common.h $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000494pushd.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000495pushd.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000496pushd.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000497pushd.o: $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000498pushd.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000499pushd.o: $(BASHINCDIR)/maxpath.h $(srcdir)/common.h ./builtext.h
500read.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000501read.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000502read.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000503read.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000504read.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000505read.o: $(BASHINCDIR)/shtty.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000506read.o: $(topdir)/arrayfunc.h
Jari Aaltobb706242000-03-17 21:46:59 +0000507return.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000508return.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000509return.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000510return.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000511return.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000512set.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000513set.o: $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/subst.h $(topdir)/externs.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000514set.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000515set.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000516set.o: $(BASHINCDIR)/maxpath.h $(topdir)/error.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000517set.o: $(topdir)/arrayfunc.h
Jari Aaltobb706242000-03-17 21:46:59 +0000518setattr.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000519setattr.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000520setattr.o: $(topdir)/quit.h $(srcdir)/common.h $(srcdir)/bashgetopt.h
521setattr.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000522setattr.o: $(topdir)/externs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000523setattr.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
524setattr.o: $(topdir)/arrayfunc.h
Jari Aaltobb706242000-03-17 21:46:59 +0000525shift.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000526shift.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000527shift.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000528shift.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000529shift.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000530source.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000531source.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/findcmd.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000532source.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000533source.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000534source.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000535source.o: $(srcdir)/bashgetopt.h $(topdir)/flags.h $(topdir)/trap.h
Jari Aaltobb706242000-03-17 21:46:59 +0000536suspend.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000537suspend.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000538suspend.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000539suspend.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000540suspend.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto95732b42005-12-07 14:08:12 +0000541suspend.o: $(topdir)/jobs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000542test.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000543test.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000544test.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000545test.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000546test.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltocce855b1998-04-17 19:52:44 +0000547test.o: $(topdir)/test.h
Jari Aaltobb706242000-03-17 21:46:59 +0000548times.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000549times.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000550times.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000551times.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000552times.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000553times.o: $(BASHINCDIR)/posixtime.h
554trap.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000555trap.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h $(topdir)/externs.h
Jari Aaltobb706242000-03-17 21:46:59 +0000556trap.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000557trap.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000558trap.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltocce855b1998-04-17 19:52:44 +0000559trap.o: $(topdir)/findcmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000560type.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000561type.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltobb706242000-03-17 21:46:59 +0000562type.o: $(topdir)/quit.h $(srcdir)/common.h $(BASHINCDIR)/maxpath.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000563type.o: $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h $(topdir)/subst.h
Jari Aaltod166f041997-06-05 14:59:13 +0000564type.o: $(topdir)/externs.h $(topdir)/hashcmd.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000565type.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000566ulimit.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000567ulimit.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000568ulimit.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000569ulimit.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000570ulimit.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000571umask.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000572umask.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000573umask.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000574umask.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000575umask.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
576umask.o: $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000577wait.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000578wait.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000579wait.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000580wait.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000581wait.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aalto95732b42005-12-07 14:08:12 +0000582wait.o: $(topdir)/jobs.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000583wait.o: $(BASHINCDIR)/chartypes.h
Jari Aaltobb706242000-03-17 21:46:59 +0000584shopt.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000585shopt.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000586shopt.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
Jari Aaltobb706242000-03-17 21:46:59 +0000587shopt.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
Jari Aaltof73dda02001-11-13 17:56:06 +0000588shopt.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/unwind_prot.h $(topdir)/variables.h $(topdir)/conftypes.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000589shopt.o: $(srcdir)/common.h $(srcdir)/bashgetopt.h
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000590
Jari Aaltob80f6442004-07-27 13:29:18 +0000591complete.o: ../config.h
Jari Aalto28ef6c32001-04-06 19:14:31 +0000592complete.o: ${topdir}/shell.h $(topdir)/syntax.h ${topdir}/bashjmp.h ${BASHINCDIR}/posixjmp.h ${topdir}/sig.h
Jari Aaltobb706242000-03-17 21:46:59 +0000593complete.o: ${topdir}/unwind_prot.h ${topdir}/variables.h
594complete.o: ${topdir}/bashtypes.h ${topdir}/bashansi.h ${BASHINCDIR}/ansi_stdlib.h
595complete.o: ${topdir}/builtins.h
596complete.o: ${topdir}/pcomplete.h
597complete.o: ${srcdir}/common.h ${srcdir}/bashgetopt.h
Jari Aalto31859422009-01-12 13:36:28 +0000598mapfile.o: $(topdir)/command.h ../config.h $(BASHINCDIR)/memalloc.h
599mapfile.o: $(topdir)/error.h $(topdir)/general.h $(topdir)/xmalloc.h
600mapfile.o: $(topdir)/quit.h $(topdir)/dispose_cmd.h $(topdir)/make_cmd.h
601mapfile.o: $(topdir)/subst.h $(topdir)/externs.h $(BASHINCDIR)/maxpath.h
602mapfile.o: $(topdir)/shell.h $(topdir)/syntax.h $(topdir)/variables.h $(topdir)/conftypes.h
603mapfile.o: $(topdir)/arrayfunc.h
Jari Aaltobb706242000-03-17 21:46:59 +0000604
Jari Aaltoccc6cda1996-12-23 17:02:34 +0000605#bind.o: $(RL_LIBSRC)chardefs.h $(RL_LIBSRC)readline.h $(RL_LIBSRC)keymaps.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000606
607# libintl dependencies
608bind.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
609break.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
610caller.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
611cd.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
612common.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
613complete.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
614declare.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
615enable.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
616evalfile.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
617exec.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
618exit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
619fc.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
620fg_bg.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
621getopt.c: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
622hash.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
623help.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
624history.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
625inlib.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
626jobs.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
627kill.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
628let.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
Jari Aalto31859422009-01-12 13:36:28 +0000629mapfile.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
630mkbuiltins.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
Jari Aaltob80f6442004-07-27 13:29:18 +0000631printf.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
632pushd.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
633read.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
634return.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
635set.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
636setattr.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
637shift.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
638shopt.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
639source.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
640suspend.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
641type.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
642ulimit.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h
643umask.o: ${topdir}/bashintl.h ${LIBINTL_H} $(BASHINCDIR)/gettext.h