]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/ext2fs/Makefile.in
tst_libext2fs: Avoid multiple definition of global variables
[thirdparty/e2fsprogs.git] / lib / ext2fs / Makefile.in
CommitLineData
50e1e10f
TT
1srcdir = @srcdir@
2top_srcdir = @top_srcdir@
3VPATH = @srcdir@
4top_builddir = ../..
1e3472c5 5my_dir = lib/ext2fs
50e1e10f 6INSTALL = @INSTALL@
759c46cf 7DEPEND_CFLAGS = -I$(top_srcdir)/debugfs -I$(srcdir)/../../e2fsck -DDEBUGFS
055866d8 8# This nastiness is needed because of jfs_user.h hackery; when we finally
759c46cf 9# clean up this mess, we should be able to drop it
a2c664ae 10DEBUGFS_CFLAGS = -I$(srcdir)/../../e2fsck $(ALL_CFLAGS) -DDEBUGFS
50e1e10f
TT
11
12@MCONFIG@
13
4d452afe 14@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o inode_io.o write_bb_file.o
30ae14c9 15
a2143b51
TT
16MK_CMDS= _SS_DIR_OVERRIDE=$(srcdir)/../ss ../ss/mk_cmds
17COMPILE_ET= _ET_DIR_OVERRIDE=$(srcdir)/../et ../et/compile_et
3eb07f64 18
af773654
TT
19@RESIZER_CMT@RESIZE_LIB_OBJS = dupfs.o
20@TEST_IO_CMT@TEST_IO_LIB_OBJS = test_io.o
30ae14c9
TT
21@IMAGER_CMT@E2IMAGE_LIB_OBJS = imager.o
22
ceff962c
TT
23DEBUG_OBJS= debug_cmds.o extent_cmds.o tst_cmds.o debugfs.o util.o \
24 ncheck.o icheck.o ls.o lsdel.o dump.o set_fields.o logdump.o \
25 htree.o unused.o e2freefrag.o filefrag.o extent_inode.o zap.o \
759c46cf 26 xattrs.o quota.o tst_libext2fs.o create_inode.o journal.o \
99ceb8ec 27 revoke.o recovery.o do_journal.o
ceff962c
TT
28
29DEBUG_SRCS= debug_cmds.c extent_cmds.c tst_cmds.c \
30 $(top_srcdir)/debugfs/debugfs.c \
31 $(top_srcdir)/debugfs/util.c \
32 $(top_srcdir)/debugfs/ncheck.c \
33 $(top_srcdir)/debugfs/icheck.c \
34 $(top_srcdir)/debugfs/ls.c \
35 $(top_srcdir)/debugfs/lsdel.c \
36 $(top_srcdir)/debugfs/dump.c \
37 $(top_srcdir)/debugfs/set_fields.c \
38 $(top_srcdir)/debugfs/logdump.c \
39 $(top_srcdir)/debugfs/htree.c \
40 $(top_srcdir)/debugfs/unused.c \
41 $(top_srcdir)/debugfs/filefrag.c \
42 $(top_srcdir)/debugfs/extent_inode.c \
43 $(top_srcdir)/debugfs/zap.c \
44 $(top_srcdir)/debugfs/quota.c \
6bb88459
TT
45 $(top_srcdir)/debugfs/xattrs.c \
46 $(top_srcdir)/misc/e2freefrag.c \
759c46cf
DW
47 $(top_srcdir)/misc/create_inode.c \
48 $(top_srcdir)/debugfs/journal.c \
49 $(top_srcdir)/e2fsck/revoke.c \
463eb921 50 $(top_srcdir)/e2fsck/recovery.c \
99ceb8ec 51 $(top_srcdir)/debugfs/do_journal.c
ceff962c 52
749f0712
TT
53@TDB_CMT@TDB_OBJ= tdb.o
54
30ae14c9 55OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_OBJS) $(E2IMAGE_LIB_OBJS) \
af773654 56 $(TEST_IO_LIB_OBJS) \
30ae14c9 57 ext2_err.o \
50e1e10f 58 alloc.o \
ef344e13 59 alloc_sb.o \
8bd0c959 60 alloc_stats.o \
21c84b71 61 alloc_tables.o \
dc248a10 62 atexit.o \
50e1e10f
TT
63 badblocks.o \
64 bb_inode.o \
65 bitmaps.o \
66 bitops.o \
69365c68 67 blkmap64_ba.o \
c1359d91 68 blkmap64_rb.o \
e3854b3b 69 blknum.o \
50e1e10f 70 block.o \
30fab293 71 bmap.o \
50e1e10f
TT
72 check_desc.o \
73 closefs.o \
ca2634a4 74 crc16.o \
db8bbf27 75 crc32c.o \
ca2634a4 76 csum.o \
21c84b71
TT
77 dblist.o \
78 dblist_dir.o \
50e1e10f 79 dirblock.o \
52783e0c 80 dirhash.o \
21c84b71 81 dir_iterate.o \
50e1e10f 82 expanddir.o \
342d847d 83 ext_attr.o \
3eb07f64 84 extent.o \
5aad5b8e 85 fallocate.o \
f790bc33 86 fileio.o \
de23aa1d 87 finddev.o \
4d0f3e17 88 flushb.o \
50e1e10f 89 freefs.o \
3034f62a 90 gen_bitmap.o \
69365c68 91 gen_bitmap64.o \
bc0b1a89 92 get_num_dirs.o \
50e1e10f
TT
93 get_pathname.o \
94 getsize.o \
93d5c387 95 getsectsize.o \
555a0fce 96 hashmap.o \
1ca1059f 97 i_block.o \
21c84b71 98 icount.o \
dc8ce346 99 ind_block.o \
50e1e10f
TT
100 initialize.o \
101 inline.o \
416c1de9 102 inline_data.o \
50e1e10f 103 inode.o \
2e8ca9a2 104 io_manager.o \
50e1e10f
TT
105 ismounted.o \
106 link.o \
107 llseek.o \
21c84b71 108 lookup.o \
50e1e10f 109 mkdir.o \
d3cd93ca 110 mkjournal.o \
0f5eba75 111 mmp.o \
4d452afe 112 namei.o \
1e3472c5 113 native.o \
50e1e10f 114 newdir.o \
3f85a4c9 115 nls_utf8.o \
50e1e10f 116 openfs.o \
95fd65bb 117 progress.o \
3adb9374 118 punch.o \
bf0449b1 119 qcow2.o \
50e1e10f
TT
120 read_bb.o \
121 read_bb_file.o \
d323f8fb 122 res_gdt.o \
50e1e10f 123 rw_bitmaps.o \
569ee902 124 sha512.o \
50e1e10f 125 swapfs.o \
f01c1a6b 126 symlink.o \
749f0712 127 $(TDB_OBJ) \
72a168b5 128 undo_io.o \
21c84b71 129 unix_io.o \
105cdfe5 130 sparse_io.o \
21c84b71 131 unlink.o \
521e3685 132 valid_blk.o \
5db745a2 133 version.o \
3f85a4c9 134 rbtree.o
50e1e10f
TT
135
136SRCS= ext2_err.c \
137 $(srcdir)/alloc.c \
ef344e13 138 $(srcdir)/alloc_sb.c \
8bd0c959 139 $(srcdir)/alloc_stats.c \
21c84b71 140 $(srcdir)/alloc_tables.c \
dc248a10 141 $(srcdir)/atexit.c \
50e1e10f 142 $(srcdir)/badblocks.c \
21c84b71 143 $(srcdir)/bb_compat.c \
50e1e10f
TT
144 $(srcdir)/bb_inode.c \
145 $(srcdir)/bitmaps.c \
146 $(srcdir)/bitops.c \
1ca87790 147 $(srcdir)/blkmap64_ba.c \
c1359d91 148 $(srcdir)/blkmap64_rb.c \
50e1e10f 149 $(srcdir)/block.c \
30fab293 150 $(srcdir)/bmap.c \
50e1e10f
TT
151 $(srcdir)/check_desc.c \
152 $(srcdir)/closefs.c \
ca2634a4 153 $(srcdir)/crc16.c \
db8bbf27
DW
154 $(srcdir)/crc32c.c \
155 $(srcdir)/gen_crc32ctable.c \
ca2634a4 156 $(srcdir)/csum.c \
21c84b71
TT
157 $(srcdir)/dblist.c \
158 $(srcdir)/dblist_dir.c \
bf34b4af 159 $(srcdir)/digest_encode.c \
50e1e10f 160 $(srcdir)/dirblock.c \
52783e0c 161 $(srcdir)/dirhash.c \
21c84b71 162 $(srcdir)/dir_iterate.c \
a29f4d30 163 $(srcdir)/dupfs.c \
50e1e10f 164 $(srcdir)/expanddir.c \
342d847d 165 $(srcdir)/ext_attr.c \
3eb07f64 166 $(srcdir)/extent.c \
30fab293 167 $(srcdir)/fileio.c \
0e8a9560 168 $(srcdir)/finddev.c \
4d0f3e17 169 $(srcdir)/flushb.c \
50e1e10f 170 $(srcdir)/freefs.c \
30ae14c9 171 $(srcdir)/gen_bitmap.c \
69365c68 172 $(srcdir)/gen_bitmap64.c \
bc0b1a89 173 $(srcdir)/get_num_dirs.c \
50e1e10f
TT
174 $(srcdir)/get_pathname.c \
175 $(srcdir)/getsize.c \
93d5c387 176 $(srcdir)/getsectsize.c \
555a0fce 177 $(srcdir)/hashmap.c \
1ca1059f 178 $(srcdir)/i_block.c \
21c84b71 179 $(srcdir)/icount.c \
dc8ce346 180 $(srcdir)/ind_block.c \
50e1e10f
TT
181 $(srcdir)/initialize.c \
182 $(srcdir)/inline.c \
416c1de9 183 $(srcdir)/inline_data.c \
50e1e10f 184 $(srcdir)/inode.c \
f12e285f 185 $(srcdir)/inode_io.c \
2e8ca9a2
TT
186 $(srcdir)/imager.c \
187 $(srcdir)/io_manager.c \
50e1e10f
TT
188 $(srcdir)/ismounted.c \
189 $(srcdir)/link.c \
190 $(srcdir)/llseek.c \
21c84b71 191 $(srcdir)/lookup.c \
50e1e10f 192 $(srcdir)/mkdir.c \
d3cd93ca 193 $(srcdir)/mkjournal.c \
0f5eba75 194 $(srcdir)/mmp.c \
50e1e10f 195 $(srcdir)/namei.c \
1e3472c5 196 $(srcdir)/native.c \
50e1e10f 197 $(srcdir)/newdir.c \
3f85a4c9 198 $(srcdir)/nls_utf8.c \
50e1e10f 199 $(srcdir)/openfs.c \
3adb9374
TT
200 $(srcdir)/progress.c \
201 $(srcdir)/punch.c \
bf0449b1 202 $(srcdir)/qcow2.c \
50e1e10f
TT
203 $(srcdir)/read_bb.c \
204 $(srcdir)/read_bb_file.c \
d323f8fb 205 $(srcdir)/res_gdt.c \
50e1e10f 206 $(srcdir)/rw_bitmaps.c \
569ee902
TT
207 $(srcdir)/sha256.c \
208 $(srcdir)/sha512.c \
50e1e10f 209 $(srcdir)/swapfs.c \
f01c1a6b 210 $(srcdir)/symlink.c \
106ad96d 211 $(srcdir)/tdb.c \
21c84b71 212 $(srcdir)/test_io.c \
ac493821
TT
213 $(srcdir)/tst_badblocks.c \
214 $(srcdir)/tst_bitops.c \
215 $(srcdir)/tst_byteswap.c \
216 $(srcdir)/tst_getsize.c \
4d5cb2ac 217 $(srcdir)/tst_iscan.c \
72a168b5 218 $(srcdir)/undo_io.c \
4d5cb2ac 219 $(srcdir)/unix_io.c \
105cdfe5 220 $(srcdir)/sparse_io.c \
4d5cb2ac
JS
221 $(srcdir)/unlink.c \
222 $(srcdir)/valid_blk.c \
223 $(srcdir)/version.c \
5db745a2
LC
224 $(srcdir)/write_bb_file.c \
225 $(srcdir)/rbtree.c \
ceff962c 226 $(srcdir)/tst_libext2fs.c \
3f85a4c9 227 $(DEBUG_SRCS)
50e1e10f 228
106ad96d 229HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h ext2_ext_attr.h ext3_extents.h \
8dd69539 230 tdb.h qcow2.h hashmap.h
d1e66b79 231HFILES_IN= ext2_err.h ext2_types.h
50e1e10f
TT
232
233LIBRARY= libext2fs
234LIBDIR= ext2fs
235
e9affb7b 236ELF_VERSION = 2.4
297f47a1 237ELF_SO_VERSION = 2
50e1e10f
TT
238ELF_IMAGE = libext2fs
239ELF_MYDIR = ext2fs
469bec82 240ELF_INSTALL_DIR = $(root_libdir)
d5aa6a82 241ELF_OTHER_LIBS = -lcom_err
50e1e10f 242
521e3685 243BSDLIB_VERSION = 2.1
50e1e10f
TT
244BSDLIB_IMAGE = libext2fs
245BSDLIB_MYDIR = ext2fs
469bec82 246BSDLIB_INSTALL_DIR = $(root_libdir)
50e1e10f
TT
247
248@MAKEFILE_LIBRARY@
50e1e10f
TT
249@MAKEFILE_ELF@
250@MAKEFILE_BSDLIB@
251@MAKEFILE_PROFILE@
50e1e10f 252
a34c72ab 253all:: ext2fs.pc
e6441865 254
50e1e10f 255.c.o:
c13351f6 256 $(E) " CC $<"
fd1677e8 257 $(Q) $(CC) $(ALL_CFLAGS_STLIB) -c $< -o $@
832cb612 258 $(Q) $(CHECK_CMD) $(ALL_CFLAGS) $<
a46300fe 259 $(Q) $(CPPCHECK_CMD) $(CPPFLAGS) $<
fd1677e8 260@PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS_STLIB) -g -pg -o profiled/$*.o -c $<
0eb9fb99 261@ELF_CMT@ $(Q) $(CC) $(ALL_CFLAGS_SHLIB) -fPIC -shared -o elfshared/$*.o -c $<
fd1677e8 262@BSDLIB_CMT@ $(Q) $(CC) $(ALL_CFLAGS_SHLIB) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
50e1e10f 263
50e1e10f
TT
264DISTFILES= Makefile *.c *.h image
265
44339bdf 266ext2_err.et: $(DEP_SUBSTITUTE) $(srcdir)/ext2_err.et.in
c13351f6
TT
267 $(E) " SUBST $@"
268 $(Q) $(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et
62c06f79 269
74becf3c 270ext2_err.c ext2_err.h: ext2_err.et
c13351f6
TT
271 $(E) " COMPILE_ET ext2_err.et"
272 $(Q) $(COMPILE_ET) ext2_err.et
50e1e10f 273
e6441865 274ext2fs.pc: $(srcdir)/ext2fs.pc.in $(top_builddir)/config.status
c13351f6
TT
275 $(E) " CONFIG.STATUS $@"
276 $(Q) cd $(top_builddir); CONFIG_FILES=lib/ext2fs/ext2fs.pc ./config.status
e6441865 277
068136c3 278tst_badblocks: tst_badblocks.o $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
c13351f6 279 $(E) " LD $@"
3166e2e5 280 $(Q) $(CC) -o tst_badblocks tst_badblocks.o $(ALL_LDFLAGS) \
fedfb27f 281 $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(SYSLIBS)
21c84b71 282
bf34b4af
TT
283tst_digest_encode: $(srcdir)/digest_encode.c $(srcdir)/ext2_fs.h
284 $(E) " CC $@"
285 $(Q) $(CC) $(ALL_LDFLAGS) $(ALL_CFLAGS) -o tst_digest_encode \
8afaf3be 286 $(srcdir)/digest_encode.c -DUNITTEST $(SYSLIBS)
bf34b4af 287
068136c3 288tst_icount: $(srcdir)/icount.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
c13351f6 289 $(E) " LD $@"
53904ae5 290 $(Q) $(CC) -o tst_icount $(srcdir)/icount.c -DDEBUG \
3166e2e5 291 $(ALL_CFLAGS) $(ALL_LDFLAGS) \
6c59a665 292 $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(SYSLIBS)
1cb78d84 293
068136c3 294tst_iscan: tst_iscan.o $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
c13351f6 295 $(E) " LD $@"
3166e2e5 296 $(Q) $(CC) -o tst_iscan tst_iscan.o $(ALL_LDFLAGS) \
53904ae5 297 $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(SYSLIBS)
21c84b71 298
068136c3 299tst_getsize: tst_getsize.o $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
c13351f6 300 $(E) " LD $@"
3166e2e5 301 $(Q) $(CC) -o tst_getsize tst_getsize.o $(ALL_LDFLAGS) \
53904ae5 302 $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(SYSLIBS)
d36d835b 303
068136c3
TT
304tst_ismounted: $(srcdir)/ismounted.c $(STATIC_LIBEXT2FS) \
305 $(DEPSTATIC_LIBCOM_ERR)
c13351f6 306 $(E) " LD $@"
04f13d66 307 $(Q) $(CC) -o tst_ismounted $(srcdir)/ismounted.c \
3166e2e5 308 $(STATIC_LIBEXT2FS) -DDEBUG $(ALL_CFLAGS) $(ALL_LDFLAGS) \
6c59a665 309 $(STATIC_LIBCOM_ERR) $(SYSLIBS)
52db0b41 310
068136c3 311tst_byteswap: tst_byteswap.o $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
c13351f6 312 $(E) " LD $@"
3166e2e5 313 $(Q) $(CC) -o tst_byteswap tst_byteswap.o $(ALL_LDFLAGS) \
53904ae5 314 $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(SYSLIBS)
9ec53cf4 315
068136c3 316tst_bitops: tst_bitops.o $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
c13351f6 317 $(E) " LD $@"
3166e2e5 318 $(Q) $(CC) -o tst_bitops tst_bitops.o $(ALL_CFLAGS) $(ALL_LDFLAGS) \
6c59a665 319 $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) $(SYSLIBS)
ac493821 320
370a24cd
TT
321tst_getsectsize: tst_getsectsize.o getsectsize.o $(STATIC_LIBEXT2FS) \
322 $(DEPSTATIC_LIBCOM_ERR)
c13351f6 323 $(E) " LD $@"
370a24cd
TT
324 $(Q) $(CC) -o tst_getsectsize tst_getsectsize.o getsectsize.o \
325 $(ALL_LDFLAGS) $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) \
326 $(SYSLIBS)
93d5c387 327
8c084167
TT
328tst_types.o: $(srcdir)/tst_types.c ext2_types.h
329
4ea7ea00 330tst_types: tst_types.o ext2_types.h
c13351f6 331 $(E) " LD $@"
3166e2e5 332 $(Q) $(CC) -o tst_types tst_types.o $(ALL_LDFLAGS) $(SYSLIBS)
4ea7ea00 333
8c084167
TT
334tst_super_size.o: $(srcdir)/tst_super_size.c $(srcdir)/ext2_fs.h
335
336tst_super_size: tst_super_size.o
c13351f6 337 $(E) " LD $@"
fedfb27f 338 $(Q) $(CC) -o tst_super_size tst_super_size.o $(ALL_LDFLAGS) $(SYSLIBS)
a2b2ff61 339
930d7a7f
TT
340tst_fs_struct.o: $(srcdir)/tst_fs_struct.c $(srcdir)/ext2fs.h
341
342tst_fs_struct: tst_fs_struct.o
343 $(E) " LD $@"
53904ae5 344 $(Q) $(CC) -o tst_fs_struct tst_fs_struct.o $(ALL_LDFLAGS) $(SYSLIBS)
930d7a7f 345
897fbaac
TT
346tst_inode_size.o: $(srcdir)/tst_inode_size.c $(srcdir)/ext2_fs.h
347
348tst_inode_size: tst_inode_size.o
349 $(E) " LD $@"
fedfb27f 350 $(Q) $(CC) -o tst_inode_size tst_inode_size.o $(ALL_LDFLAGS) $(SYSLIBS)
897fbaac 351
569ee902
TT
352tst_sha256: $(srcdir)/sha256.c $(srcdir)/ext2_fs.h
353 $(E) " CC $@"
354 $(Q) $(CC) $(ALL_LDFLAGS) $(ALL_CFLAGS) -o tst_sha256 \
355 $(srcdir)/sha256.c -DUNITTEST $(SYSLIBS)
356
357tst_sha512: $(srcdir)/sha512.c $(srcdir)/ext2_fs.h
358 $(E) " CC $@"
359 $(Q) $(CC) $(ALL_LDFLAGS) $(ALL_CFLAGS) -o tst_sha512 \
360 $(srcdir)/sha512.c -DUNITTEST $(SYSLIBS)
361
106ad96d 362ext2_tdbtool: tdbtool.o
c13351f6 363 $(E) " LD $@"
fedfb27f 364 $(Q) $(CC) -o ext2_tdbtool tdbtool.o tdb.o $(ALL_LDFLAGS) $(SYSLIBS)
106ad96d 365
ceff962c
TT
366tst_cmds.c tst_cmds.h: tst_cmds.ct
367 $(E) " MK_CMDS $@"
368 $(Q) $(MK_CMDS) $(srcdir)/tst_cmds.ct
3eb07f64
TT
369
370debug_cmds.c debug_cmds.h: $(top_srcdir)/debugfs/debug_cmds.ct
bee7b67c 371 $(E) " MK_CMDS $<"
c13351f6 372 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/debug_cmds.ct
3eb07f64 373
bee7b67c
TT
374extent_cmds.c extent_cmds.h: $(top_srcdir)/debugfs/extent_cmds.ct
375 $(E) " MK_CMDS $<"
376 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/extent_cmds.ct
377
3eb07f64 378debugfs.o: $(top_srcdir)/debugfs/debugfs.c
c13351f6 379 $(E) " CC $<"
336c440c 380 $(Q) $(CC) $(DEBUGFS_CFLAGS) -DSKIP_GLOBDEFS -c $< -o $@
3eb07f64 381
bee7b67c
TT
382extent_inode.o: $(top_srcdir)/debugfs/extent_inode.c
383 $(E) " CC $<"
759c46cf 384 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
bee7b67c 385
3eb07f64 386util.o: $(top_srcdir)/debugfs/util.c
c13351f6 387 $(E) " CC $<"
759c46cf 388 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
389
390ncheck.o: $(top_srcdir)/debugfs/ncheck.c
c13351f6 391 $(E) " CC $<"
759c46cf 392 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
393
394icheck.o: $(top_srcdir)/debugfs/icheck.c
c13351f6 395 $(E) " CC $<"
759c46cf 396 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
397
398ls.o: $(top_srcdir)/debugfs/ls.c
c13351f6 399 $(E) " CC $<"
759c46cf 400 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
401
402lsdel.o: $(top_srcdir)/debugfs/lsdel.c
c13351f6 403 $(E) " CC $<"
759c46cf 404 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
405
406dump.o: $(top_srcdir)/debugfs/dump.c
c13351f6 407 $(E) " CC $<"
759c46cf 408 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
409
410set_fields.o: $(top_srcdir)/debugfs/set_fields.c
c13351f6 411 $(E) " CC $<"
759c46cf 412 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
413
414logdump.o: $(top_srcdir)/debugfs/logdump.c
c13351f6 415 $(E) " CC $<"
759c46cf 416 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
417
418htree.o: $(top_srcdir)/debugfs/htree.c
c13351f6 419 $(E) " CC $<"
759c46cf 420 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64
TT
421
422unused.o: $(top_srcdir)/debugfs/unused.c
c13351f6 423 $(E) " CC $<"
759c46cf 424 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
3eb07f64 425
f404167d
TT
426zap.o: $(top_srcdir)/debugfs/zap.c
427 $(E) " CC $<"
759c46cf 428 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
f404167d 429
ceff962c
TT
430quota.o: $(top_srcdir)/debugfs/quota.c
431 $(E) " CC $<"
759c46cf
DW
432 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
433
434journal.o: $(top_srcdir)/debugfs/journal.c
435 $(E) " CC $<"
436 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
437
438revoke.o: $(top_srcdir)/e2fsck/revoke.c
439 $(E) " CC $<"
440 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
441
442recovery.o: $(top_srcdir)/e2fsck/recovery.c
443 $(E) " CC $<"
444 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
ceff962c 445
463eb921
DW
446do_journal.o: $(top_srcdir)/debugfs/do_journal.c
447 $(E) " CC $<"
448 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
449
6bb88459
TT
450xattrs.o: $(top_srcdir)/debugfs/xattrs.c
451 $(E) " CC $<"
759c46cf 452 $(Q) $(CC) $(DEBUGFS_CFLAGS) -c $< -o $@
6bb88459 453
5e96c572
TT
454e2freefrag.o: $(top_srcdir)/misc/e2freefrag.c
455 $(E) " CC $<"
456 $(Q) $(CC) $(ALL_CFLAGS) -DDEBUGFS -I$(top_srcdir)/debugfs -c $< -o $@
457
6bb88459
TT
458create_inode.o: $(top_srcdir)/misc/create_inode.c
459 $(E) " CC $<"
460 $(Q) $(CC) $(ALL_CFLAGS) -DDEBUGFS -c $< -o $@
461
c4ab66c5
TT
462filefrag.o: $(top_srcdir)/debugfs/filefrag.c
463 $(E) " CC $<"
464 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
465
ceff962c
TT
466tst_libext2fs.o: $(srcdir)/tst_libext2fs.c
467 $(E) " CC $<"
a34c72ab 468 $(Q) $(CC) $(ALL_CFLAGS) $(ALL_LDFLAGS) $(DEPEND_CFLAGS) -c $< -o $@
ceff962c 469
b8ad88b3
TT
470tst_bitmaps_cmd.c: tst_bitmaps_cmd.ct
471 $(E) " MK_CMDS $@"
472 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/tst_bitmaps_cmd.ct
473
d954fa40
TT
474tst_bitmaps: tst_bitmaps.o tst_bitmaps_cmd.o $(srcdir)/blkmap64_rb.c \
475 $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBSS) $(DEPSTATIC_LIBCOM_ERR)
b8ad88b3 476 $(E) " LD $@"
d954fa40
TT
477 $(Q) $(CC) -o $@ tst_bitmaps.o tst_bitmaps_cmd.o \
478 -DDEBUG_RB $(srcdir)/blkmap64_rb.c $(ALL_CFLAGS) \
3166e2e5 479 $(ALL_LDFLAGS) $(STATIC_LIBEXT2FS) $(STATIC_LIBSS) \
a34c72ab 480 $(STATIC_LIBCOM_ERR) $(SYSLIBS)
b8ad88b3 481
ceff962c
TT
482tst_extents: $(srcdir)/extent.c $(DEBUG_OBJS) $(DEPSTATIC_LIBSS) libext2fs.a \
483 $(STATIC_LIBE2P) $(DEPLIBUUID) $(DEPLIBBLKID) $(DEPSTATIC_LIBCOM_ERR) \
f34af41b 484 $(DEPLIBSUPPORT)
c13351f6 485 $(E) " LD $@"
bee7b67c 486 $(Q) $(CC) -o tst_extents $(srcdir)/extent.c \
3166e2e5 487 $(ALL_CFLAGS) $(ALL_LDFLAGS) -DDEBUG $(DEBUG_OBJS) \
f34af41b 488 $(STATIC_LIBSS) $(STATIC_LIBE2P) $(LIBSUPPORT) \
a34c72ab
TT
489 $(STATIC_LIBEXT2FS) $(LIBBLKID) $(LIBUUID) \
490 $(STATIC_LIBCOM_ERR) $(SYSLIBS) -I $(top_srcdir)/debugfs
ceff962c
TT
491
492tst_libext2fs: $(DEBUG_OBJS) \
493 $(DEPSTATIC_LIBSS) $(STATIC_LIBE2P) $(DEPLIBUUID) libext2fs.a \
f34af41b 494 $(DEPLIBBLKID) $(DEPSTATIC_LIBCOM_ERR) $(DEPLIBSUPPORT)
ceff962c 495 $(E) " LD $@"
3166e2e5 496 $(Q) $(CC) -o tst_libext2fs $(ALL_LDFLAGS) -DDEBUG $(DEBUG_OBJS) \
f34af41b 497 $(STATIC_LIBSS) $(STATIC_LIBE2P) $(LIBSUPPORT) \
b598c517 498 $(STATIC_LIBEXT2FS) $(LIBBLKID) $(LIBUUID) $(LIBMAGIC) \
6c59a665 499 $(STATIC_LIBCOM_ERR) $(SYSLIBS) -I $(top_srcdir)/debugfs
3eb07f64 500
ab3f5c5a 501tst_inline: $(srcdir)/inline.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
d7152075 502 $(E) " LD $@"
a34c72ab 503 $(Q) $(CC) -o tst_inline $(srcdir)/inline.c $(ALL_CFLAGS) \
3166e2e5 504 $(ALL_LDFLAGS) -DDEBUG $(STATIC_LIBEXT2FS) \
a34c72ab 505 $(STATIC_LIBCOM_ERR) $(SYSLIBS)
d7152075 506
31253488
ZL
507tst_inline_data: inline_data.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
508 $(E) " LD $@"
509 $(Q) $(CC) -o tst_inline_data $(srcdir)/inline_data.c $(ALL_CFLAGS) \
2541e012
EB
510 $(ALL_LDFLAGS) -DDEBUG $(STATIC_LIBEXT2FS) \
511 $(STATIC_LIBCOM_ERR) $(SYSLIBS)
31253488 512
068136c3 513tst_csum: csum.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR) $(STATIC_LIBE2P) \
c816ecb2 514 $(top_srcdir)/lib/e2p/e2p.h
c13351f6
TT
515 $(E) " LD $@"
516 $(Q) $(CC) -o tst_csum $(srcdir)/csum.c -DDEBUG \
3166e2e5 517 $(ALL_CFLAGS) $(ALL_LDFLAGS) $(STATIC_LIBEXT2FS) \
a34c72ab 518 $(STATIC_LIBCOM_ERR) $(STATIC_LIBE2P) $(SYSLIBS)
ca2634a4 519
ab3f5c5a 520tst_crc32c: $(srcdir)/crc32c.c $(STATIC_LIBEXT2FS) $(DEPSTATIC_LIBCOM_ERR)
3166e2e5 521 $(Q) $(CC) $(ALL_LDFLAGS) $(ALL_CFLAGS) -o tst_crc32c $(srcdir)/crc32c.c \
6c59a665
TT
522 -DUNITTEST $(STATIC_LIBEXT2FS) $(STATIC_LIBCOM_ERR) \
523 $(SYSLIBS)
db8bbf27 524
a6a1c081 525mkjournal: mkjournal.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
c13351f6 526 $(E) " LD $@"
6c59a665
TT
527 $(Q) $(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG \
528 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS) $(SYSLIBS)
d3cd93ca 529
11b8ef8b 530fullcheck check:: tst_bitops tst_badblocks tst_iscan tst_types tst_icount \
d7152075 531 tst_super_size tst_types tst_inode_size tst_csum tst_crc32c tst_bitmaps \
8afaf3be 532 tst_inline tst_inline_data tst_libext2fs tst_sha256 tst_sha512 \
370a24cd 533 tst_digest_encode tst_getsize tst_getsectsize
60abcd73
MF
534 $(TESTENV) ./tst_bitops
535 $(TESTENV) ./tst_badblocks
536 $(TESTENV) ./tst_iscan
537 $(TESTENV) ./tst_types
538 $(TESTENV) ./tst_icount
539 $(TESTENV) ./tst_super_size
540 $(TESTENV) ./tst_inode_size
541 $(TESTENV) ./tst_csum
542 $(TESTENV) ./tst_inline
330cebc0 543 $(TESTENV) ./tst_inline_data
60abcd73 544 $(TESTENV) ./tst_crc32c
569ee902
TT
545 $(TESTENV) ./tst_sha256
546 $(TESTENV) ./tst_sha512
60abcd73 547 $(TESTENV) ./tst_bitmaps -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
b8ad88b3 548 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
60abcd73 549 $(TESTENV) ./tst_bitmaps -t 2 -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
c1359d91 550 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
60abcd73 551 $(TESTENV) ./tst_bitmaps -t 3 -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
d182831a 552 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
60abcd73 553 $(TESTENV) ./tst_bitmaps -l -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
46f10070 554 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
8afaf3be 555 $(TESTENV) ./tst_digest_encode
21c84b71 556
50e1e10f 557installdirs::
5abc0414
RB
558 $(E) " MKDIR_P $(libdir) $(includedir)/ext2fs"
559 $(Q) $(MKDIR_P) $(DESTDIR)$(libdir) \
4e2d9f7f 560 $(DESTDIR)$(includedir)/ext2fs $(DESTDIR)$(pkgconfigdir)
50e1e10f 561
e6441865 562install:: all $(HFILES) $(HFILES_IN) installdirs ext2fs.pc
c13351f6
TT
563 $(E) " INSTALL_DATA $(libdir)/libext2fs.a"
564 $(Q) $(INSTALL_DATA) libext2fs.a $(DESTDIR)$(libdir)/libext2fs.a
565 -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/libext2fs.a
566 $(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libext2fs.a
567 $(Q) for i in $(HFILES); do \
522798d3 568 echo " INSTALL_DATA $(includedir)/ext2fs/$$i"; \
50e1e10f
TT
569 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
570 done
c13351f6 571 $(Q) for i in $(HFILES_IN); do \
522798d3 572 echo " INSTALL_DATA $(includedir)/ext2fs/$$i"; \
d1e66b79
TT
573 $(INSTALL_DATA) $$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
574 done
4e2d9f7f
DM
575 $(E) " INSTALL_DATA $(pkgconfigdir)/ext2fs.pc"
576 $(Q) $(INSTALL_DATA) ext2fs.pc $(DESTDIR)$(pkgconfigdir)/ext2fs.pc
50e1e10f
TT
577
578uninstall::
e6441865 579 $(RM) -f $(DESTDIR)$(libdir)/libext2fs.a \
4e2d9f7f 580 $(DESTDIR)$(pkgconfigdir)/ext2fs.pc
e6441865 581 $(RM) -rf $(DESTDIR)$(includedir)/ext2fs
50e1e10f
TT
582
583clean::
2f8d0251 584 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* \
5c36a2f8 585 tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
370a24cd 586 tst_byteswap tst_ismounted tst_getsize tst_getsectsize \
ca2634a4 587 tst_bitops tst_types tst_icount tst_super_size tst_csum \
068136c3
TT
588 tst_bitmaps tst_bitmaps_out tst_extents tst_inline \
589 tst_inline_data tst_inode_size tst_bitmaps_cmd.c \
6a5bdaf7 590 tst_digest_encode tst_sha256 tst_sha512 \
ceff962c 591 ext2_tdbtool mkjournal debug_cmds.c tst_cmds.c extent_cmds.c \
db8bbf27 592 ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a \
1f15ba00
TT
593 crc32c_table.h gen_crc32ctable tst_crc32c tst_libext2fs \
594 ext2fs.pc ext2_types.h
50e1e10f
TT
595
596mostlyclean:: clean
597distclean:: clean
b7aa0d65 598 $(RM) -f .depend ext2_err.c ext2_err.h Makefile ext2fs.pc \
5c36a2f8 599 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
f0f4acbd
TT
600#
601# Hack to parallel makes recognize dependencies correctly.
602#
603$(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h
50e1e10f 604
3ded50b3
TT
605$(OBJS): subdirs
606
db8bbf27
DW
607gen_crc32ctable: $(srcdir)/gen_crc32ctable.c
608 $(E) " CC $@"
c1986ecb 609 $(Q) $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gen_crc32ctable \
db8bbf27
DW
610 $(srcdir)/gen_crc32ctable.c
611
612crc32c_table.h: gen_crc32ctable
613 $(E) " GEN32CTABLE $@"
614 $(Q) ./gen_crc32ctable > crc32c_table.h
615
1f15ba00
TT
616$(top_builddir)/$(my_dir)/ext2_types.h: $(srcdir)/ext2_types.h.in \
617 $(top_builddir)/config.status
618 cd $(top_builddir); CONFIG_FILES=$(my_dir)/ext2_types.h ./config.status
619
8cbcf152
GKB
620$(srcdir)/utf8data.h:
621 $(Q) $(MAKE) $(MKUTF8DATA)
622 $(E) "MKUTF8DATA $@"
623 $(Q) $(MKUTF8DATA) -a $(top_srcdir)/util/ucd/DerivedAge-11.0.0.txt \
624 -c $(top_srcdir)/util/ucd/DerivedCombiningClass-11.0.0.txt \
625 -p $(top_srcdir)/util/ucd/DerivedCoreProperties-11.0.0.txt \
626 -d $(top_srcdir)/util/ucd/UnicodeData-11.0.0.txt \
627 -f $(top_srcdir)/util/ucd/CaseFolding-11.0.0.txt \
628 -n $(top_srcdir)/util/ucd/NormalizationCorrections-11.0.0.txt \
629 -t $(top_srcdir)/util/ucd/NormalizationTest-11.0.0.txt \
630 -o $@
631
50e1e10f
TT
632# +++ Dependency line eater +++
633#
634# Makefile dependencies follow. This must be the last section in
635# the Makefile.in file
636#
637ext2_err.o: ext2_err.c
d1154eb4 638alloc.o: $(srcdir)/alloc.c $(top_builddir)/lib/config.h \
388e1d56
TT
639 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
640 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 641 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 642 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 643 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 644alloc_sb.o: $(srcdir)/alloc_sb.c $(top_builddir)/lib/config.h \
388e1d56
TT
645 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
646 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 647 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 648 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 649 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 650alloc_stats.o: $(srcdir)/alloc_stats.c $(top_builddir)/lib/config.h \
388e1d56
TT
651 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
652 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 653 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 654 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 655 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 656alloc_tables.o: $(srcdir)/alloc_tables.c $(top_builddir)/lib/config.h \
388e1d56
TT
657 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
658 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 659 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
dc248a10 660 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
661 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
662 $(srcdir)/ext2fsP.h
dc248a10 663atexit.o: $(srcdir)/atexit.c $(top_builddir)/lib/config.h \
388e1d56
TT
664 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
665 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
dc248a10 666 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 667 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
668 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
669 $(srcdir)/ext2fsP.h
d1154eb4 670badblocks.o: $(srcdir)/badblocks.c $(top_builddir)/lib/config.h \
388e1d56
TT
671 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
672 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
673 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
674 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 675 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 676 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 677bb_compat.o: $(srcdir)/bb_compat.c $(top_builddir)/lib/config.h \
388e1d56
TT
678 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
679 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
680 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
681 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 682 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 683 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 684bb_inode.o: $(srcdir)/bb_inode.c $(top_builddir)/lib/config.h \
388e1d56
TT
685 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
686 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 687 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 688 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 689 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 690bitmaps.o: $(srcdir)/bitmaps.c $(top_builddir)/lib/config.h \
388e1d56
TT
691 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
692 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 693 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 694 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
695 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
696 $(srcdir)/ext2fsP.h $(srcdir)/bmap64.h
d1154eb4 697bitops.o: $(srcdir)/bitops.c $(top_builddir)/lib/config.h \
388e1d56
TT
698 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
699 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 700 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 701 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 702 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 703blkmap64_ba.o: $(srcdir)/blkmap64_ba.c $(top_builddir)/lib/config.h \
388e1d56
TT
704 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
705 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
1ca87790
TT
706 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
707 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
708 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 709 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/bmap64.h
2172519d 710blkmap64_rb.o: $(srcdir)/blkmap64_rb.c $(top_builddir)/lib/config.h \
388e1d56
TT
711 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
712 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
c1359d91
LC
713 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
714 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
715 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 716 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/bmap64.h $(srcdir)/rbtree.h
d1154eb4 717block.o: $(srcdir)/block.c $(top_builddir)/lib/config.h \
388e1d56
TT
718 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
719 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 720 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 721 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 722 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 723bmap.o: $(srcdir)/bmap.c $(top_builddir)/lib/config.h \
388e1d56
TT
724 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
725 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
c714d024
TT
726 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
727 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
728 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 729 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 730check_desc.o: $(srcdir)/check_desc.c $(top_builddir)/lib/config.h \
388e1d56
TT
731 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
732 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 733 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 734 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 735 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 736closefs.o: $(srcdir)/closefs.c $(top_builddir)/lib/config.h \
388e1d56
TT
737 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
738 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
739 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
740 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 741 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 742 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 743crc16.o: $(srcdir)/crc16.c $(top_builddir)/lib/config.h \
388e1d56
TT
744 $(top_builddir)/lib/dirpaths.h $(top_builddir)/lib/ext2fs/ext2_types.h \
745 $(srcdir)/crc16.h
d1154eb4 746crc32c.o: $(srcdir)/crc32c.c $(top_builddir)/lib/config.h \
756690a2 747 $(top_builddir)/lib/dirpaths.h $(srcdir)/crc32c_defs.h $(srcdir)/ext2fs.h \
388e1d56
TT
748 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
749 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
750 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
751 $(srcdir)/hashmap.h $(srcdir)/bitops.h crc32c_table.h
fd7c37fe 752gen_crc32ctable.o: $(srcdir)/gen_crc32ctable.c $(srcdir)/crc32c_defs.h
d1154eb4 753csum.o: $(srcdir)/csum.c $(top_builddir)/lib/config.h \
388e1d56
TT
754 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
755 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
d89ad0ae
ES
756 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
757 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
758 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
759 $(srcdir)/crc16.h
d1154eb4 760dblist.o: $(srcdir)/dblist.c $(top_builddir)/lib/config.h \
388e1d56
TT
761 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
762 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
763 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
764 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 765 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 766 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 767dblist_dir.o: $(srcdir)/dblist_dir.c $(top_builddir)/lib/config.h \
388e1d56
TT
768 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
769 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
770 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
771 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 772 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 773 $(srcdir)/hashmap.h $(srcdir)/bitops.h
bf34b4af 774digest_encode.o: $(srcdir)/digest_encode.c $(top_builddir)/lib/config.h \
388e1d56
TT
775 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
776 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
bf34b4af
TT
777 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
778 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 779 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 780dirblock.o: $(srcdir)/dirblock.c $(top_builddir)/lib/config.h \
388e1d56
TT
781 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
782 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 783 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 784 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 785 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 786dirhash.o: $(srcdir)/dirhash.c $(top_builddir)/lib/config.h \
388e1d56
TT
787 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
788 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 789 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 790 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
65c49302
TT
791 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
792 $(srcdir)/ext2fsP.h
d1154eb4 793dir_iterate.o: $(srcdir)/dir_iterate.c $(top_builddir)/lib/config.h \
388e1d56
TT
794 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
795 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
796 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
797 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 798 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 799 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 800dupfs.o: $(srcdir)/dupfs.c $(top_builddir)/lib/config.h \
388e1d56
TT
801 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
802 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
803 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
804 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 805 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 806 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 807expanddir.o: $(srcdir)/expanddir.c $(top_builddir)/lib/config.h \
388e1d56
TT
808 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
809 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 810 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 811 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
812 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
813 $(srcdir)/ext2fsP.h
d1154eb4 814ext_attr.o: $(srcdir)/ext_attr.c $(top_builddir)/lib/config.h \
388e1d56
TT
815 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
816 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_ext_attr.h \
0ee1eaf7
TT
817 $(srcdir)/ext4_acl.h $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h \
818 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 819 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 820 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 821extent.o: $(srcdir)/extent.c $(top_builddir)/lib/config.h \
388e1d56
TT
822 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
823 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
d89ad0ae
ES
824 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
825 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
826 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 827 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/e2image.h
d1154eb4 828fileio.o: $(srcdir)/fileio.c $(top_builddir)/lib/config.h \
388e1d56
TT
829 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
830 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 831 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 832 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
833 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
834 $(srcdir)/ext2fsP.h
d1154eb4 835finddev.o: $(srcdir)/finddev.c $(top_builddir)/lib/config.h \
388e1d56
TT
836 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
837 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 838 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 839 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
840 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
841 $(srcdir)/ext2fsP.h
d1154eb4 842flushb.o: $(srcdir)/flushb.c $(top_builddir)/lib/config.h \
388e1d56
TT
843 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
844 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 845 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 846 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 847 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 848freefs.o: $(srcdir)/freefs.c $(top_builddir)/lib/config.h \
388e1d56
TT
849 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
850 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
851 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
852 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 853 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 854 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 855gen_bitmap.o: $(srcdir)/gen_bitmap.c $(top_builddir)/lib/config.h \
388e1d56
TT
856 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
857 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
3adb9374
TT
858 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
859 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
860 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 861 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 862gen_bitmap64.o: $(srcdir)/gen_bitmap64.c $(top_builddir)/lib/config.h \
388e1d56
TT
863 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
864 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
3adb9374
TT
865 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
866 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
867 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 868 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/bmap64.h
bc0b1a89 869get_num_dirs.o: $(srcdir)/get_num_dirs.c $(top_builddir)/lib/config.h \
388e1d56
TT
870 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
871 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
bc0b1a89
TT
872 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
873 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
874 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 875 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 876get_pathname.o: $(srcdir)/get_pathname.c $(top_builddir)/lib/config.h \
388e1d56
TT
877 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
878 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 879 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 880 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 881 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 882getsize.o: $(srcdir)/getsize.c $(top_builddir)/lib/config.h \
388e1d56
TT
883 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
884 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 885 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 886 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 887 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 888getsectsize.o: $(srcdir)/getsectsize.c $(top_builddir)/lib/config.h \
388e1d56
TT
889 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
890 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 891 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 892 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
893 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
894hashmap.o: $(srcdir)/hashmap.c $(srcdir)/hashmap.h
d1154eb4 895i_block.o: $(srcdir)/i_block.c $(top_builddir)/lib/config.h \
388e1d56
TT
896 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
897 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
dabfa68f
TT
898 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
899 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 900 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 901icount.o: $(srcdir)/icount.c $(top_builddir)/lib/config.h \
388e1d56
TT
902 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
903 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 904 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 905 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
906 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
907 $(srcdir)/tdb.h
d1154eb4 908ind_block.o: $(srcdir)/ind_block.c $(top_builddir)/lib/config.h \
388e1d56
TT
909 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
910 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 911 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 912 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 913 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 914initialize.o: $(srcdir)/initialize.c $(top_builddir)/lib/config.h \
388e1d56
TT
915 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
916 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 917 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 918 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 919 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 920inline.o: $(srcdir)/inline.c $(top_builddir)/lib/config.h \
388e1d56
TT
921 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
922 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 923 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 924 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 925 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
416c1de9 926inline_data.o: $(srcdir)/inline_data.c $(top_builddir)/lib/config.h \
388e1d56
TT
927 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
928 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_ext_attr.h \
cecc79ac
TT
929 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
930 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
931 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 932 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/ext2fsP.h
d1154eb4 933inode.o: $(srcdir)/inode.c $(top_builddir)/lib/config.h \
388e1d56
TT
934 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
935 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
a2b2ff61
TT
936 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
937 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 938 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 939 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/e2image.h
d1154eb4 940inode_io.o: $(srcdir)/inode_io.c $(top_builddir)/lib/config.h \
388e1d56
TT
941 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
942 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 943 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 944 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 945 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 946imager.o: $(srcdir)/imager.c $(top_builddir)/lib/config.h \
388e1d56
TT
947 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
948 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 949 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 950 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 951 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 952io_manager.o: $(srcdir)/io_manager.c $(top_builddir)/lib/config.h \
388e1d56
TT
953 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
954 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 955 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 956 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 957 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 958ismounted.o: $(srcdir)/ismounted.c $(top_builddir)/lib/config.h \
388e1d56
TT
959 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
960 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 961 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 962 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
963 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
964 $(srcdir)/ext2fsP.h
d1154eb4 965link.o: $(srcdir)/link.c $(top_builddir)/lib/config.h \
388e1d56
TT
966 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
967 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 968 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 969 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 970 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4
TT
971llseek.o: $(srcdir)/llseek.c $(top_builddir)/lib/config.h \
972 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h \
388e1d56 973 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_types.h
d1154eb4 974lookup.o: $(srcdir)/lookup.c $(top_builddir)/lib/config.h \
388e1d56
TT
975 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
976 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 977 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 978 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 979 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 980mkdir.o: $(srcdir)/mkdir.c $(top_builddir)/lib/config.h \
388e1d56
TT
981 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
982 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 983 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 984 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
985 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
986 $(srcdir)/ext2fsP.h
d1154eb4
TT
987mkjournal.o: $(srcdir)/mkjournal.c $(top_builddir)/lib/config.h \
988 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
388e1d56
TT
989 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/e2p/e2p.h \
990 $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h $(srcdir)/ext3_extents.h \
991 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
d89ad0ae 992 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
993 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/kernel-jbd.h \
994 $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h
70d7281d 995mmp.o: $(srcdir)/mmp.c $(top_builddir)/lib/config.h \
388e1d56
TT
996 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
997 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
0f5eba75
AD
998 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
999 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 1000 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1001namei.o: $(srcdir)/namei.c $(top_builddir)/lib/config.h \
388e1d56
TT
1002 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1003 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1004 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1005 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1006 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1007 $(srcdir)/ext2fsP.h
d1154eb4 1008native.o: $(srcdir)/native.c $(top_builddir)/lib/config.h \
388e1d56
TT
1009 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1010 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1011 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1012 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1013 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1014newdir.o: $(srcdir)/newdir.c $(top_builddir)/lib/config.h \
388e1d56
TT
1015 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1016 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1017 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1018 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1019 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
65c49302
TT
1020nls_utf8.o: $(srcdir)/nls_utf8.c $(top_builddir)/lib/config.h \
1021 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1022 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
1023 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1024 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
1025 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1026 $(srcdir)/ext2fsP.h $(srcdir)/utf8data.h
d1154eb4 1027openfs.o: $(srcdir)/openfs.c $(top_builddir)/lib/config.h \
388e1d56
TT
1028 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1029 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1030 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1031 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1032 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1033 $(srcdir)/e2image.h
d1154eb4 1034progress.o: $(srcdir)/progress.c $(top_builddir)/lib/config.h \
388e1d56
TT
1035 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
1036 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
3adb9374
TT
1037 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1038 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 1039 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/ext2fsP.h
d1154eb4 1040punch.o: $(srcdir)/punch.c $(top_builddir)/lib/config.h \
388e1d56
TT
1041 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1042 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
3adb9374
TT
1043 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1044 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1045 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1046 $(srcdir)/ext2fsP.h
d1154eb4 1047qcow2.o: $(srcdir)/qcow2.c $(top_builddir)/lib/config.h \
388e1d56
TT
1048 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
1049 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
1ca87790
TT
1050 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1051 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 1052 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/qcow2.h
d1154eb4 1053read_bb.o: $(srcdir)/read_bb.c $(top_builddir)/lib/config.h \
388e1d56
TT
1054 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1055 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1056 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1057 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1058 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1059read_bb_file.o: $(srcdir)/read_bb_file.c $(top_builddir)/lib/config.h \
388e1d56
TT
1060 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1061 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1062 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1063 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1064 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1065res_gdt.o: $(srcdir)/res_gdt.c $(top_builddir)/lib/config.h \
388e1d56
TT
1066 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1067 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1068 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1069 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1070 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1071rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(top_builddir)/lib/config.h \
388e1d56
TT
1072 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1073 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1074 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1075 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1076 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1077 $(srcdir)/e2image.h
569ee902 1078sha256.o: $(srcdir)/sha256.c $(top_builddir)/lib/config.h \
388e1d56
TT
1079 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
1080 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
569ee902
TT
1081 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1082 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 1083 $(srcdir)/hashmap.h $(srcdir)/bitops.h
569ee902 1084sha512.o: $(srcdir)/sha512.c $(top_builddir)/lib/config.h \
388e1d56
TT
1085 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
1086 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
569ee902
TT
1087 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1088 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 1089 $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1090swapfs.o: $(srcdir)/swapfs.c $(top_builddir)/lib/config.h \
388e1d56
TT
1091 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1092 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1093 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1094 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1095 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1096 $(srcdir)/ext2fsP.h
f01c1a6b 1097symlink.o: $(srcdir)/symlink.c $(top_builddir)/lib/config.h \
388e1d56
TT
1098 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1099 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
f01c1a6b
DH
1100 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1101 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1102 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4
TT
1103tdb.o: $(srcdir)/tdb.c $(top_builddir)/lib/config.h \
1104 $(top_builddir)/lib/dirpaths.h $(srcdir)/tdb.h
1105test_io.o: $(srcdir)/test_io.c $(top_builddir)/lib/config.h \
388e1d56
TT
1106 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1107 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1108 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1109 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1110 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1111tst_badblocks.o: $(srcdir)/tst_badblocks.c $(top_builddir)/lib/config.h \
388e1d56
TT
1112 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1113 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1114 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1115 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1116 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1117tst_bitops.o: $(srcdir)/tst_bitops.c $(top_builddir)/lib/config.h \
388e1d56
TT
1118 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1119 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1120 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1121 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1122 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1123tst_byteswap.o: $(srcdir)/tst_byteswap.c $(top_builddir)/lib/config.h \
388e1d56
TT
1124 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1125 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1126 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1127 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1128 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1129tst_getsize.o: $(srcdir)/tst_getsize.c $(top_builddir)/lib/config.h \
388e1d56
TT
1130 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1131 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1132 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1133 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1134 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1135tst_iscan.o: $(srcdir)/tst_iscan.c $(top_builddir)/lib/config.h \
388e1d56
TT
1136 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1137 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1138 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1139 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1140 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1141undo_io.o: $(srcdir)/undo_io.c $(top_builddir)/lib/config.h \
388e1d56
TT
1142 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1143 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
72a168b5
AK
1144 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1145 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1146 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1147 $(srcdir)/ext2fsP.h
d1154eb4 1148unix_io.o: $(srcdir)/unix_io.c $(top_builddir)/lib/config.h \
388e1d56
TT
1149 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1150 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1151 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1152 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1153 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1154 $(srcdir)/ext2fsP.h
105cdfe5 1155sparse_io.o: $(srcdir)/sparse_io.c $(top_builddir)/lib/config.h \
388e1d56
TT
1156 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1157 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
105cdfe5
AS
1158 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1159 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1160 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1161unlink.o: $(srcdir)/unlink.c $(top_builddir)/lib/config.h \
388e1d56
TT
1162 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1163 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1164 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1165 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1166 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1167valid_blk.o: $(srcdir)/valid_blk.c $(top_builddir)/lib/config.h \
388e1d56
TT
1168 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1169 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1170 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1171 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1172 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
d1154eb4 1173version.o: $(srcdir)/version.c $(top_builddir)/lib/config.h \
388e1d56
TT
1174 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1175 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
a2b2ff61 1176 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
d89ad0ae 1177 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d
TT
1178 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1179 $(top_srcdir)/version.h
d1154eb4 1180write_bb_file.o: $(srcdir)/write_bb_file.c $(top_builddir)/lib/config.h \
388e1d56
TT
1181 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1182 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
d89ad0ae
ES
1183 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1184 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
574b714d 1185 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h
c1359d91 1186rbtree.o: $(srcdir)/rbtree.c $(srcdir)/rbtree.h
ceff962c 1187tst_libext2fs.o: $(srcdir)/tst_libext2fs.c $(top_builddir)/lib/config.h \
388e1d56
TT
1188 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1189 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
ceff962c
TT
1190 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
1191 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1192 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1193 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(top_srcdir)/lib/ss/ss.h \
1194 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/debugfs/debugfs.h \
1195 $(srcdir)/ext2fs.h $(top_srcdir)/debugfs/../misc/create_inode.h \
1196 $(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/support/quotaio.h \
1197 $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1198 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1199debug_cmds.o: debug_cmds.c $(top_srcdir)/lib/ss/ss.h \
1200 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
1201extent_cmds.o: extent_cmds.c $(top_srcdir)/lib/ss/ss.h \
1202 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
1203tst_cmds.o: tst_cmds.c $(top_srcdir)/lib/ss/ss.h \
1204 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h
1205debugfs.o: $(top_srcdir)/debugfs/debugfs.c $(top_builddir)/lib/config.h \
1206 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1207 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1208 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1209 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1210 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1211 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1212 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1213 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1214 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb
TT
1215 $(top_srcdir)/lib/support/quotaio_tree.h $(top_srcdir)/debugfs/../version.h \
1216 $(srcdir)/../../e2fsck/jfs_user.h $(srcdir)/kernel-jbd.h \
1217 $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h \
99ceb8ec 1218 $(top_srcdir)/lib/support/plausible.h
ceff962c
TT
1219util.o: $(top_srcdir)/debugfs/util.c $(top_builddir)/lib/config.h \
1220 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/ss/ss.h \
1221 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
388e1d56
TT
1222 $(top_srcdir)/debugfs/debugfs.h $(srcdir)/ext2_fs.h \
1223 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1224 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1225 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1226 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1227 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1228 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1229 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1230ncheck.o: $(top_srcdir)/debugfs/ncheck.c $(top_builddir)/lib/config.h \
1231 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1232 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1233 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1234 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1235 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1236 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1237 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1238 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1239 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1240 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1241icheck.o: $(top_srcdir)/debugfs/icheck.c $(top_builddir)/lib/config.h \
1242 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1243 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1244 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1245 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1246 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1247 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1248 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1249 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1250 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1251 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1252ls.o: $(top_srcdir)/debugfs/ls.c $(top_builddir)/lib/config.h \
1253 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1254 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1255 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1256 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1257 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1258 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1259 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1260 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1261 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1262 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1263lsdel.o: $(top_srcdir)/debugfs/lsdel.c $(top_builddir)/lib/config.h \
1264 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1265 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1266 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1267 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1268 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1269 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1270 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1271 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1272 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1273 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1274dump.o: $(top_srcdir)/debugfs/dump.c $(top_builddir)/lib/config.h \
1275 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1276 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1277 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1278 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1279 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1280 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1281 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1282 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1283 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1284 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1285set_fields.o: $(top_srcdir)/debugfs/set_fields.c $(top_builddir)/lib/config.h \
1286 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1287 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1288 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1289 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1290 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1291 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1292 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1293 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1294 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1295 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1296logdump.o: $(top_srcdir)/debugfs/logdump.c $(top_builddir)/lib/config.h \
1297 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1298 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1299 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1300 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1301 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1302 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1303 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1304 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1305 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb
TT
1306 $(top_srcdir)/lib/support/quotaio_tree.h $(srcdir)/../../e2fsck/jfs_user.h \
1307 $(srcdir)/kernel-jbd.h $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h
ceff962c
TT
1308htree.o: $(top_srcdir)/debugfs/htree.c $(top_builddir)/lib/config.h \
1309 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1310 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1311 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1312 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1313 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1314 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1315 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1316 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1317 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
388e1d56 1318 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1319unused.o: $(top_srcdir)/debugfs/unused.c $(top_builddir)/lib/config.h \
1320 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1321 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1322 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1323 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1324 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1325 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1326 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1327 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1328 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1329 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1330filefrag.o: $(top_srcdir)/debugfs/filefrag.c $(top_builddir)/lib/config.h \
1331 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1332 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1333 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1334 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1335 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1336 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1337 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1338 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1339 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1340 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1341extent_inode.o: $(top_srcdir)/debugfs/extent_inode.c \
1342 $(top_builddir)/lib/config.h $(top_builddir)/lib/dirpaths.h \
1343 $(top_srcdir)/debugfs/debugfs.h $(top_srcdir)/lib/ss/ss.h \
1344 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
388e1d56
TT
1345 $(srcdir)/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
1346 $(srcdir)/ext2fs.h $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1347 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
1348 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
574b714d
TT
1349 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1350 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1351 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1352zap.o: $(top_srcdir)/debugfs/zap.c $(top_builddir)/lib/config.h \
1353 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1354 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1355 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1356 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1357 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1358 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1359 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1360 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1361 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1362 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c
TT
1363quota.o: $(top_srcdir)/debugfs/quota.c $(top_builddir)/lib/config.h \
1364 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1365 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1366 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1367 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1368 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1369 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1370 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1371 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1372 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1373 $(top_srcdir)/lib/support/quotaio_tree.h
6bb88459 1374xattrs.o: $(top_srcdir)/debugfs/xattrs.c $(top_builddir)/lib/config.h \
0ee1eaf7
TT
1375 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/support/cstring.h \
1376 $(top_srcdir)/debugfs/debugfs.h $(top_srcdir)/lib/ss/ss.h \
1377 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/lib/et/com_err.h \
388e1d56
TT
1378 $(srcdir)/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
1379 $(srcdir)/ext2fs.h $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1380 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
1381 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
574b714d
TT
1382 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1383 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1384 $(top_srcdir)/lib/support/quotaio_tree.h
ceff962c 1385e2freefrag.o: $(top_srcdir)/misc/e2freefrag.c $(top_builddir)/lib/config.h \
388e1d56
TT
1386 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
1387 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
ceff962c
TT
1388 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1389 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d 1390 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(top_srcdir)/misc/e2freefrag.h \
759c46cf
DW
1391 $(top_srcdir)/debugfs/debugfs.h $(top_srcdir)/lib/ss/ss.h \
1392 $(top_builddir)/lib/ss/ss_err.h $(top_srcdir)/debugfs/../misc/create_inode.h \
f34af41b
TT
1393 $(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/support/quotaio.h \
1394 $(top_srcdir)/lib/support/dqblk_v2.h \
3dca12fb 1395 $(top_srcdir)/lib/support/quotaio_tree.h
6bb88459 1396create_inode.o: $(top_srcdir)/misc/create_inode.c \
81f95d43 1397 $(top_builddir)/lib/config.h $(top_builddir)/lib/dirpaths.h \
388e1d56
TT
1398 $(srcdir)/ext2fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
1399 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1400 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
1401 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1402 $(srcdir)/fiemap.h $(top_srcdir)/misc/create_inode.h \
1403 $(top_srcdir)/lib/e2p/e2p.h $(top_srcdir)/lib/support/nls-enable.h
759c46cf 1404journal.o: $(top_srcdir)/debugfs/journal.c $(top_builddir)/lib/config.h \
e3760b72 1405 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/journal.h \
388e1d56
TT
1406 $(srcdir)/../../e2fsck/jfs_user.h $(srcdir)/ext2_fs.h \
1407 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
e3760b72
TT
1408 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
1409 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1410 $(srcdir)/hashmap.h $(srcdir)/bitops.h $(srcdir)/kernel-jbd.h \
1411 $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h
759c46cf 1412revoke.o: $(top_srcdir)/e2fsck/revoke.c $(top_srcdir)/e2fsck/jfs_user.h \
388e1d56
TT
1413 $(srcdir)/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
1414 $(srcdir)/ext2fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1415 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
1416 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1417 $(srcdir)/kernel-jbd.h $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h
759c46cf 1418recovery.o: $(top_srcdir)/e2fsck/recovery.c $(top_srcdir)/e2fsck/jfs_user.h \
388e1d56
TT
1419 $(srcdir)/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \
1420 $(srcdir)/ext2fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
1421 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
1422 $(srcdir)/ext2_ext_attr.h $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1423 $(srcdir)/kernel-jbd.h $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h
463eb921
DW
1424do_journal.o: $(top_srcdir)/debugfs/do_journal.c $(top_builddir)/lib/config.h \
1425 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/debugfs/debugfs.h \
1426 $(top_srcdir)/lib/ss/ss.h $(top_builddir)/lib/ss/ss_err.h \
388e1d56
TT
1427 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_fs.h \
1428 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
463eb921
DW
1429 $(srcdir)/ext3_extents.h $(srcdir)/ext2_io.h \
1430 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
574b714d
TT
1431 $(srcdir)/hashmap.h $(srcdir)/bitops.h \
1432 $(top_srcdir)/debugfs/../misc/create_inode.h $(top_srcdir)/lib/e2p/e2p.h \
1433 $(top_srcdir)/lib/support/quotaio.h $(top_srcdir)/lib/support/dqblk_v2.h \
e3760b72
TT
1434 $(top_srcdir)/lib/support/quotaio_tree.h $(srcdir)/kernel-jbd.h \
1435 $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h \
1436 $(top_srcdir)/debugfs/journal.h $(srcdir)/../../e2fsck/jfs_user.h