blob: d9ab05f7d85cc4428b5137a11a6a301731198c6c [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'o917e8752002-08-13 15:16:47 -040010@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o cmp_bitmaps.o fileio.o \
Theodore Ts'oe5b16432002-08-17 21:11:29 -040011@DEBUGFS_CMT@ inode_io.o namei.o write_bb_file.o
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000012
Theodore Ts'o917e8752002-08-13 15:16:47 -040013@RESIZER_CMT@RESIZE_LIB_OBJS = rs_bitmap.o dupfs.o test_io.o
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000014
15@IMAGER_CMT@E2IMAGE_LIB_OBJS = imager.o
16
17OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_OBJS) $(E2IMAGE_LIB_OBJS) \
18 ext2_err.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000019 alloc.o \
Theodore Ts'oef344e12003-11-21 09:02:21 -050020 alloc_sb.o \
Theodore Ts'o8bd0c952002-01-03 03:29:19 -050021 alloc_stats.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000022 alloc_tables.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000023 badblocks.o \
24 bb_inode.o \
25 bitmaps.o \
26 bitops.o \
27 block.o \
Theodore Ts'o30fab291997-10-25 22:37:42 +000028 bmap.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000029 check_desc.o \
30 closefs.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000031 dblist.o \
32 dblist_dir.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000033 dirblock.o \
Theodore Ts'o52783e02002-03-11 15:04:45 -050034 dirhash.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000035 dir_iterate.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000036 expanddir.o \
Theodore Ts'o342d8472001-07-02 11:54:09 -040037 ext_attr.o \
Theodore Ts'ode23aa12000-08-19 17:00:47 +000038 finddev.o \
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +000039 flushb.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000040 freefs.o \
Theodore Ts'o3034f622001-06-11 15:17:45 +000041 gen_bitmap.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000042 get_pathname.o \
43 getsize.o \
Theodore Ts'o93d5c382003-05-21 17:28:29 -040044 getsectsize.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000045 icount.o \
Theodore Ts'odc8ce342005-01-06 00:04:24 -050046 ind_block.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000047 initialize.o \
48 inline.o \
49 inode.o \
Theodore Ts'o2e8ca9a2004-11-30 14:07:11 -050050 io_manager.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000051 ismounted.o \
52 link.o \
53 llseek.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000054 lookup.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000055 mkdir.o \
Theodore Ts'od3cd93c2000-10-24 18:33:16 +000056 mkjournal.o \
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000057 native.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000058 newdir.o \
59 openfs.o \
60 read_bb.o \
61 read_bb_file.o \
Theodore Ts'od323f8f2004-12-15 14:39:16 -050062 res_gdt.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000063 rw_bitmaps.o \
64 swapfs.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000065 unix_io.o \
66 unlink.o \
Theodore Ts'o521e3681997-04-29 17:48:10 +000067 valid_blk.o \
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000068 version.o
Theodore Ts'o50e1e101997-04-26 13:58:21 +000069
70SRCS= ext2_err.c \
71 $(srcdir)/alloc.c \
Theodore Ts'oef344e12003-11-21 09:02:21 -050072 $(srcdir)/alloc_sb.c \
Theodore Ts'o8bd0c952002-01-03 03:29:19 -050073 $(srcdir)/alloc_stats.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000074 $(srcdir)/alloc_tables.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000075 $(srcdir)/badblocks.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000076 $(srcdir)/bb_compat.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000077 $(srcdir)/bb_inode.c \
78 $(srcdir)/bitmaps.c \
79 $(srcdir)/bitops.c \
80 $(srcdir)/block.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +000081 $(srcdir)/bmap.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000082 $(srcdir)/check_desc.c \
83 $(srcdir)/closefs.c \
84 $(srcdir)/cmp_bitmaps.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000085 $(srcdir)/dblist.c \
86 $(srcdir)/dblist_dir.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000087 $(srcdir)/dirblock.c \
Theodore Ts'o52783e02002-03-11 15:04:45 -050088 $(srcdir)/dirhash.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000089 $(srcdir)/dir_iterate.c \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000090 $(srcdir)/dupfs.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000091 $(srcdir)/expanddir.c \
Theodore Ts'o342d8472001-07-02 11:54:09 -040092 $(srcdir)/ext_attr.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +000093 $(srcdir)/fileio.c \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +000094 $(srcdir)/finddev.c \
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +000095 $(srcdir)/flushb.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000096 $(srcdir)/freefs.c \
Theodore Ts'o30ae14c2001-06-13 22:38:56 +000097 $(srcdir)/gen_bitmap.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000098 $(srcdir)/get_pathname.c \
99 $(srcdir)/getsize.c \
Theodore Ts'o93d5c382003-05-21 17:28:29 -0400100 $(srcdir)/getsectsize.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000101 $(srcdir)/icount.c \
Theodore Ts'odc8ce342005-01-06 00:04:24 -0500102 $(srcdir)/ind_block.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000103 $(srcdir)/initialize.c \
104 $(srcdir)/inline.c \
105 $(srcdir)/inode.c \
Theodore Ts'of12e2852002-02-20 01:06:25 -0500106 $(srcdir)/inode_io.c \
Theodore Ts'o2e8ca9a2004-11-30 14:07:11 -0500107 $(srcdir)/imager.c \
108 $(srcdir)/io_manager.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000109 $(srcdir)/ismounted.c \
110 $(srcdir)/link.c \
111 $(srcdir)/llseek.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000112 $(srcdir)/lookup.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000113 $(srcdir)/mkdir.c \
Theodore Ts'od3cd93c2000-10-24 18:33:16 +0000114 $(srcdir)/mkjournal.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000115 $(srcdir)/namei.c \
Theodore Ts'o1e3472c1997-04-29 14:53:37 +0000116 $(srcdir)/native.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000117 $(srcdir)/newdir.c \
118 $(srcdir)/openfs.c \
119 $(srcdir)/read_bb.c \
120 $(srcdir)/read_bb_file.c \
Theodore Ts'od323f8f2004-12-15 14:39:16 -0500121 $(srcdir)/res_gdt.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000122 $(srcdir)/rs_bitmap.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000123 $(srcdir)/rw_bitmaps.c \
124 $(srcdir)/swapfs.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000125 $(srcdir)/test_io.c \
126 $(srcdir)/unix_io.c \
127 $(srcdir)/unlink.c \
Theodore Ts'o521e3681997-04-29 17:48:10 +0000128 $(srcdir)/valid_blk.c \
Theodore Ts'o57dca852000-07-04 19:20:25 +0000129 $(srcdir)/version.c \
Theodore Ts'oac493822001-07-04 14:04:58 -0400130 $(srcdir)/write_bb_file.c \
131 $(srcdir)/tst_badblocks.c \
132 $(srcdir)/tst_bitops.c \
133 $(srcdir)/tst_byteswap.c \
134 $(srcdir)/tst_getsize.c \
135 $(srcdir)/tst_iscan.c
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000136
Theodore Ts'o342d8472001-07-02 11:54:09 -0400137HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h ext2_ext_attr.h
Theodore Ts'od1e66b72001-06-15 22:44:32 +0000138HFILES_IN= ext2_err.h ext2_types.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000139
140LIBRARY= libext2fs
141LIBDIR= ext2fs
142
Theodore Ts'oe9affb71997-08-24 02:57:55 +0000143ELF_VERSION = 2.4
Theodore Ts'o297f47a1997-04-26 14:25:20 +0000144ELF_SO_VERSION = 2
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000145ELF_IMAGE = libext2fs
146ELF_MYDIR = ext2fs
Theodore Ts'o469bec81998-04-01 02:46:43 +0000147ELF_INSTALL_DIR = $(root_libdir)
Theodore Ts'o349a4842001-06-11 00:49:29 +0000148ELF_OTHER_LIBS = -L../.. -lcom_err
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000149
Theodore Ts'o521e3681997-04-29 17:48:10 +0000150BSDLIB_VERSION = 2.1
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000151BSDLIB_IMAGE = libext2fs
152BSDLIB_MYDIR = ext2fs
Theodore Ts'o469bec81998-04-01 02:46:43 +0000153BSDLIB_INSTALL_DIR = $(root_libdir)
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000154
155@MAKEFILE_LIBRARY@
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000156@MAKEFILE_ELF@
157@MAKEFILE_BSDLIB@
158@MAKEFILE_PROFILE@
159@MAKEFILE_CHECKER@
160
Theodore Ts'oe6441862005-01-26 12:59:25 -0500161all:: ext2fs.pc
162
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000163.c.o:
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500164 @echo " CC $<"
165 @$(CC) $(ALL_CFLAGS) -c $< -o $@
166@PROFILE_CMT@ @$(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
167@CHECKER_CMT@ @$(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
168@ELF_CMT@ @$(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
169@BSDLIB_CMT@ @$(CC) $(ALL_CFLAGS) $(BSDLIB_PIC_FLAG) -o pic/$*.o -c $<
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000170
Theodore Ts'o91835c12003-03-30 22:26:13 -0500171COMPILE_ET=../et/compile_et --build-tree
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000172
173DISTFILES= Makefile *.c *.h image
174
Theodore Ts'o44339bd1997-10-15 02:47:20 +0000175ext2_err.et: $(DEP_SUBSTITUTE) $(srcdir)/ext2_err.et.in
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500176 @echo " SUBST $@"
177 @$(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000178
Theodore Ts'o74becf31997-04-26 14:37:06 +0000179ext2_err.c ext2_err.h: ext2_err.et
Theodore Ts'o8800c732005-01-19 00:25:25 -0500180 @echo " COMPILE_ET ex2_err.et"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500181 @$(COMPILE_ET) ext2_err.et
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000182
Theodore Ts'oe6441862005-01-26 12:59:25 -0500183ext2fs.pc: $(srcdir)/ext2fs.pc.in $(top_builddir)/config.status
184 @echo " CONFIG.STATUS $@"
185 @cd $(top_builddir); CONFIG_FILES=lib/ext2fs/ext2fs.pc ./config.status
186
Theodore Ts'o57dca852000-07-04 19:20:25 +0000187tst_badblocks: tst_badblocks.o freefs.o \
188 read_bb_file.o write_bb_file.o badblocks.o
Theodore Ts'o8800c732005-01-19 00:25:25 -0500189 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500190 @$(CC) -o tst_badblocks tst_badblocks.o freefs.o \
Theodore Ts'o7d4343d2002-02-12 02:34:44 -0500191 read_bb_file.o write_bb_file.o badblocks.o \
192 inline.o bitops.o gen_bitmap.o $(LIBCOM_ERR)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000193
Theodore Ts'o30ae14c2001-06-13 22:38:56 +0000194tst_iscan: tst_iscan.o inode.o badblocks.o test_io.o $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500195 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500196 @$(CC) -o tst_iscan tst_iscan.o inode.o badblocks.o test_io.o \
Theodore Ts'o30ae14c2001-06-13 22:38:56 +0000197 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000198
Theodore Ts'od36d8351997-11-12 03:48:07 +0000199tst_getsize: tst_getsize.o getsize.o $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500200 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500201 @$(CC) -o tst_getsize tst_getsize.o getsize.o $(STATIC_LIBEXT2FS) \
Theodore Ts'od36d8351997-11-12 03:48:07 +0000202 $(LIBCOM_ERR)
203
Theodore Ts'o52db0b42001-04-17 02:22:05 +0000204tst_ismounted: $(srcdir)/ismounted.c $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500205 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500206 @$(CC) -o tst_ismounted $(srcdir)/ismounted.c -DDEBUG $(ALL_CFLAGS) $(LIBCOM_ERR)
Theodore Ts'o52db0b42001-04-17 02:22:05 +0000207
Theodore Ts'o9ec53cf2001-02-20 16:28:40 +0000208tst_byteswap: tst_byteswap.o bitops.o $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500209 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500210 @$(CC) -o tst_byteswap tst_byteswap.o bitops.o $(STATIC_LIBEXT2FS) \
Theodore Ts'o9ec53cf2001-02-20 16:28:40 +0000211 $(LIBCOM_ERR)
212
Theodore Ts'oac493822001-07-04 14:04:58 -0400213tst_bitops: tst_bitops.o inline.o $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500214 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500215 @$(CC) -o tst_bitops tst_bitops.o inline.o \
Theodore Ts'oac493822001-07-04 14:04:58 -0400216 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
217
Theodore Ts'o93d5c382003-05-21 17:28:29 -0400218tst_getsectsize: tst_getsectsize.o getsectsize.o $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500219 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500220 @$(CC) -o tst_sectgetsize tst_getsectsize.o getsectsize.o \
Theodore Ts'o93d5c382003-05-21 17:28:29 -0400221 -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
222
Theodore Ts'od3cd93c2000-10-24 18:33:16 +0000223mkjournal: mkjournal.c $(STATIC_LIBEXT2FS)
Theodore Ts'o8800c732005-01-19 00:25:25 -0500224 @echo " LD $@"
Theodore Ts'o47204ff2004-11-30 10:52:27 -0500225 @$(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS)
Theodore Ts'od3cd93c2000-10-24 18:33:16 +0000226
Theodore Ts'ofeb44c62002-11-08 14:55:38 -0500227check:: tst_badblocks tst_iscan @SWAPFS_CMT@ tst_byteswap
Theodore Ts'oafb6d702003-04-21 16:12:34 -0400228 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_badblocks
229 LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_iscan
230@SWAPFS_CMT@ LD_LIBRARY_PATH=$(LIB) DYLD_LIBRARY_PATH=$(LIB) ./tst_byteswap
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000231
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000232installdirs::
Theodore Ts'o522798d2004-12-15 11:28:55 -0500233 @echo " MKINSTALLDIRS $(libdir) $(includedir)/ext2fs"
234 @$(MKINSTALLDIRS) $(DESTDIR)$(libdir) \
Theodore Ts'oe6441862005-01-26 12:59:25 -0500235 $(DESTDIR)$(includedir)/ext2fs $(DESTDIR)$(libdir)/pkgconfig
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000236
Theodore Ts'oe6441862005-01-26 12:59:25 -0500237install:: all $(HFILES) $(HFILES_IN) installdirs ext2fs.pc
Theodore Ts'o522798d2004-12-15 11:28:55 -0500238 @echo " INSTALL_DATA $(libdir)/libext2fs.a"
239 @$(INSTALL_DATA) libext2fs.a $(DESTDIR)$(libdir)/libext2fs.a
240 @-$(RANLIB) $(DESTDIR)$(libdir)/libext2fs.a
241 @$(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libext2fs.a
242 @for i in $(HFILES); do \
243 echo " INSTALL_DATA $(includedir)/ext2fs/$$i"; \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000244 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
245 done
Theodore Ts'o522798d2004-12-15 11:28:55 -0500246 @for i in $(HFILES_IN); do \
247 echo " INSTALL_DATA $(includedir)/ext2fs/$$i"; \
Theodore Ts'od1e66b72001-06-15 22:44:32 +0000248 $(INSTALL_DATA) $$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
249 done
Theodore Ts'oe6441862005-01-26 12:59:25 -0500250 @echo " INSTALL_DATA $(libdir)/pkgconfig/ext2fs.pc"
251 @$(INSTALL_DATA) ext2fs.pc $(DESTDIR)$(libdir)/pkgconfig/ext2fs.pc
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000252
253uninstall::
Theodore Ts'oe6441862005-01-26 12:59:25 -0500254 $(RM) -f $(DESTDIR)$(libdir)/libext2fs.a \
255 $(DESTDIR)$(libdir)/pkgconfig/ext2fs.pc
256 $(RM) -rf $(DESTDIR)$(includedir)/ext2fs
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000257
258clean::
259 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000260 tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000261 tst_byteswap tst_ismounted mkjournal \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000262 ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
263
264mostlyclean:: clean
265distclean:: clean
Theodore Ts'o5c36a2f1999-11-19 18:42:30 +0000266 $(RM) -f .depend ext2_err.c ext2_err.h Makefile \
267 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
Theodore Ts'of0f4acb2000-05-25 23:22:11 +0000268#
269# Hack to parallel makes recognize dependencies correctly.
270#
271$(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000272
273# +++ Dependency line eater +++
274#
275# Makefile dependencies follow. This must be the last section in
276# the Makefile.in file
277#
278ext2_err.o: ext2_err.c
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000279alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2_fs.h \
280 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500281 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000282 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o1daf7582004-01-31 22:33:16 -0500283alloc_sb.o: $(srcdir)/alloc_sb.c $(srcdir)/ext2_fs.h \
284 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500285 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o1daf7582004-01-31 22:33:16 -0500286 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -0500287alloc_stats.o: $(srcdir)/alloc_stats.c $(srcdir)/ext2_fs.h \
288 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500289 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oa5f3f5c2002-02-03 01:00:22 -0500290 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000291alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000292 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500293 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000294 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
295badblocks.o: $(srcdir)/badblocks.c $(srcdir)/ext2_fs.h \
296 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500297 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
298 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000299bb_compat.o: $(srcdir)/bb_compat.c $(srcdir)/ext2_fs.h \
300 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500301 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
302 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000303bb_inode.o: $(srcdir)/bb_inode.c $(srcdir)/ext2_fs.h \
304 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500305 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000306 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
307bitmaps.o: $(srcdir)/bitmaps.c $(srcdir)/ext2_fs.h \
308 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500309 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000310 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
311bitops.o: $(srcdir)/bitops.c $(srcdir)/ext2_fs.h \
312 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500313 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000314 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
315block.o: $(srcdir)/block.c $(srcdir)/ext2_fs.h \
316 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500317 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000318 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
319bmap.o: $(srcdir)/bmap.c $(srcdir)/ext2_fs.h \
320 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500321 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000322 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
323check_desc.o: $(srcdir)/check_desc.c $(srcdir)/ext2_fs.h \
324 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500325 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000326 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
327closefs.o: $(srcdir)/closefs.c $(srcdir)/ext2_fs.h \
328 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500329 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
330 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000331cmp_bitmaps.o: $(srcdir)/cmp_bitmaps.c $(srcdir)/ext2_fs.h \
332 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500333 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000334 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000335dblist.o: $(srcdir)/dblist.c $(srcdir)/ext2_fs.h \
336 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500337 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
338 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000339dblist_dir.o: $(srcdir)/dblist_dir.c $(srcdir)/ext2_fs.h \
340 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500341 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
342 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000343dirblock.o: $(srcdir)/dirblock.c $(srcdir)/ext2_fs.h \
344 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500345 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000346 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'oc6633052002-09-24 01:26:50 -0400347dirhash.o: $(srcdir)/dirhash.c $(srcdir)/ext2_fs.h \
348 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500349 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oc6633052002-09-24 01:26:50 -0400350 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000351dir_iterate.o: $(srcdir)/dir_iterate.c $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000352 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500353 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
354 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000355dupfs.o: $(srcdir)/dupfs.c $(srcdir)/ext2_fs.h \
356 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500357 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
358 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000359expanddir.o: $(srcdir)/expanddir.c $(srcdir)/ext2_fs.h \
360 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500361 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000362 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'oac493822001-07-04 14:04:58 -0400363ext_attr.o: $(srcdir)/ext_attr.c $(srcdir)/ext2_fs.h \
364 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2_ext_attr.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500365 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
366 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000367fileio.o: $(srcdir)/fileio.c $(srcdir)/ext2_fs.h \
368 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500369 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000370 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000371finddev.o: $(srcdir)/finddev.c $(srcdir)/ext2_fs.h \
372 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500373 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000374 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000375flushb.o: $(srcdir)/flushb.c $(srcdir)/ext2_fs.h \
376 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500377 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000378 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000379freefs.o: $(srcdir)/freefs.c $(srcdir)/ext2_fs.h \
380 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500381 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
382 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o30ae14c2001-06-13 22:38:56 +0000383gen_bitmap.o: $(srcdir)/gen_bitmap.c $(srcdir)/ext2_fs.h \
384 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500385 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o30ae14c2001-06-13 22:38:56 +0000386 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000387get_pathname.o: $(srcdir)/get_pathname.c $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000388 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500389 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000390 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500391getsize.o: $(srcdir)/getsize.c $(srcdir)/ext2_fs.h \
392 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500393 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000394 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'oc6df04b2003-07-23 09:53:06 -0400395getsectsize.o: $(srcdir)/getsectsize.c $(srcdir)/ext2_fs.h \
396 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500397 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oc6df04b2003-07-23 09:53:06 -0400398 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000399icount.o: $(srcdir)/icount.c $(srcdir)/ext2_fs.h \
400 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500401 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000402 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000403initialize.o: $(srcdir)/initialize.c $(srcdir)/ext2_fs.h \
404 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500405 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000406 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000407inline.o: $(srcdir)/inline.c $(srcdir)/ext2_fs.h \
408 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500409 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000410 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
411inode.o: $(srcdir)/inode.c $(srcdir)/ext2_fs.h \
412 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500413 $(srcdir)/ext2fs.h $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h \
414 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
415 $(srcdir)/e2image.h
Theodore Ts'of12e2852002-02-20 01:06:25 -0500416inode_io.o: $(srcdir)/inode_io.c $(srcdir)/ext2_fs.h \
417 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500418 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
419 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
420imager.o: $(srcdir)/imager.c $(srcdir)/ext2_fs.h \
421 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
422 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
423 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
424io_manager.o: $(srcdir)/io_manager.c $(srcdir)/ext2_fs.h \
425 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
426 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'of12e2852002-02-20 01:06:25 -0500427 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500428ismounted.o: $(srcdir)/ismounted.c $(srcdir)/ext2_fs.h \
429 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500430 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000431 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000432link.o: $(srcdir)/link.c $(srcdir)/ext2_fs.h \
433 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500434 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000435 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o5a679c81998-12-03 16:40:38 +0000436llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'o6c133521999-07-03 20:37:03 +0000437 $(srcdir)/ext2_io.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000438lookup.o: $(srcdir)/lookup.c $(srcdir)/ext2_fs.h \
439 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500440 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o5a679c81998-12-03 16:40:38 +0000441 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000442mkdir.o: $(srcdir)/mkdir.c $(srcdir)/ext2_fs.h \
443 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500444 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o5a679c81998-12-03 16:40:38 +0000445 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500446mkjournal.o: $(srcdir)/mkjournal.c $(srcdir)/ext2_fs.h \
447 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/e2p/e2p.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500448 $(srcdir)/ext2_fs.h $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
449 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
Theodore Ts'o5f0fabe2001-12-24 12:42:45 -0500450 $(srcdir)/jfs_user.h $(srcdir)/kernel-jbd.h $(srcdir)/jfs_compat.h \
451 $(srcdir)/kernel-list.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000452namei.o: $(srcdir)/namei.c $(srcdir)/ext2_fs.h \
453 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500454 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000455 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000456native.o: $(srcdir)/native.c $(srcdir)/ext2_fs.h \
457 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500458 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000459 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000460newdir.o: $(srcdir)/newdir.c $(srcdir)/ext2_fs.h \
461 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500462 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000463 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000464openfs.o: $(srcdir)/openfs.c $(srcdir)/ext2_fs.h \
465 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500466 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o2521f522001-05-11 05:04:03 +0000467 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000468read_bb.o: $(srcdir)/read_bb.c $(srcdir)/ext2_fs.h \
469 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500470 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000471 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
472read_bb_file.o: $(srcdir)/read_bb_file.c $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000473 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500474 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000475 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'od323f8f2004-12-15 14:39:16 -0500476res_gdt.o: $(srcdir)/res_gdt.c $(srcdir)/ext2_fs.h \
477 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
478 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
479 $(top_builddir)/lib/ext2fs/ext2_err.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000480rs_bitmap.o: $(srcdir)/rs_bitmap.c $(srcdir)/ext2_fs.h \
481 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500482 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000483 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
484rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(srcdir)/ext2_fs.h \
485 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500486 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000487 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000488swapfs.o: $(srcdir)/swapfs.c $(srcdir)/ext2_fs.h \
489 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500490 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000491 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000492test_io.o: $(srcdir)/test_io.c $(srcdir)/ext2_fs.h \
493 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500494 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000495 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000496unix_io.o: $(srcdir)/unix_io.c $(srcdir)/ext2_fs.h \
497 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500498 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000499 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000500unlink.o: $(srcdir)/unlink.c $(srcdir)/ext2_fs.h \
501 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500502 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000503 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000504valid_blk.o: $(srcdir)/valid_blk.c $(srcdir)/ext2_fs.h \
505 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500506 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000507 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000508version.o: $(srcdir)/version.c $(srcdir)/ext2_fs.h \
509 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500510 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000511 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
Theodore Ts'o9f8046f2001-05-14 11:35:52 +0000512 $(top_srcdir)/version.h
513write_bb_file.o: $(srcdir)/write_bb_file.c $(srcdir)/ext2_fs.h \
Theodore Ts'o797f5ef2001-06-01 23:49:46 +0000514 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500515 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'o0e8a9562000-12-09 06:41:25 +0000516 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'oac493822001-07-04 14:04:58 -0400517tst_badblocks.o: $(srcdir)/tst_badblocks.c $(srcdir)/ext2_fs.h \
518 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500519 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400520 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
521tst_bitops.o: $(srcdir)/tst_bitops.c $(srcdir)/ext2_fs.h \
522 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500523 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400524 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
525tst_byteswap.o: $(srcdir)/tst_byteswap.c $(srcdir)/ext2_fs.h \
526 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500527 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400528 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
529tst_getsize.o: $(srcdir)/tst_getsize.c $(srcdir)/ext2_fs.h \
530 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500531 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400532 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
533tst_iscan.o: $(srcdir)/tst_iscan.c $(srcdir)/ext2_fs.h \
534 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
Theodore Ts'o6d402272004-12-14 21:46:26 -0500535 $(srcdir)/ext2_fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oac493822001-07-04 14:04:58 -0400536 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h