Makefile.in revision 3df6014a3d216d19be7d2286de24e8ee106f18ad
1#
2# Makefile for e2fsck
3#
4
5srcdir = @srcdir@
6top_srcdir = @top_srcdir@
7VPATH = @srcdir@
8top_builddir = ..
9my_dir = e2fsck
10INSTALL = @INSTALL@
11
12@MCONFIG@
13
14PROGS=		e2fsck
15MANPAGES=	e2fsck.8
16FMANPAGES=	e2fsck.conf.5
17
18LIBS= $(LIBQUOTA) $(LIBEXT2FS) $(LIBCOM_ERR) $(LIBBLKID) $(LIBUUID) \
19	$(LIBINTL) $(LIBE2P)
20DEPLIBS= $(DEPLIBQUOTA) $(LIBEXT2FS) $(DEPLIBCOM_ERR) $(DEPLIBBLKID) \
21	 $(DEPLIBUUID) $(DEPLIBE2P)
22
23STATIC_LIBS= $(STATIC_LIBQUOTA) $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) \
24	     $(STATIC_LIBBLKID) $(STATIC_LIBUUID) $(LIBINTL) $(STATIC_LIBE2P)
25STATIC_DEPLIBS= $(DEPSTATIC_LIBQUOTA) $(STATIC_LIBEXT2FS) \
26		$(DEPSTATIC_LIBCOM_ERR) $(DEPSTATIC_LIBBLKID) \
27		$(DEPSTATIC_LIBUUID) $(DEPSTATIC_LIBE2P)
28
29PROFILED_LIBS= $(PROFILED_LIBQUOTA) $(PROFILED_LIBEXT2FS) \
30	       $(PROFILED_LIBCOM_ERR) $(PROFILED_LIBBLKID) $(PROFILED_LIBUUID) \
31	       $(PROFILED_LIBE2P) $(LIBINTL)
32PROFILED_DEPLIBS= $(DEPPROFILED_LIBQUOTA) $(PROFILED_LIBEXT2FS) \
33		  $(DEPPROFILED_LIBCOM_ERR) $(DEPPROFILED_LIBBLKID) \
34		  $(DEPPROFILED_LIBUUID) $(DEPPROFILED_LIBE2P)
35
36COMPILE_ET=$(top_builddir)/lib/et/compile_et --build-tree
37
38.c.o:
39	$(E) "	CC $<"
40	$(Q) $(CC) -c $(ALL_CFLAGS) $< -o $@
41@PROFILE_CMT@	$(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
42
43#
44# Flags for using Checker
45#	Note: The optimization flags must include -g
46#
47#MCHECK=	-checker
48#LIBS= $(LIBCOM_ERR) $(LIB_EXT2FS) $(CHECKLIB)
49#DEPLIBS= $(LIBCOM_ERR) $(LIB_EXT2FS) 
50#CHECKLIB= /usr/lib/libchecker.o
51
52#
53# Flags for doing mtrace --- uncomment to produce mtracing e2fsck
54# 	Note:  The optimization flags must include -g
55#
56#MTRACE=	-DMTRACE
57#MTRACE_OBJ= mtrace.o
58#MTRACE_SRC= $(srcdir)/mtrace.c
59#OPT= -g
60
61#
62# Flags for doing mcheck --- uncomment to produce mchecking e2fsck
63# 	Note:  The optimization flags must include -g
64#
65#MCHECK= -DMCHECK
66
67OBJS= crc32.o dict.o unix.o e2fsck.o super.o pass1.o pass1b.o pass2.o \
68	pass3.o pass4.o pass5.o journal.o badblocks.o util.o dirinfo.o \
69	dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
70	region.o revoke.o ea_refcount.o rehash.o profile.o prof_err.o \
71	logfile.o sigcatcher.o $(MTRACE_OBJ)
72
73PROFILED_OBJS= profiled/dict.o profiled/unix.o profiled/e2fsck.o \
74	profiled/super.o profiled/pass1.o profiled/pass1b.o \
75	profiled/pass2.o profiled/pass3.o profiled/pass4.o profiled/pass5.o \
76	profiled/journal.o profiled/badblocks.o profiled/util.o \
77	profiled/dirinfo.o profiled/dx_dirinfo.o profiled/ehandler.o \
78	profiled/message.o profiled/problem.o profiled/quota.o \
79	profiled/recovery.o profiled/region.o profiled/revoke.o \
80	profiled/ea_refcount.o profiled/rehash.o profiled/profile.o \
81	profiled/crc32.o profiled/prof_err.o profiled/logfile.o \
82	profiled/sigcatcher.o
83
84SRCS= $(srcdir)/e2fsck.c \
85	$(srcdir)/crc32.c \
86	$(srcdir)/gen_crc32table.c \
87	$(srcdir)/dict.c \
88	$(srcdir)/super.c \
89	$(srcdir)/pass1.c \
90	$(srcdir)/pass1b.c \
91	$(srcdir)/pass2.c \
92	$(srcdir)/pass3.c \
93	$(srcdir)/pass4.c \
94	$(srcdir)/pass5.c \
95	$(srcdir)/journal.c \
96	$(srcdir)/recovery.c \
97	$(srcdir)/revoke.c \
98	$(srcdir)/badblocks.c \
99	$(srcdir)/util.c \
100	$(srcdir)/unix.c \
101	$(srcdir)/dirinfo.c \
102	$(srcdir)/dx_dirinfo.c \
103	$(srcdir)/ehandler.c \
104	$(srcdir)/problem.c \
105	$(srcdir)/message.c \
106	$(srcdir)/ea_refcount.c \
107	$(srcdir)/rehash.c \
108	$(srcdir)/region.c \
109	$(srcdir)/profile.c \
110	$(srcdir)/sigcatcher.c \
111	$(srcdir)/logfile.c \
112	prof_err.c \
113	$(srcdir)/quota.c \
114	$(MTRACE_SRC)
115
116all:: profiled $(PROGS) e2fsck $(MANPAGES) $(FMANPAGES)
117
118@PROFILE_CMT@all:: e2fsck.profiled
119
120prof_err.c prof_err.h: prof_err.et
121	$(E) "	COMPILE_ET prof_err.et"
122	$(Q) $(COMPILE_ET) $(srcdir)/prof_err.et
123
124e2fsck: $(OBJS)  $(DEPLIBS)
125	$(E) "	LD $@"
126	$(Q) $(LD) $(ALL_LDFLAGS) $(RDYNAMIC) -o e2fsck $(OBJS) $(LIBS) 
127
128e2fsck.static: $(OBJS) $(STATIC_DEPLIBS)
129	$(E) "	LD $@"
130	$(Q) $(LD) $(LDFLAGS_STATIC) -o e2fsck.static $(OBJS) $(STATIC_LIBS) 
131
132e2fsck.profiled: $(OBJS)  $(PROFILED_DEPLIBS)
133	$(E) "	LD $@"
134	$(Q) $(LD) $(ALL_LDFLAGS) -g -pg -o e2fsck.profiled $(PROFILED_OBJS) \
135		$(PROFILED_LIBS) 
136
137gen_crc32table: $(srcdir)/gen_crc32table.c
138	$(E) "	CC $@"
139	$(Q) $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gen_crc32table \
140		$(srcdir)/gen_crc32table.c
141
142crc32table.h: gen_crc32table
143	$(E) "	GEN32TABLE $@"
144	$(Q) ./gen_crc32table > crc32table.h
145
146tst_sigcatcher: $(srcdir)/sigcatcher.c sigcatcher.o
147	$(E) "	CC $@"
148	$(Q) $(CC) $(BUILD_LDFLAGS) $(ALL_CFLAGS) $(RDYNAMIC) \
149		$(srcdir)/sigcatcher.c -DDEBUG -o tst_sigcatcher
150
151tst_problem: $(srcdir)/problem.c $(srcdir)/problem.h $(LIBEXT2FS) \
152	$(DEPLIBCOM_ERR)
153	$(Q) $(CC) $(BUILD_LDFLAGS) $(ALL_CFLAGS) -o tst_problem \
154		$(srcdir)/problem.c -DUNITTEST $(LIBEXT2FS) $(LIBCOM_ERR) \
155		$(LIBINTL)
156
157tst_crc32: $(srcdir)/crc32.c $(LIBEXT2FS) $(DEPLIBCOM_ERR)
158	$(Q) $(CC) $(BUILD_LDFLAGS) $(ALL_CFLAGS) -o tst_crc32 $(srcdir)/crc32.c \
159		-DUNITTEST $(LIBEXT2FS) $(LIBCOM_ERR)
160
161tst_refcount: ea_refcount.c $(DEPLIBCOM_ERR)
162	$(E) "	LD $@"
163	$(Q) $(CC) -o tst_refcount $(srcdir)/ea_refcount.c \
164		$(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR) $(LIBEXT2FS) 
165
166tst_logfile: $(srcdir)/logfile.c
167	$(E) "	LD $@"
168	$(Q) $(CC) -o tst_logfile $(srcdir)/logfile.c $(ALL_CFLAGS) \
169		-DTEST_PROGRAM
170
171tst_region: region.c $(DEPLIBCOM_ERR)
172	$(E) "	LD $@"
173	$(Q) $(CC) -o tst_region $(srcdir)/region.c \
174		$(ALL_CFLAGS) -DTEST_PROGRAM $(LIBCOM_ERR)
175
176check:: tst_refcount tst_region tst_crc32 tst_problem
177	LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_refcount
178	LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_region
179	LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_crc32
180	LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_problem
181
182extend: extend.o
183	$(E) "	LD $@"
184	$(Q) $(LD) $(ALL_LDFLAGS) -o extend extend.o $(CHECKLIB)
185
186flushb: flushb.o
187	$(E) "	LD $@"
188	$(Q) $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB)
189
190iscan: iscan.o util.o ehandler.o $(DEPLIBS)
191	$(E) "	LD $@"
192	$(Q) $(LD) $(ALL_LDFLAGS) -o iscan iscan.o util.o ehandler.o $(LIBS)
193
194test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \
195		prof_err.o profile.h $(DEPSTATIC_LIBCOM_ERR)
196	$(E) "	LD $@"
197	$(Q) $(CC) -o test_profile -DDEBUG_PROGRAM $(srcdir)/profile.c prof_err.o \
198		profile_helpers.o argv_parse.o $(STATIC_LIBCOM_ERR) \
199		$(ALL_CFLAGS)
200
201profiled:
202@PROFILE_CMT@	$(E) "	MKDIR $@"
203@PROFILE_CMT@	$(Q) mkdir profiled
204
205e2fsck.8: $(DEP_SUBSTITUTE) $(srcdir)/e2fsck.8.in
206	$(E) "	SUBST $@"
207	$(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/e2fsck.8.in e2fsck.8
208
209e2fsck.conf.5: $(DEP_SUBSTITUTE) $(srcdir)/e2fsck.conf.5.in
210	$(E) "	SUBST $@"
211	$(Q) $(SUBSTITUTE_UPTIME) $(srcdir)/e2fsck.conf.5.in e2fsck.conf.5
212
213installdirs:
214	$(E) "	MKINSTALLDIRS $(root_sbindir) $(man8dir)"
215	$(Q) $(MKINSTALLDIRS) $(DESTDIR)$(root_sbindir) \
216		$(DESTDIR)$(man8dir) $(DESTDIR)$(man5dir)
217
218install: $(PROGS) $(MANPAGES) $(FMANPAGES) installdirs
219	$(Q) for i in $(PROGS); do \
220		$(ES) "	INSTALL $(root_sbindir)/$$i"; \
221		$(INSTALL_PROGRAM) $$i $(DESTDIR)$(root_sbindir)/$$i; \
222	done
223	$(Q) for i in ext2 ext3 ext4 ext4dev; do \
224		$(ES) "	LINK $(root_sbindir)/fsck.$$i"; \
225		(cd $(DESTDIR)$(root_sbindir); \
226			$(LN) $(LINK_INSTALL_FLAGS) e2fsck fsck.$$i); \
227	done
228	$(Q) for i in $(MANPAGES); do \
229		for j in $(COMPRESS_EXT); do \
230			$(RM) -f $(DESTDIR)$(man8dir)/$$i.$$j; \
231		done; \
232		$(ES) "	INSTALL_DATA $(man8dir)/$$i"; \
233		$(INSTALL_DATA) $$i $(DESTDIR)$(man8dir)/$$i; \
234	done
235	$(Q) for i in $(FMANPAGES); do \
236		for j in $(COMPRESS_EXT); do \
237			$(RM) -f $(DESTDIR)$(man5dir)/$$i.$$j; \
238		done; \
239		$(ES) "	INSTALL_DATA $(man5dir)/$$i"; \
240		$(INSTALL_DATA) $$i $(DESTDIR)$(man5dir)/$$i; \
241	done
242	$(Q) for i in ext2 ext3 ext4 ext4dev; do \
243		$(ES) "	LINK $(man8dir)/fsck.$$i.8"; \
244		(cd $(DESTDIR)$(man8dir); \
245			$(LN) $(LINK_INSTALL_FLAGS) e2fsck.8 fsck.$$i.8); \
246	done
247
248install-strip: install
249	$(Q) for i in $(PROGS); do \
250		$(ES) "	STRIP $(root_sbindir)/$$i"; \
251		$(STRIP) $(DESTDIR)$(root_sbindir)/$$i; \
252	done
253
254uninstall:
255	for i in $(PROGS); do \
256		$(RM) -f $(DESTDIR)$(root_sbindir)/$$i; \
257	done
258	$(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
259		$(DESTDIR)$(root_sbindir)/fsck.ext3 \
260		$(DESTDIR)$(root_sbindir)/fsck.ext4 \
261		$(DESTDIR)$(root_sbindir)/fsck.ext4dev
262	for i in $(MANPAGES); do \
263		$(RM) -f $(DESTDIR)$(man8dir)/$$i; \
264	done
265	for i in $(FMANPAGES); do \
266		$(RM) -f $(DESTDIR)$(man5dir)/$$i; \
267	done
268	$(RM) -f $(DESTDIR)$(root_sbindir)/fsck.ext2 \
269			$(DESTDIR)$(root_sbindir)/fsck.ext3 \
270			$(DESTDIR)$(root_sbindir)/fsck.ext4 \
271			$(DESTDIR)$(root_sbindir)/fsck.ext4dev
272
273clean:
274	$(RM) -f $(PROGS) \#* *\# *.s *.o *.a *~ core e2fsck.static \
275		e2fsck.shared e2fsck.profiled flushb e2fsck.8 \
276		tst_problem tst_crc32 tst_region tst_refcount gen_crc32table \
277		crc32table.h e2fsck.conf.5 prof_err.c prof_err.h \
278		test_profile
279	$(RM) -rf profiled
280
281mostlyclean: clean
282distclean: clean
283	$(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
284
285# +++ Dependency line eater +++
286# 
287# Makefile dependencies follow.  This must be the last section in
288# the Makefile.in file
289#
290e2fsck.o: $(srcdir)/e2fsck.c $(top_builddir)/lib/config.h \
291 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
292 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
293 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
294 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
295 $(top_builddir)/lib/ext2fs/ext2_err.h \
296 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
297 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
298 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
299 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
300 $(srcdir)/problem.h
301crc32.o: $(srcdir)/crc32.c $(top_builddir)/lib/config.h \
302 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
303 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
304 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
305 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
306 $(top_builddir)/lib/ext2fs/ext2_err.h \
307 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
308 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
309 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
310 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
311 $(srcdir)/crc32defs.h crc32table.h
312gen_crc32table.o: $(srcdir)/gen_crc32table.c $(srcdir)/crc32defs.h
313dict.o: $(srcdir)/dict.c $(top_builddir)/lib/config.h \
314 $(top_builddir)/lib/dirpaths.h $(srcdir)/dict.h
315super.o: $(srcdir)/super.c $(top_builddir)/lib/config.h \
316 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
317 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
318 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
319 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
320 $(top_builddir)/lib/ext2fs/ext2_err.h \
321 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
322 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
323 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
324 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
325 $(srcdir)/problem.h
326pass1.o: $(srcdir)/pass1.c $(top_builddir)/lib/config.h \
327 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
328 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
329 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
330 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
331 $(top_builddir)/lib/ext2fs/ext2_err.h \
332 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
333 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
334 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
335 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
336 $(srcdir)/problem.h
337pass1b.o: $(srcdir)/pass1b.c $(top_builddir)/lib/config.h \
338 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h \
339 $(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
340 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
341 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
342 $(top_builddir)/lib/ext2fs/ext2_err.h \
343 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
344 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
345 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
346 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
347 $(srcdir)/problem.h $(srcdir)/dict.h
348pass2.o: $(srcdir)/pass2.c $(top_builddir)/lib/config.h \
349 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
350 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
351 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
352 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
353 $(top_builddir)/lib/ext2fs/ext2_err.h \
354 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
355 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
356 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
357 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
358 $(srcdir)/problem.h $(srcdir)/dict.h
359pass3.o: $(srcdir)/pass3.c $(top_builddir)/lib/config.h \
360 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
361 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
362 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
363 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
364 $(top_builddir)/lib/ext2fs/ext2_err.h \
365 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
366 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
367 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
368 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
369 $(srcdir)/problem.h
370pass4.o: $(srcdir)/pass4.c $(top_builddir)/lib/config.h \
371 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
372 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
373 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
374 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
375 $(top_builddir)/lib/ext2fs/ext2_err.h \
376 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
377 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
378 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
379 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
380 $(srcdir)/problem.h
381pass5.o: $(srcdir)/pass5.c $(top_builddir)/lib/config.h \
382 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
383 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
384 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
385 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
386 $(top_builddir)/lib/ext2fs/ext2_err.h \
387 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
388 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
389 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
390 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
391 $(srcdir)/problem.h
392journal.o: $(srcdir)/journal.c $(top_builddir)/lib/config.h \
393 $(top_builddir)/lib/dirpaths.h $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
394 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
395 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
396 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
397 $(top_builddir)/lib/ext2fs/ext2_err.h \
398 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
399 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
400 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
401 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
402 $(top_srcdir)/lib/ext2fs/kernel-jbd.h $(top_srcdir)/lib/ext2fs/jfs_compat.h \
403 $(top_srcdir)/lib/ext2fs/kernel-list.h $(srcdir)/problem.h
404recovery.o: $(srcdir)/recovery.c $(top_builddir)/lib/config.h \
405 $(top_builddir)/lib/dirpaths.h $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
406 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
407 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
408 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
409 $(top_builddir)/lib/ext2fs/ext2_err.h \
410 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
411 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
412 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
413 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
414 $(top_srcdir)/lib/ext2fs/kernel-jbd.h $(top_srcdir)/lib/ext2fs/jfs_compat.h \
415 $(top_srcdir)/lib/ext2fs/kernel-list.h
416revoke.o: $(srcdir)/revoke.c $(top_builddir)/lib/config.h \
417 $(top_builddir)/lib/dirpaths.h $(srcdir)/jfs_user.h $(srcdir)/e2fsck.h \
418 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
419 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
420 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
421 $(top_builddir)/lib/ext2fs/ext2_err.h \
422 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
423 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
424 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
425 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
426 $(top_srcdir)/lib/ext2fs/kernel-jbd.h $(top_srcdir)/lib/ext2fs/jfs_compat.h \
427 $(top_srcdir)/lib/ext2fs/kernel-list.h
428badblocks.o: $(srcdir)/badblocks.c $(top_builddir)/lib/config.h \
429 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h \
430 $(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2_fs.h \
431 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
432 $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
433 $(top_builddir)/lib/ext2fs/ext2_err.h \
434 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
435 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
436 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
437 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
438util.o: $(srcdir)/util.c $(top_builddir)/lib/config.h \
439 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
440 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
441 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
442 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
443 $(top_builddir)/lib/ext2fs/ext2_err.h \
444 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
445 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
446 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
447 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
448unix.o: $(srcdir)/unix.c $(top_builddir)/lib/config.h \
449 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/e2p/e2p.h \
450 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
451 $(top_srcdir)/lib/et/com_err.h $(srcdir)/e2fsck.h \
452 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
453 $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
454 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
455 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
456 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
457 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
458 $(srcdir)/problem.h $(top_srcdir)/version.h
459dirinfo.o: $(srcdir)/dirinfo.c $(top_builddir)/lib/config.h \
460 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
461 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
462 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
463 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
464 $(top_builddir)/lib/ext2fs/ext2_err.h \
465 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
466 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
467 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
468 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
469 $(top_srcdir)/lib/ext2fs/tdb.h
470dx_dirinfo.o: $(srcdir)/dx_dirinfo.c $(top_builddir)/lib/config.h \
471 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
472 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
473 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
474 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
475 $(top_builddir)/lib/ext2fs/ext2_err.h \
476 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
477 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
478 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
479 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
480ehandler.o: $(srcdir)/ehandler.c $(top_builddir)/lib/config.h \
481 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
482 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
483 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
484 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
485 $(top_builddir)/lib/ext2fs/ext2_err.h \
486 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
487 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
488 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
489 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
490problem.o: $(srcdir)/problem.c $(top_builddir)/lib/config.h \
491 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
492 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
493 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
494 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
495 $(top_builddir)/lib/ext2fs/ext2_err.h \
496 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
497 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
498 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
499 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
500 $(srcdir)/problem.h $(srcdir)/problemP.h
501message.o: $(srcdir)/message.c $(top_builddir)/lib/config.h \
502 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
503 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
504 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
505 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
506 $(top_builddir)/lib/ext2fs/ext2_err.h \
507 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
508 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
509 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
510 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
511 $(srcdir)/problem.h
512ea_refcount.o: $(srcdir)/ea_refcount.c $(top_builddir)/lib/config.h \
513 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
514 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
515 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
516 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
517 $(top_builddir)/lib/ext2fs/ext2_err.h \
518 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
519 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
520 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
521 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
522rehash.o: $(srcdir)/rehash.c $(top_builddir)/lib/config.h \
523 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
524 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
525 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
526 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
527 $(top_builddir)/lib/ext2fs/ext2_err.h \
528 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
529 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
530 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
531 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
532 $(srcdir)/problem.h
533region.o: $(srcdir)/region.c $(top_builddir)/lib/config.h \
534 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
535 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
536 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
537 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
538 $(top_builddir)/lib/ext2fs/ext2_err.h \
539 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
540 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
541 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
542 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
543profile.o: $(srcdir)/profile.c $(top_builddir)/lib/config.h \
544 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h \
545 $(srcdir)/profile.h prof_err.h
546sigcatcher.o: $(srcdir)/sigcatcher.c $(top_builddir)/lib/config.h \
547 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
548 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
549 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
550 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
551 $(top_builddir)/lib/ext2fs/ext2_err.h \
552 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
553 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
554 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
555 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
556logfile.o: $(srcdir)/logfile.c $(top_builddir)/lib/config.h \
557 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
558 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
559 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
560 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
561 $(top_builddir)/lib/ext2fs/ext2_err.h \
562 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
563 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
564 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
565 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
566prof_err.o: prof_err.c
567quota.o: $(srcdir)/quota.c $(top_builddir)/lib/config.h \
568 $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \
569 $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
570 $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \
571 $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
572 $(top_builddir)/lib/ext2fs/ext2_err.h \
573 $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/bitops.h \
574 $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
575 $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
576 $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h \
577 $(srcdir)/problem.h $(top_srcdir)/lib/quota/quotaio.h
578