blob: fc196fb7a4ac39d0af1d5d172db40f5aa70cc669 [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001srcdir = @srcdir@
2top_srcdir = @top_srcdir@
3VPATH = @srcdir@
4top_builddir = ../..
Theodore Ts'o1e3472c1997-04-29 14:53:37 +00005my_dir = lib/ext2fs
Theodore Ts'o50e1e101997-04-26 13:58:21 +00006INSTALL = @INSTALL@
7
8@MCONFIG@
9
Theodore Ts'o4d452af2010-05-17 19:32:19 -040010@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o inode_io.o write_bb_file.o
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000011
Theodore Ts'o3eb07f62007-10-14 23:04:58 -040012MK_CMDS= _SS_DIR_OVERRIDE=../ss ../ss/mk_cmds
13
Theodore Ts'oaf773652008-09-01 11:27:27 -040014@RESIZER_CMT@RESIZE_LIB_OBJS = dupfs.o
15@TEST_IO_CMT@TEST_IO_LIB_OBJS = test_io.o
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000016@IMAGER_CMT@E2IMAGE_LIB_OBJS = imager.o
17
18OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_OBJS) $(E2IMAGE_LIB_OBJS) \
Theodore Ts'oaf773652008-09-01 11:27:27 -040019 $(TEST_IO_LIB_OBJS) \
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000020 ext2_err.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000021 alloc.o \
Theodore Ts'oef344e12003-11-21 09:02:21 -050022 alloc_sb.o \
Theodore Ts'o8bd0c952002-01-03 03:29:19 -050023 alloc_stats.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000024 alloc_tables.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000025 badblocks.o \
26 bb_inode.o \
27 bitmaps.o \
28 bitops.o \
Theodore Ts'o69365c62009-08-22 13:27:40 -040029 blkmap64_ba.o \
Lukas Czernerc1359d92011-12-18 00:29:33 -050030 blkmap64_rb.o \
Jose R. Santose3854b32009-06-06 15:22:43 -040031 blknum.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000032 block.o \
Theodore Ts'o30fab291997-10-25 22:37:42 +000033 bmap.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000034 check_desc.o \
35 closefs.o \
Jose R. Santosca2634a2007-10-21 21:03:19 -050036 crc16.o \
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -040037 crc32c.o \
Jose R. Santosca2634a2007-10-21 21:03:19 -050038 csum.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000039 dblist.o \
40 dblist_dir.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000041 dirblock.o \
Theodore Ts'o52783e02002-03-11 15:04:45 -050042 dirhash.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000043 dir_iterate.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000044 expanddir.o \
Theodore Ts'o342d8472001-07-02 11:54:09 -040045 ext_attr.o \
Theodore Ts'o3eb07f62007-10-14 23:04:58 -040046 extent.o \
Theodore Ts'of790bc32009-10-04 16:29:17 -040047 fileio.o \
Theodore Ts'ode23aa12000-08-19 17:00:47 +000048 finddev.o \
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +000049 flushb.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000050 freefs.o \
Theodore Ts'o3034f622001-06-11 15:17:45 +000051 gen_bitmap.o \
Theodore Ts'o69365c62009-08-22 13:27:40 -040052 gen_bitmap64.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000053 get_pathname.o \
54 getsize.o \
Theodore Ts'o93d5c382003-05-21 17:28:29 -040055 getsectsize.o \
Theodore Ts'o1ca10592008-04-09 11:39:11 -040056 i_block.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000057 icount.o \
Theodore Ts'odc8ce342005-01-06 00:04:24 -050058 ind_block.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000059 initialize.o \
60 inline.o \
61 inode.o \
Theodore Ts'o2e8ca9a2004-11-30 14:07:11 -050062 io_manager.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000063 ismounted.o \
64 link.o \
65 llseek.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000066 lookup.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000067 mkdir.o \
Theodore Ts'od3cd93c2000-10-24 18:33:16 +000068 mkjournal.o \
Andreas Dilger0f5eba72011-09-24 13:48:55 -040069 mmp.o \
Theodore Ts'o4d452af2010-05-17 19:32:19 -040070 namei.o \
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000071 native.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000072 newdir.o \
73 openfs.o \
Valerie Aurora Henson95fd65b2009-08-23 19:20:03 -040074 progress.o \
Theodore Ts'o3adb9372010-07-22 09:37:35 -040075 punch.o \
Lukas Czernerbf0449b2011-05-18 13:36:53 +020076 qcow2.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000077 read_bb.o \
78 read_bb_file.o \
Theodore Ts'od323f8f2004-12-15 14:39:16 -050079 res_gdt.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000080 rw_bitmaps.o \
81 swapfs.o \
Theodore Ts'o106ad962007-04-04 21:26:37 -040082 tdb.o \
Aneesh Kumar K.V72a168b2007-08-13 15:56:21 +053083 undo_io.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000084 unix_io.o \
85 unlink.o \
Theodore Ts'o521e3681997-04-29 17:48:10 +000086 valid_blk.o \
Lukas Czerner5db745a2011-12-15 20:56:27 -050087 version.o \
88 rbtree.o
Theodore Ts'o50e1e101997-04-26 13:58:21 +000089
90SRCS= ext2_err.c \
91 $(srcdir)/alloc.c \
Theodore Ts'oef344e12003-11-21 09:02:21 -050092 $(srcdir)/alloc_sb.c \
Theodore Ts'o8bd0c952002-01-03 03:29:19 -050093 $(srcdir)/alloc_stats.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000094 $(srcdir)/alloc_tables.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000095 $(srcdir)/badblocks.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000096 $(srcdir)/bb_compat.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000097 $(srcdir)/bb_inode.c \
98 $(srcdir)/bitmaps.c \
99 $(srcdir)/bitops.c \
Theodore Ts'o1ca87792011-06-19 21:58:20 -0400100 $(srcdir)/blkmap64_ba.c \
Lukas Czernerc1359d92011-12-18 00:29:33 -0500101 $(srcdir)/blkmap64_rb.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000102 $(srcdir)/block.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +0000103 $(srcdir)/bmap.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000104 $(srcdir)/check_desc.c \
105 $(srcdir)/closefs.c \
Jose R. Santosca2634a2007-10-21 21:03:19 -0500106 $(srcdir)/crc16.c \
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -0400107 $(srcdir)/crc32c.c \
108 $(srcdir)/gen_crc32ctable.c \
Jose R. Santosca2634a2007-10-21 21:03:19 -0500109 $(srcdir)/csum.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000110 $(srcdir)/dblist.c \
111 $(srcdir)/dblist_dir.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000112 $(srcdir)/dirblock.c \
Theodore Ts'o52783e02002-03-11 15:04:45 -0500113 $(srcdir)/dirhash.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000114 $(srcdir)/dir_iterate.c \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000115 $(srcdir)/dupfs.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000116 $(srcdir)/expanddir.c \
Theodore Ts'o342d8472001-07-02 11:54:09 -0400117 $(srcdir)/ext_attr.c \
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400118 $(srcdir)/extent.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +0000119 $(srcdir)/fileio.c \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000120 $(srcdir)/finddev.c \
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +0000121 $(srcdir)/flushb.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000122 $(srcdir)/freefs.c \
Theodore Ts'o30ae14c2001-06-13 22:38:56 +0000123 $(srcdir)/gen_bitmap.c \
Theodore Ts'o69365c62009-08-22 13:27:40 -0400124 $(srcdir)/gen_bitmap64.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000125 $(srcdir)/get_pathname.c \
126 $(srcdir)/getsize.c \
Theodore Ts'o93d5c382003-05-21 17:28:29 -0400127 $(srcdir)/getsectsize.c \
Theodore Ts'o1ca10592008-04-09 11:39:11 -0400128 $(srcdir)/i_block.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000129 $(srcdir)/icount.c \
Theodore Ts'odc8ce342005-01-06 00:04:24 -0500130 $(srcdir)/ind_block.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000131 $(srcdir)/initialize.c \
132 $(srcdir)/inline.c \
133 $(srcdir)/inode.c \
Theodore Ts'of12e2852002-02-20 01:06:25 -0500134 $(srcdir)/inode_io.c \
Theodore Ts'o2e8ca9a2004-11-30 14:07:11 -0500135 $(srcdir)/imager.c \
136 $(srcdir)/io_manager.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000137 $(srcdir)/ismounted.c \
138 $(srcdir)/link.c \
139 $(srcdir)/llseek.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000140 $(srcdir)/lookup.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000141 $(srcdir)/mkdir.c \
Theodore Ts'od3cd93c2000-10-24 18:33:16 +0000142 $(srcdir)/mkjournal.c \
Andreas Dilger0f5eba72011-09-24 13:48:55 -0400143 $(srcdir)/mmp.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000144 $(srcdir)/namei.c \
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000145 $(srcdir)/native.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000146 $(srcdir)/newdir.c \
147 $(srcdir)/openfs.c \
Theodore Ts'o3adb9372010-07-22 09:37:35 -0400148 $(srcdir)/progress.c \
149 $(srcdir)/punch.c \
Lukas Czernerbf0449b2011-05-18 13:36:53 +0200150 $(srcdir)/qcow2.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000151 $(srcdir)/read_bb.c \
152 $(srcdir)/read_bb_file.c \
Theodore Ts'od323f8f2004-12-15 14:39:16 -0500153 $(srcdir)/res_gdt.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000154 $(srcdir)/rw_bitmaps.c \
155 $(srcdir)/swapfs.c \
Theodore Ts'o106ad962007-04-04 21:26:37 -0400156 $(srcdir)/tdb.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000157 $(srcdir)/test_io.c \
Theodore Ts'oac493822001-07-04 14:04:58 -0400158 $(srcdir)/tst_badblocks.c \
159 $(srcdir)/tst_bitops.c \
160 $(srcdir)/tst_byteswap.c \
161 $(srcdir)/tst_getsize.c \
Jose R. Santos4d5cb2a2007-10-21 21:03:14 -0500162 $(srcdir)/tst_iscan.c \
Aneesh Kumar K.V72a168b2007-08-13 15:56:21 +0530163 $(srcdir)/undo_io.c \
Jose R. Santos4d5cb2a2007-10-21 21:03:14 -0500164 $(srcdir)/unix_io.c \
165 $(srcdir)/unlink.c \
166 $(srcdir)/valid_blk.c \
167 $(srcdir)/version.c \
Lukas Czerner5db745a2011-12-15 20:56:27 -0500168 $(srcdir)/write_bb_file.c \
169 $(srcdir)/rbtree.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000170
Theodore Ts'o106ad962007-04-04 21:26:37 -0400171HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h ext2_ext_attr.h ext3_extents.h \
Lukas Czernerbf0449b2011-05-18 13:36:53 +0200172 tdb.h qcow2.h
Theodore Ts'od1e66b72001-06-15 22:44:32 +0000173HFILES_IN= ext2_err.h ext2_types.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000174
175LIBRARY= libext2fs
176LIBDIR= ext2fs
177
Theodore Ts'oe9affb71997-08-24 02:57:55 +0000178ELF_VERSION = 2.4
Theodore Ts'o297f47a1997-04-26 14:25:20 +0000179ELF_SO_VERSION = 2
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000180ELF_IMAGE = libext2fs
181ELF_MYDIR = ext2fs
Theodore Ts'o469bec81998-04-01 02:46:43 +0000182ELF_INSTALL_DIR = $(root_libdir)
Theodore Ts'od5aa6a82012-08-04 16:56:55 -0400183ELF_OTHER_LIBS = -lcom_err
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000184
Theodore Ts'o521e3681997-04-29 17:48:10 +0000185BSDLIB_VERSION = 2.1
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000186BSDLIB_IMAGE = libext2fs
187BSDLIB_MYDIR = ext2fs
Theodore Ts'o469bec81998-04-01 02:46:43 +0000188BSDLIB_INSTALL_DIR = $(root_libdir)
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000189
190@MAKEFILE_LIBRARY@
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000191@MAKEFILE_ELF@
192@MAKEFILE_BSDLIB@
193@MAKEFILE_PROFILE@
194@MAKEFILE_CHECKER@
195
Theodore Ts'oe6441862005-01-26 12:59:25 -0500196all:: ext2fs.pc
197
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000198.c.o:
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400199 $(E) " CC $<"
200 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
201@PROFILE_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
202@CHECKER_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
203@ELF_CMT@ $(Q) $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
204@BSDLIB_CMT@ $(Q) $(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000205
Theodore Ts'o91835c12003-03-30 22:26:13 -0500206COMPILE_ET=../et/compile_et --build-tree
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000207
208DISTFILES= Makefile *.c *.h image
209
Theodore Ts'o44339bd1997-10-15 02:47:20 +0000210ext2_err.et: $(DEP_SUBSTITUTE) $(srcdir)/ext2_err.et.in
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400211 $(E) " SUBST $@"
212 $(Q) $(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000213
Theodore Ts'o74becf31997-04-26 14:37:06 +0000214ext2_err.c ext2_err.h: ext2_err.et
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400215 $(E) " COMPILE_ET ext2_err.et"
216 $(Q) $(COMPILE_ET) ext2_err.et
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000217
Theodore Ts'oe6441862005-01-26 12:59:25 -0500218ext2fs.pc: $(srcdir)/ext2fs.pc.in $(top_builddir)/config.status
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400219 $(E) " CONFIG.STATUS $@"
220 $(Q) cd $(top_builddir); CONFIG_FILES=lib/ext2fs/ext2fs.pc ./config.status
Theodore Ts'oe6441862005-01-26 12:59:25 -0500221
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400222tst_badblocks: tst_badblocks.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400223 $(E) " LD $@"
224 $(Q) $(CC) -o tst_badblocks tst_badblocks.o $(STATIC_LIBEXT2FS) \
Jose R. Santosd4f34d42007-10-21 21:03:25 -0500225 $(LIBCOM_ERR)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000226
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400227tst_icount: $(srcdir)/icount.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400228 $(E) " LD $@"
229 $(Q) $(CC) -o tst_icount $(srcdir)/icount.c -DDEBUG $(ALL_CFLAGS) \
Theodore Ts'o1cb78d82007-04-06 08:52:49 -0400230 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
231
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400232tst_iscan: tst_iscan.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400233 $(E) " LD $@"
234 $(Q) $(CC) -o tst_iscan tst_iscan.o $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000235
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400236tst_getsize: tst_getsize.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400237 $(E) " LD $@"
238 $(Q) $(CC) -o tst_getsize tst_getsize.o $(STATIC_LIBEXT2FS) \
Theodore Ts'od36d8351997-11-12 03:48:07 +0000239 $(LIBCOM_ERR)
240
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400241tst_ismounted: $(srcdir)/ismounted.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400242 $(E) " LD $@"
Theodore Ts'o04f13d62009-09-08 21:33:03 -0400243 $(Q) $(CC) -o tst_ismounted $(srcdir)/ismounted.c \
244 $(STATIC_LIBEXT2FS) -DDEBUG $(ALL_CFLAGS) \
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400245 $(LIBCOM_ERR)
Theodore Ts'o52db0b42001-04-17 02:22:05 +0000246
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400247tst_byteswap: tst_byteswap.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400248 $(E) " LD $@"
249 $(Q) $(CC) -o tst_byteswap tst_byteswap.o $(STATIC_LIBEXT2FS) \
Theodore Ts'o9ec53cf2001-02-20 16:28:40 +0000250 $(LIBCOM_ERR)
251
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400252tst_bitops: tst_bitops.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400253 $(E) " LD $@"
254 $(Q) $(CC) -o tst_bitops tst_bitops.o $(ALL_CFLAGS) \
Theodore Ts'oac493822001-07-04 14:04:58 -0400255 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
256
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400257tst_getsectsize: tst_getsectsize.o $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400258 $(E) " LD $@"
259 $(Q) $(CC) -o tst_sectgetsize tst_getsectsize.o \
Theodore Ts'o06ce1f62005-03-18 23:50:32 -0500260 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
Theodore Ts'o93d5c382003-05-21 17:28:29 -0400261
Theodore Ts'o8c084162010-06-24 21:11:01 -0400262tst_types.o: $(srcdir)/tst_types.c ext2_types.h
263
Theodore Ts'o4ea7ea02006-04-09 08:41:55 -0400264tst_types: tst_types.o ext2_types.h
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400265 $(E) " LD $@"
266 $(Q) $(CC) -o tst_types tst_types.o
Theodore Ts'o4ea7ea02006-04-09 08:41:55 -0400267
Theodore Ts'o8c084162010-06-24 21:11:01 -0400268tst_super_size.o: $(srcdir)/tst_super_size.c $(srcdir)/ext2_fs.h
269
270tst_super_size: tst_super_size.o
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400271 $(E) " LD $@"
272 $(Q) $(CC) -o tst_super_size tst_super_size.o
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400273
Theodore Ts'o930d7a72011-11-25 21:16:38 -0500274tst_fs_struct.o: $(srcdir)/tst_fs_struct.c $(srcdir)/ext2fs.h
275
276tst_fs_struct: tst_fs_struct.o
277 $(E) " LD $@"
278 $(Q) $(CC) -o tst_fs_struct tst_fs_struct.o
279
Theodore Ts'o897fbaa2011-09-14 13:13:07 -0400280tst_inode_size.o: $(srcdir)/tst_inode_size.c $(srcdir)/ext2_fs.h
281
282tst_inode_size: tst_inode_size.o
283 $(E) " LD $@"
284 $(Q) $(CC) -o tst_inode_size tst_inode_size.o
285
Theodore Ts'o106ad962007-04-04 21:26:37 -0400286ext2_tdbtool: tdbtool.o
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400287 $(E) " LD $@"
288 $(Q) $(CC) -o ext2_tdbtool tdbtool.o tdb.o
Theodore Ts'o106ad962007-04-04 21:26:37 -0400289
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400290extent_dbg.c: $(srcdir)/extent_dbg.ct
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400291 $(E) " MK_CMDS $<"
292 $(Q) $(MK_CMDS) $(srcdir)/extent_dbg.ct
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400293
294debug_cmds.c debug_cmds.h: $(top_srcdir)/debugfs/debug_cmds.ct
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400295 $(E) " MK_CMDS $<@"
296 $(Q) $(MK_CMDS) $(top_srcdir)/debugfs/debug_cmds.ct
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400297
298DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
Theodore Ts'o5e96c572011-11-14 23:31:24 -0500299 lsdel.o dump.o set_fields.o logdump.o htree.o unused.o \
Theodore Ts'oc4ab66c2011-11-17 15:15:38 -0500300 e2freefrag.o filefrag.o
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400301
302debugfs.o: $(top_srcdir)/debugfs/debugfs.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400303 $(E) " CC $<"
304 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400305
306util.o: $(top_srcdir)/debugfs/util.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400307 $(E) " CC $<"
308 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400309
310ncheck.o: $(top_srcdir)/debugfs/ncheck.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400311 $(E) " CC $<"
312 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400313
314icheck.o: $(top_srcdir)/debugfs/icheck.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400315 $(E) " CC $<"
316 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400317
318ls.o: $(top_srcdir)/debugfs/ls.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400319 $(E) " CC $<"
320 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400321
322lsdel.o: $(top_srcdir)/debugfs/lsdel.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400323 $(E) " CC $<"
324 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400325
326dump.o: $(top_srcdir)/debugfs/dump.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400327 $(E) " CC $<"
328 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400329
330set_fields.o: $(top_srcdir)/debugfs/set_fields.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400331 $(E) " CC $<"
332 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400333
334logdump.o: $(top_srcdir)/debugfs/logdump.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400335 $(E) " CC $<"
336 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400337
338htree.o: $(top_srcdir)/debugfs/htree.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400339 $(E) " CC $<"
340 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400341
342unused.o: $(top_srcdir)/debugfs/unused.c
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400343 $(E) " CC $<"
344 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400345
Theodore Ts'o5e96c572011-11-14 23:31:24 -0500346e2freefrag.o: $(top_srcdir)/misc/e2freefrag.c
347 $(E) " CC $<"
348 $(Q) $(CC) $(ALL_CFLAGS) -DDEBUGFS -I$(top_srcdir)/debugfs -c $< -o $@
349
Theodore Ts'oc4ab66c2011-11-17 15:15:38 -0500350filefrag.o: $(top_srcdir)/debugfs/filefrag.c
351 $(E) " CC $<"
352 $(Q) $(CC) $(ALL_CFLAGS) -c $< -o $@
353
Theodore Ts'ob8ad88b2011-12-17 23:53:47 -0500354tst_bitmaps_cmd.c: tst_bitmaps_cmd.ct
355 $(E) " MK_CMDS $@"
356 $(Q) DIR=$(srcdir) $(MK_CMDS) $(srcdir)/tst_bitmaps_cmd.ct
357
358tst_bitmaps: tst_bitmaps.o tst_bitmaps_cmd.o $(STATIC_LIBEXT2FS) $(DEPLIBSS) \
359 $(DEPLIBCOM_ERR)
360 $(E) " LD $@"
361 $(Q) $(CC) -o $@ tst_bitmaps.o tst_bitmaps_cmd.o $(ALL_CFLAGS) \
362 $(STATIC_LIBEXT2FS) $(LIBSS) $(LIBCOM_ERR)
363
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400364tst_extents: $(srcdir)/extent.c extent_dbg.c $(DEBUG_OBJS) $(DEPLIBSS) \
365 $(LIBE2P) $(DEPLIBUUID) $(DEPLIBBLKID) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400366 $(E) " LD $@"
367 $(Q) $(CC) -o tst_extents $(srcdir)/extent.c extent_dbg.c \
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400368 $(ALL_CFLAGS) -DDEBUG $(DEBUG_OBJS) $(LIBSS) $(LIBE2P) \
Theodore Ts'odaf7a6e2008-04-17 16:54:24 -0400369 $(STATIC_LIBEXT2FS) $(LIBBLKID) $(LIBUUID) $(LIBCOM_ERR) \
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400370 -I $(top_srcdir)/debugfs
371
Theodore Ts'od7152072012-05-02 14:21:28 -0400372tst_inline: $(srcdir)/inline.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
373 $(E) " LD $@"
374 $(Q) $(CC) -o tst_inline $(srcdir)/inline.c $(ALL_CFLAGS) -DDEBUG \
375 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
376
Eric Sandeenc816ecb2010-12-14 13:00:01 -0600377tst_csum: csum.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR) \
378 $(top_srcdir)/lib/e2p/e2p.h
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400379 $(E) " LD $@"
380 $(Q) $(CC) -o tst_csum $(srcdir)/csum.c -DDEBUG \
Eric Sandeenc816ecb2010-12-14 13:00:01 -0600381 $(ALL_CFLAGS) $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(LIBE2P)
Jose R. Santosca2634a2007-10-21 21:03:19 -0500382
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -0400383tst_crc32c: $(srcdir)/crc32c.c
384 $(Q) $(CC) $(BUILD_LDFLAGS) $(ALL_CFLAGS) -o tst_crc32c $(srcdir)/crc32c.c \
385 -DUNITTEST
386
Theodore Ts'oa6a1c082009-07-01 22:06:51 -0400387mkjournal: mkjournal.c $(STATIC_LIBEXT2FS) $(DEPLIBCOM_ERR)
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400388 $(E) " LD $@"
389 $(Q) $(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS)
Theodore Ts'od3cd93c2000-10-24 18:33:16 +0000390
Theodore Ts'ob8ad88b2011-12-17 23:53:47 -0500391check:: tst_bitops tst_badblocks tst_iscan tst_types tst_icount \
Theodore Ts'od7152072012-05-02 14:21:28 -0400392 tst_super_size tst_types tst_inode_size tst_csum tst_crc32c tst_bitmaps \
393 tst_inline
Theodore Ts'of9bcce32006-03-25 13:42:45 -0500394 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_bitops
Theodore Ts'oafb6d702003-04-21 16:12:34 -0400395 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_badblocks
396 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_iscan
Theodore Ts'o4ea7ea02006-04-09 08:41:55 -0400397 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_types
Theodore Ts'o1cb78d82007-04-06 08:52:49 -0400398 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_icount
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400399 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_super_size
Theodore Ts'o65b7a462011-09-16 00:02:52 -0400400 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_inode_size
Jose R. Santosca2634a2007-10-21 21:03:19 -0500401 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_csum
Theodore Ts'od7152072012-05-02 14:21:28 -0400402 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_inline
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -0400403 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_crc32c
Theodore Ts'ob8ad88b2011-12-17 23:53:47 -0500404 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) \
405 ./tst_bitmaps -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
406 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
Lukas Czernerc1359d92011-12-18 00:29:33 -0500407 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) \
408 ./tst_bitmaps -t 2 -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
409 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
Theodore Ts'od1828312011-12-18 00:31:27 -0500410 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) \
411 ./tst_bitmaps -t 3 -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
412 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
Theodore Ts'o46f10072012-04-06 11:51:09 -0700413 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) \
414 ./tst_bitmaps -l -f $(srcdir)/tst_bitmaps_cmds > tst_bitmaps_out
415 diff $(srcdir)/tst_bitmaps_exp tst_bitmaps_out
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000416
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000417installdirs::
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400418 $(E) " MKINSTALLDIRS $(libdir) $(includedir)/ext2fs"
419 $(Q) $(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
Theodore Ts'oe6441862005-01-26 12:59:25 -0500420 $(DESTDIR)$(includedir)/ext2fs $(DESTDIR)$(libdir)/pkgconfig
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000421
Theodore Ts'oe6441862005-01-26 12:59:25 -0500422install:: all $(HFILES) $(HFILES_IN) installdirs ext2fs.pc
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400423 $(E) " INSTALL_DATA $(libdir)/libext2fs.a"
424 $(Q) $(INSTALL_DATA) libext2fs.a $(DESTDIR)$(libdir)/libext2fs.a
425 -$(Q) $(RANLIB) $(DESTDIR)$(libdir)/libext2fs.a
426 $(Q) $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libext2fs.a
427 $(Q) for i in $(HFILES); do \
Theodore Ts'o522798d2004-12-15 11:28:55 -0500428 echo " INSTALL_DATA $(includedir)/ext2fs/$$i"; \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000429 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
430 done
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400431 $(Q) for i in $(HFILES_IN); do \
Theodore Ts'o522798d2004-12-15 11:28:55 -0500432 echo " INSTALL_DATA $(includedir)/ext2fs/$$i"; \
Theodore Ts'od1e66b72001-06-15 22:44:32 +0000433 $(INSTALL_DATA) $$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
434 done
Theodore Ts'oc13351f2009-07-02 00:11:17 -0400435 $(E) " INSTALL_DATA $(libdir)/pkgconfig/ext2fs.pc"
436 $(Q) $(INSTALL_DATA) ext2fs.pc $(DESTDIR)$(libdir)/pkgconfig/ext2fs.pc
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000437
438uninstall::
Theodore Ts'oe6441862005-01-26 12:59:25 -0500439 $(RM) -f $(DESTDIR)$(libdir)/libext2fs.a \
440 $(DESTDIR)$(libdir)/pkgconfig/ext2fs.pc
441 $(RM) -rf $(DESTDIR)$(includedir)/ext2fs
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000442
443clean::
Theodore Ts'ob7aa0d62005-02-05 15:48:49 -0500444 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000445 tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
Theodore Ts'o06ce1f62005-03-18 23:50:32 -0500446 tst_byteswap tst_ismounted tst_getsize tst_sectgetsize \
Jose R. Santosca2634a2007-10-21 21:03:19 -0500447 tst_bitops tst_types tst_icount tst_super_size tst_csum \
Theodore Ts'ob8ad88b2011-12-17 23:53:47 -0500448 tst_bitmaps tst_bitmaps_out tst_bitmaps_cmd.c \
Theodore Ts'o3eb07f62007-10-14 23:04:58 -0400449 ext2_tdbtool mkjournal debug_cmds.c \
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -0400450 ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a \
Darrick J. Wonga7a63672011-09-30 12:38:43 -0700451 crc32c_table.h gen_crc32ctable tst_crc32c
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000452
453mostlyclean:: clean
454distclean:: clean
Theodore Ts'ob7aa0d62005-02-05 15:48:49 -0500455 $(RM) -f .depend ext2_err.c ext2_err.h Makefile ext2fs.pc \
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000456 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
Theodore Ts'of0f4acb2000-05-25 23:22:11 +0000457#
458# Hack to parallel makes recognize dependencies correctly.
459#
460$(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000461
Theodore Ts'o3ded50b2005-12-10 22:23:01 -0500462$(OBJS): subdirs
463
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -0400464gen_crc32ctable: $(srcdir)/gen_crc32ctable.c
465 $(E) " CC $@"
Theodore Ts'oc1986ec2012-06-13 15:29:13 -0400466 $(Q) $(BUILD_CC) $(BUILD_CFLAGS) $(BUILD_LDFLAGS) -o gen_crc32ctable \
Darrick J. Wongdb8bbf22011-09-15 23:46:37 -0400467 $(srcdir)/gen_crc32ctable.c
468
469crc32c_table.h: gen_crc32ctable
470 $(E) " GEN32CTABLE $@"
471 $(Q) ./gen_crc32ctable > crc32c_table.h
472
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000473# +++ Dependency line eater +++
474#
475# Makefile dependencies follow. This must be the last section in
476# the Makefile.in file
477#
478ext2_err.o: ext2_err.c
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400479alloc.o: $(srcdir)/alloc.c $(top_builddir)/lib/config.h \
480 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000481 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400482 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400483 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
484 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400485alloc_sb.o: $(srcdir)/alloc_sb.c $(top_builddir)/lib/config.h \
486 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o1daf7582004-01-31 22:33:16 -0500487 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400488 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400489 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
490 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400491alloc_stats.o: $(srcdir)/alloc_stats.c $(top_builddir)/lib/config.h \
492 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -0500493 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400494 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400495 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
496 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400497alloc_tables.o: $(srcdir)/alloc_tables.c $(top_builddir)/lib/config.h \
498 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000499 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400500 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400501 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'o3adb9372010-07-22 09:37:35 -0400502 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/ext2fsP.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400503badblocks.o: $(srcdir)/badblocks.c $(top_builddir)/lib/config.h \
504 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000505 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400506 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
507 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400508 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
509 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400510bb_compat.o: $(srcdir)/bb_compat.c $(top_builddir)/lib/config.h \
511 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000512 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400513 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
514 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400515 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
516 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400517bb_inode.o: $(srcdir)/bb_inode.c $(top_builddir)/lib/config.h \
518 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000519 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400520 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400521 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
522 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400523bitmaps.o: $(srcdir)/bitmaps.c $(top_builddir)/lib/config.h \
524 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000525 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400526 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400527 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'o1ca87792011-06-19 21:58:20 -0400528 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/ext2fsP.h \
529 $(srcdir)/bmap64.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400530bitops.o: $(srcdir)/bitops.c $(top_builddir)/lib/config.h \
531 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000532 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400533 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400534 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
535 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400536blkmap64_ba.o: $(srcdir)/blkmap64_ba.c $(top_builddir)/lib/config.h \
537 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o1ca87792011-06-19 21:58:20 -0400538 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
539 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
540 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
541 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
542 $(srcdir)/bitops.h $(srcdir)/bmap64.h
Lukas Czernerc1359d92011-12-18 00:29:33 -0500543blkmap64_rb.o: $(srcdir)/blkmap64_rb.c $(srcdir)/ext2_fs.h \
544 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
545 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
546 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
547 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
548 $(srcdir)/bitops.h $(srcdir)/bmap64.h $(srcdir)/rbtree.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400549block.o: $(srcdir)/block.c $(top_builddir)/lib/config.h \
550 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000551 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400552 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400553 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
554 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400555bmap.o: $(srcdir)/bmap.c $(top_builddir)/lib/config.h \
556 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000557 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400558 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400559 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
560 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400561check_desc.o: $(srcdir)/check_desc.c $(top_builddir)/lib/config.h \
562 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000563 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400564 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400565 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
566 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400567closefs.o: $(srcdir)/closefs.c $(top_builddir)/lib/config.h \
568 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000569 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400570 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
571 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400572 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
573 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400574crc16.o: $(srcdir)/crc16.c $(top_builddir)/lib/config.h \
575 $(top_builddir)/lib/dirpaths.h $(top_builddir)/lib/ext2fs/ext2_types.h \
Theodore Ts'od58d8322008-10-02 08:59:09 -0400576 $(srcdir)/crc16.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400577crc32c.o: $(srcdir)/crc32c.c $(top_builddir)/lib/config.h \
Theodore Ts'o756690a2011-10-03 14:57:51 -0400578 $(top_builddir)/lib/dirpaths.h $(srcdir)/crc32c_defs.h $(srcdir)/ext2fs.h \
579 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
580 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
581 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
582 $(srcdir)/bitops.h crc32c_table.h
Theodore Ts'ofd7c37f2011-10-05 02:40:11 -0400583gen_crc32ctable.o: $(srcdir)/gen_crc32ctable.c $(srcdir)/crc32c_defs.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400584csum.o: $(srcdir)/csum.c $(top_builddir)/lib/config.h \
585 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400586 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
587 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
588 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
589 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/crc16.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400590dblist.o: $(srcdir)/dblist.c $(top_builddir)/lib/config.h \
591 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000592 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400593 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
594 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400595 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
596 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400597dblist_dir.o: $(srcdir)/dblist_dir.c $(top_builddir)/lib/config.h \
598 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000599 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400600 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
601 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400602 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
603 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400604dirblock.o: $(srcdir)/dirblock.c $(top_builddir)/lib/config.h \
605 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000606 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400607 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400608 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
609 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400610dirhash.o: $(srcdir)/dirhash.c $(top_builddir)/lib/config.h \
611 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oc6633052002-09-24 01:26:50 -0400612 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400613 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400614 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
615 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400616dir_iterate.o: $(srcdir)/dir_iterate.c $(top_builddir)/lib/config.h \
617 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000618 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400619 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
620 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400621 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
622 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400623dupfs.o: $(srcdir)/dupfs.c $(top_builddir)/lib/config.h \
624 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000625 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400626 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
627 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400628 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
629 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400630expanddir.o: $(srcdir)/expanddir.c $(top_builddir)/lib/config.h \
631 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000632 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400633 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400634 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
635 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400636ext_attr.o: $(srcdir)/ext_attr.c $(top_builddir)/lib/config.h \
637 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400638 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_ext_attr.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400639 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
640 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400641 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
642 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400643extent.o: $(srcdir)/extent.c $(top_builddir)/lib/config.h \
644 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400645 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
646 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
647 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
648 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
Theodore Ts'o3da77aa2008-07-10 17:17:55 -0400649 $(srcdir)/bitops.h $(srcdir)/e2image.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400650fileio.o: $(srcdir)/fileio.c $(top_builddir)/lib/config.h \
651 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000652 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400653 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400654 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
655 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400656finddev.o: $(srcdir)/finddev.c $(top_builddir)/lib/config.h \
657 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000658 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400659 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400660 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'o499d5ec2011-11-29 16:06:58 -0500661 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/ext2fsP.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400662flushb.o: $(srcdir)/flushb.c $(top_builddir)/lib/config.h \
663 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000664 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400665 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400666 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
667 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400668freefs.o: $(srcdir)/freefs.c $(top_builddir)/lib/config.h \
669 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000670 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400671 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
672 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400673 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
674 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400675gen_bitmap.o: $(srcdir)/gen_bitmap.c $(top_builddir)/lib/config.h \
676 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o3adb9372010-07-22 09:37:35 -0400677 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
678 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
679 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
680 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
681 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400682gen_bitmap64.o: $(srcdir)/gen_bitmap64.c $(top_builddir)/lib/config.h \
683 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o3adb9372010-07-22 09:37:35 -0400684 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
685 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
686 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
687 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
688 $(srcdir)/bitops.h $(srcdir)/bmap64.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400689get_pathname.o: $(srcdir)/get_pathname.c $(top_builddir)/lib/config.h \
690 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000691 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400692 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400693 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
694 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400695getsize.o: $(srcdir)/getsize.c $(top_builddir)/lib/config.h \
696 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500697 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400698 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400699 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
700 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400701getsectsize.o: $(srcdir)/getsectsize.c $(top_builddir)/lib/config.h \
702 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oc6df04b2003-07-23 09:53:06 -0400703 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400704 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400705 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
706 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400707i_block.o: $(srcdir)/i_block.c $(top_builddir)/lib/config.h \
708 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'odabfa682008-06-07 11:56:23 -0400709 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
710 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
711 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
712 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400713icount.o: $(srcdir)/icount.c $(top_builddir)/lib/config.h \
714 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000715 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400716 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400717 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
718 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/tdb.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400719ind_block.o: $(srcdir)/ind_block.c $(top_builddir)/lib/config.h \
720 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o75e93ab2005-05-06 09:37:58 -0400721 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400722 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400723 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
724 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400725initialize.o: $(srcdir)/initialize.c $(top_builddir)/lib/config.h \
726 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000727 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400728 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400729 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
730 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400731inline.o: $(srcdir)/inline.c $(top_builddir)/lib/config.h \
732 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000733 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400734 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400735 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
736 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400737inode.o: $(srcdir)/inode.c $(top_builddir)/lib/config.h \
738 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000739 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400740 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h \
741 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400742 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
743 $(srcdir)/bitops.h $(srcdir)/e2image.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400744inode_io.o: $(srcdir)/inode_io.c $(top_builddir)/lib/config.h \
745 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'of12e2852002-02-20 01:06:25 -0500746 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400747 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400748 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
749 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400750imager.o: $(srcdir)/imager.c $(top_builddir)/lib/config.h \
751 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500752 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400753 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400754 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
755 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400756io_manager.o: $(srcdir)/io_manager.c $(top_builddir)/lib/config.h \
757 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500758 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400759 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400760 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
761 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400762ismounted.o: $(srcdir)/ismounted.c $(top_builddir)/lib/config.h \
763 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500764 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400765 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400766 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
767 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400768link.o: $(srcdir)/link.c $(top_builddir)/lib/config.h \
769 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000770 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400771 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400772 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
773 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400774llseek.o: $(srcdir)/llseek.c $(top_builddir)/lib/config.h \
775 $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'o6c133521999-07-03 20:37:03 +0000776 $(srcdir)/ext2_io.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400777lookup.o: $(srcdir)/lookup.c $(top_builddir)/lib/config.h \
778 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000779 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400780 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400781 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
782 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400783mkdir.o: $(srcdir)/mkdir.c $(top_builddir)/lib/config.h \
784 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000785 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400786 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400787 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
788 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400789mkjournal.o: $(srcdir)/mkjournal.c $(top_builddir)/lib/config.h \
790 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500791 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/e2p/e2p.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400792 $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h $(srcdir)/ext3_extents.h \
793 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400794 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
795 $(srcdir)/bitops.h $(srcdir)/jfs_user.h $(srcdir)/kernel-jbd.h \
796 $(srcdir)/jfs_compat.h $(srcdir)/kernel-list.h
Theodore Ts'o70d72812012-03-27 15:58:00 -0700797mmp.o: $(srcdir)/mmp.c $(top_builddir)/lib/config.h \
798 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Andreas Dilger0f5eba72011-09-24 13:48:55 -0400799 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
800 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
801 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
802 $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400803namei.o: $(srcdir)/namei.c $(top_builddir)/lib/config.h \
804 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000805 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400806 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400807 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'o499d5ec2011-11-29 16:06:58 -0500808 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/ext2fsP.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400809native.o: $(srcdir)/native.c $(top_builddir)/lib/config.h \
810 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000811 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400812 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400813 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
814 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400815newdir.o: $(srcdir)/newdir.c $(top_builddir)/lib/config.h \
816 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000817 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400818 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400819 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
820 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400821openfs.o: $(srcdir)/openfs.c $(top_builddir)/lib/config.h \
822 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000823 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400824 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400825 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
826 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/e2image.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400827progress.o: $(srcdir)/progress.c $(top_builddir)/lib/config.h \
828 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
Theodore Ts'o3adb9372010-07-22 09:37:35 -0400829 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
830 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
831 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
832 $(srcdir)/bitops.h $(srcdir)/ext2fsP.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400833punch.o: $(srcdir)/punch.c $(top_builddir)/lib/config.h \
834 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o3adb9372010-07-22 09:37:35 -0400835 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
836 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
837 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
838 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400839qcow2.o: $(srcdir)/qcow2.c $(top_builddir)/lib/config.h \
840 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2fs.h \
Theodore Ts'o1ca87792011-06-19 21:58:20 -0400841 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_fs.h \
842 $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
843 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_ext_attr.h \
844 $(srcdir)/bitops.h $(srcdir)/qcow2.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400845read_bb.o: $(srcdir)/read_bb.c $(top_builddir)/lib/config.h \
846 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000847 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400848 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400849 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
850 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400851read_bb_file.o: $(srcdir)/read_bb_file.c $(top_builddir)/lib/config.h \
852 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000853 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400854 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400855 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
856 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400857res_gdt.o: $(srcdir)/res_gdt.c $(top_builddir)/lib/config.h \
858 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'od323f8f2004-12-15 14:39:16 -0500859 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400860 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400861 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
862 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400863rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(top_builddir)/lib/config.h \
864 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000865 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400866 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400867 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
868 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(srcdir)/e2image.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400869swapfs.o: $(srcdir)/swapfs.c $(top_builddir)/lib/config.h \
870 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000871 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400872 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400873 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
874 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400875tdb.o: $(srcdir)/tdb.c $(top_builddir)/lib/config.h \
876 $(top_builddir)/lib/dirpaths.h $(srcdir)/tdb.h
877test_io.o: $(srcdir)/test_io.c $(top_builddir)/lib/config.h \
878 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000879 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400880 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400881 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
882 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400883tst_badblocks.o: $(srcdir)/tst_badblocks.c $(top_builddir)/lib/config.h \
884 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400885 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400886 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400887 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
888 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400889tst_bitops.o: $(srcdir)/tst_bitops.c $(top_builddir)/lib/config.h \
890 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400891 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400892 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400893 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
894 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400895tst_byteswap.o: $(srcdir)/tst_byteswap.c $(top_builddir)/lib/config.h \
896 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400897 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400898 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400899 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
900 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400901tst_getsize.o: $(srcdir)/tst_getsize.c $(top_builddir)/lib/config.h \
902 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400903 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400904 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400905 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
906 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400907tst_iscan.o: $(srcdir)/tst_iscan.c $(top_builddir)/lib/config.h \
908 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400909 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'oa2b2ff62007-05-31 12:39:02 -0400910 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400911 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
912 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400913undo_io.o: $(srcdir)/undo_io.c $(top_builddir)/lib/config.h \
914 $(top_builddir)/lib/dirpaths.h $(srcdir)/tdb.h $(srcdir)/ext2_fs.h \
Aneesh Kumar K.V72a168b2007-08-13 15:56:21 +0530915 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
916 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
917 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
918 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400919unix_io.o: $(srcdir)/unix_io.c $(top_builddir)/lib/config.h \
920 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400921 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
922 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
923 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
924 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400925unlink.o: $(srcdir)/unlink.c $(top_builddir)/lib/config.h \
926 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400927 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
928 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
929 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
930 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400931valid_blk.o: $(srcdir)/valid_blk.c $(top_builddir)/lib/config.h \
932 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400933 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
934 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
935 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
936 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400937version.o: $(srcdir)/version.c $(top_builddir)/lib/config.h \
938 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400939 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
940 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
941 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
942 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h $(top_srcdir)/version.h
Theodore Ts'od1154eb2011-09-18 17:34:37 -0400943write_bb_file.o: $(srcdir)/write_bb_file.c $(top_builddir)/lib/config.h \
944 $(top_builddir)/lib/dirpaths.h $(srcdir)/ext2_fs.h \
Eric Sandeend89ad0a2008-03-25 09:59:45 -0400945 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
946 $(srcdir)/ext2_fs.h $(srcdir)/ext3_extents.h $(top_srcdir)/lib/et/com_err.h \
947 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
948 $(srcdir)/ext2_ext_attr.h $(srcdir)/bitops.h
Lukas Czernerc1359d92011-12-18 00:29:33 -0500949rbtree.o: $(srcdir)/rbtree.c $(srcdir)/rbtree.h