]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blame - lib/ext2fs/Makefile.in
Add support for XFS filesystems.
[thirdparty/e2fsprogs.git] / lib / ext2fs / Makefile.in
CommitLineData
50e1e10f
TT
1srcdir = @srcdir@
2top_srcdir = @top_srcdir@
3VPATH = @srcdir@
4top_builddir = ../..
1e3472c5 5my_dir = lib/ext2fs
50e1e10f
TT
6INSTALL = @INSTALL@
7
8@MCONFIG@
9
30ae14c9
TT
10@DEBUGFS_CMT@DEBUGFS_LIB_OBJS = bb_compat.o cmp_bitmaps.o dupfs.o fileio.o \
11@DEBUGFS_CMT@ namei.o test_io.o write_bb_file.o
12
13@RESIZER_CMT@RESIZE_LIB_OBJS = rs_bitmap.o
14
15@IMAGER_CMT@E2IMAGE_LIB_OBJS = imager.o
16
17OBJS= $(DEBUGFS_LIB_OBJS) $(RESIZE_LIB_OBJS) $(E2IMAGE_LIB_OBJS) \
18 ext2_err.o \
50e1e10f 19 alloc.o \
21c84b71 20 alloc_tables.o \
50e1e10f
TT
21 badblocks.o \
22 bb_inode.o \
23 bitmaps.o \
24 bitops.o \
25 block.o \
30fab293 26 bmap.o \
50e1e10f
TT
27 check_desc.o \
28 closefs.o \
21c84b71
TT
29 dblist.o \
30 dblist_dir.o \
50e1e10f 31 dirblock.o \
21c84b71 32 dir_iterate.o \
50e1e10f 33 expanddir.o \
342d847d 34 ext_attr.o \
de23aa1d 35 finddev.o \
4d0f3e17 36 flushb.o \
50e1e10f 37 freefs.o \
3034f62a 38 gen_bitmap.o \
50e1e10f
TT
39 get_pathname.o \
40 getsize.o \
21c84b71 41 icount.o \
50e1e10f
TT
42 initialize.o \
43 inline.o \
44 inode.o \
45 ismounted.o \
46 link.o \
47 llseek.o \
21c84b71 48 lookup.o \
50e1e10f 49 mkdir.o \
d3cd93ca 50 mkjournal.o \
1e3472c5 51 native.o \
50e1e10f
TT
52 newdir.o \
53 openfs.o \
54 read_bb.o \
55 read_bb_file.o \
56 rw_bitmaps.o \
57 swapfs.o \
21c84b71
TT
58 unix_io.o \
59 unlink.o \
521e3685 60 valid_blk.o \
30ae14c9 61 version.o
50e1e10f
TT
62
63SRCS= ext2_err.c \
64 $(srcdir)/alloc.c \
21c84b71 65 $(srcdir)/alloc_tables.c \
50e1e10f 66 $(srcdir)/badblocks.c \
21c84b71 67 $(srcdir)/bb_compat.c \
50e1e10f
TT
68 $(srcdir)/bb_inode.c \
69 $(srcdir)/bitmaps.c \
70 $(srcdir)/bitops.c \
71 $(srcdir)/block.c \
30fab293 72 $(srcdir)/bmap.c \
50e1e10f
TT
73 $(srcdir)/check_desc.c \
74 $(srcdir)/closefs.c \
75 $(srcdir)/cmp_bitmaps.c \
21c84b71
TT
76 $(srcdir)/dblist.c \
77 $(srcdir)/dblist_dir.c \
50e1e10f 78 $(srcdir)/dirblock.c \
21c84b71 79 $(srcdir)/dir_iterate.c \
a29f4d30 80 $(srcdir)/dupfs.c \
50e1e10f 81 $(srcdir)/expanddir.c \
342d847d 82 $(srcdir)/ext_attr.c \
30fab293 83 $(srcdir)/fileio.c \
0e8a9560 84 $(srcdir)/finddev.c \
4d0f3e17 85 $(srcdir)/flushb.c \
50e1e10f 86 $(srcdir)/freefs.c \
30ae14c9 87 $(srcdir)/gen_bitmap.c \
50e1e10f
TT
88 $(srcdir)/get_pathname.c \
89 $(srcdir)/getsize.c \
21c84b71 90 $(srcdir)/icount.c \
0e8a9560 91 $(srcdir)/imager.c \
50e1e10f
TT
92 $(srcdir)/initialize.c \
93 $(srcdir)/inline.c \
94 $(srcdir)/inode.c \
95 $(srcdir)/ismounted.c \
96 $(srcdir)/link.c \
97 $(srcdir)/llseek.c \
21c84b71 98 $(srcdir)/lookup.c \
50e1e10f 99 $(srcdir)/mkdir.c \
d3cd93ca 100 $(srcdir)/mkjournal.c \
50e1e10f 101 $(srcdir)/namei.c \
1e3472c5 102 $(srcdir)/native.c \
50e1e10f
TT
103 $(srcdir)/newdir.c \
104 $(srcdir)/openfs.c \
105 $(srcdir)/read_bb.c \
106 $(srcdir)/read_bb_file.c \
21c84b71 107 $(srcdir)/rs_bitmap.c \
50e1e10f
TT
108 $(srcdir)/rw_bitmaps.c \
109 $(srcdir)/swapfs.c \
21c84b71
TT
110 $(srcdir)/test_io.c \
111 $(srcdir)/unix_io.c \
112 $(srcdir)/unlink.c \
521e3685 113 $(srcdir)/valid_blk.c \
57dca854
TT
114 $(srcdir)/version.c \
115 $(srcdir)/write_bb_file.c
50e1e10f 116
342d847d 117HFILES= bitops.h ext2fs.h ext2_io.h ext2_fs.h ext2_ext_attr.h
d1e66b79 118HFILES_IN= ext2_err.h ext2_types.h
50e1e10f
TT
119
120LIBRARY= libext2fs
121LIBDIR= ext2fs
122
123DLL_ADDRESS = 0x66900000
124DLL_JUMPSIZE = 0x1000
125DLL_GOTSIZE = 0x1000
521e3685 126DLL_VERSION = 1.2
50e1e10f
TT
127DLL_IMAGE = libe2fs
128DLL_STUB = libext2fs
349a484a 129DLL_LIBS = -L../.. -lcom_err
50e1e10f 130DLL_MYDIR = ext2fs
469bec82 131DLL_INSTALL_DIR = $(root_libdir)
50e1e10f 132
e9affb7b 133ELF_VERSION = 2.4
297f47a1 134ELF_SO_VERSION = 2
50e1e10f
TT
135ELF_IMAGE = libext2fs
136ELF_MYDIR = ext2fs
469bec82 137ELF_INSTALL_DIR = $(root_libdir)
349a484a 138ELF_OTHER_LIBS = -L../.. -lcom_err
50e1e10f 139
521e3685 140BSDLIB_VERSION = 2.1
50e1e10f
TT
141BSDLIB_IMAGE = libext2fs
142BSDLIB_MYDIR = ext2fs
469bec82 143BSDLIB_INSTALL_DIR = $(root_libdir)
50e1e10f
TT
144
145@MAKEFILE_LIBRARY@
146@MAKEFILE_DLL@
147@MAKEFILE_ELF@
148@MAKEFILE_BSDLIB@
149@MAKEFILE_PROFILE@
150@MAKEFILE_CHECKER@
151
152.c.o:
74becf3c 153 $(CC) $(ALL_CFLAGS) -c $< -o $@
21c84b71 154@PROFILE_CMT@ $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
74becf3c
TT
155@CHECKER_CMT@ $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
156@DLL_CMT@ (export JUMP_DIR=`pwd`/jump; $(CC) -B$(JUMP_PREFIX) $(ALL_CFLAGS) \
50e1e10f 157@DLL_CMT@ -o jump/$*.o -c $<)
74becf3c
TT
158@ELF_CMT@ $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
159@BSDLIB_CMT@ $(CC) $(ALL_CFLAGS) -fpic -o pic/$*.o -c $<
50e1e10f
TT
160
161COMPILE_ET=../et/compile_et
162
163DISTFILES= Makefile *.c *.h image
164
44339bdf 165ext2_err.et: $(DEP_SUBSTITUTE) $(srcdir)/ext2_err.et.in
62c06f79
TT
166 $(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et
167
74becf3c
TT
168ext2_err.c ext2_err.h: ext2_err.et
169 $(COMPILE_ET) ext2_err.et
50e1e10f 170
57dca854
TT
171tst_badblocks: tst_badblocks.o freefs.o \
172 read_bb_file.o write_bb_file.o badblocks.o
173 $(CC) -o tst_badblocks tst_badblocks.o freefs.o \
174 read_bb_file.o write_bb_file.o badblocks.o $(LIBCOM_ERR)
21c84b71 175
30ae14c9
TT
176tst_iscan: tst_iscan.o inode.o badblocks.o test_io.o $(STATIC_LIBEXT2FS)
177 $(CC) -o tst_iscan tst_iscan.o inode.o badblocks.o test_io.o \
178 $(STATIC_LIBEXT2FS) $(LIBCOM_ERR)
21c84b71 179
d36d835b
TT
180tst_getsize: tst_getsize.o getsize.o $(STATIC_LIBEXT2FS)
181 $(CC) -o tst_getsize tst_getsize.o getsize.o $(STATIC_LIBEXT2FS) \
182 $(LIBCOM_ERR)
183
52db0b41
TT
184tst_ismounted: $(srcdir)/ismounted.c $(STATIC_LIBEXT2FS)
185 $(CC) -o tst_ismounted $(srcdir)/ismounted.c -DDEBUG $(ALL_CFLAGS) $(LIBCOM_ERR)
186
9ec53cf4
TT
187tst_byteswap: tst_byteswap.o bitops.o $(STATIC_LIBEXT2FS)
188 $(CC) -o tst_byteswap tst_byteswap.o bitops.o $(STATIC_LIBEXT2FS) \
189 $(LIBCOM_ERR)
190
d3cd93ca
TT
191mkjournal: mkjournal.c $(STATIC_LIBEXT2FS)
192 $(CC) -o mkjournal $(srcdir)/mkjournal.c -DDEBUG $(STATIC_LIBEXT2FS) $(LIBCOM_ERR) $(ALL_CFLAGS)
193
9ec53cf4 194check:: tst_badblocks tst_iscan tst_byteswap
21c84b71
TT
195 ./tst_badblocks
196 ./tst_iscan
9ec53cf4 197 ./tst_byteswap
21c84b71 198
50e1e10f 199installdirs::
469bec82 200 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(libdir) \
50e1e10f
TT
201 $(DESTDIR)$(includedir)/ext2fs
202
d1e66b79 203install:: all $(HFILES) $(HFILES_IN) installdirs
469bec82
TT
204 $(INSTALL_DATA) libext2fs.a $(DESTDIR)$(libdir)/libext2fs.a
205 $(CHMOD) 644 $(DESTDIR)$(libdir)/libext2fs.a
206 -$(RANLIB) $(DESTDIR)$(libdir)/libext2fs.a
207 $(CHMOD) $(LIBMODE) $(DESTDIR)$(libdir)/libext2fs.a
50e1e10f
TT
208 for i in $(HFILES); do \
209 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
210 done
d1e66b79
TT
211 for i in $(HFILES_IN); do \
212 $(INSTALL_DATA) $$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
213 done
50e1e10f
TT
214
215uninstall::
469bec82
TT
216 $(RM) -f $(DESTDIR)$(libdir)/libext2fs.a
217 $(RM) -rf $(DESTDIR)$(includedir)/ext2fs
50e1e10f
TT
218
219clean::
220 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
5c36a2f8 221 tst_badblocks tst_iscan ext2_err.et ext2_err.c ext2_err.h \
9f8046fc 222 tst_byteswap tst_ismounted mkjournal \
50e1e10f
TT
223 ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
224
225mostlyclean:: clean
226distclean:: clean
5c36a2f8
TT
227 $(RM) -f .depend ext2_err.c ext2_err.h Makefile \
228 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
f0f4acbd
TT
229#
230# Hack to parallel makes recognize dependencies correctly.
231#
232$(top_builddir)/lib/ext2fs/ext2_err.h: ext2_err.h
50e1e10f
TT
233
234# +++ Dependency line eater +++
235#
236# Makefile dependencies follow. This must be the last section in
237# the Makefile.in file
238#
239ext2_err.o: ext2_err.c
797f5ef1
TT
240alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2_fs.h \
241 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
5a679c8f
TT
242 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
243 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
9f8046fc 244alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2_fs.h \
797f5ef1
TT
245 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
246 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 247 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
248badblocks.o: $(srcdir)/badblocks.c $(srcdir)/ext2_fs.h \
249 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 250 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 251 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
252bb_compat.o: $(srcdir)/bb_compat.c $(srcdir)/ext2_fs.h \
253 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 254 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 255 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
256bb_inode.o: $(srcdir)/bb_inode.c $(srcdir)/ext2_fs.h \
257 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 258 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
6c133523 259 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
260bitmaps.o: $(srcdir)/bitmaps.c $(srcdir)/ext2_fs.h \
261 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
262 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
263 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
264bitops.o: $(srcdir)/bitops.c $(srcdir)/ext2_fs.h \
265 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
266 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
267 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
268block.o: $(srcdir)/block.c $(srcdir)/ext2_fs.h \
269 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 270 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 271 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
272bmap.o: $(srcdir)/bmap.c $(srcdir)/ext2_fs.h \
273 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
274 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
275 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
276check_desc.o: $(srcdir)/check_desc.c $(srcdir)/ext2_fs.h \
277 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
278 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
279 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
280closefs.o: $(srcdir)/closefs.c $(srcdir)/ext2_fs.h \
281 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 282 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 283 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
284cmp_bitmaps.o: $(srcdir)/cmp_bitmaps.c $(srcdir)/ext2_fs.h \
285 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
286 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
287 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
288dblist.o: $(srcdir)/dblist.c $(srcdir)/ext2_fs.h \
289 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 290 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
6c133523 291 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
292dblist_dir.o: $(srcdir)/dblist_dir.c $(srcdir)/ext2_fs.h \
293 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 294 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 295 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
296dirblock.o: $(srcdir)/dirblock.c $(srcdir)/ext2_fs.h \
297 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
298 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
299 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
300dir_iterate.o: $(srcdir)/dir_iterate.c $(srcdir)/ext2_fs.h \
797f5ef1
TT
301 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
302 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
303 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
304dupfs.o: $(srcdir)/dupfs.c $(srcdir)/ext2_fs.h \
305 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 306 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 307 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
308expanddir.o: $(srcdir)/expanddir.c $(srcdir)/ext2_fs.h \
309 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 310 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 311 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
312fileio.o: $(srcdir)/fileio.c $(srcdir)/ext2_fs.h \
313 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 314 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
a05c589a 315 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
316finddev.o: $(srcdir)/finddev.c $(srcdir)/ext2_fs.h \
317 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 318 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
a05c589a 319 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
320flushb.o: $(srcdir)/flushb.c $(srcdir)/ext2_fs.h \
321 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
6c133523
TT
322 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
323 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
324freefs.o: $(srcdir)/freefs.c $(srcdir)/ext2_fs.h \
325 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 326 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
a29f4d30 327 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
30ae14c9
TT
328gen_bitmap.o: $(srcdir)/gen_bitmap.c $(srcdir)/ext2_fs.h \
329 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
330 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
331 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
9f8046fc 332get_pathname.o: $(srcdir)/get_pathname.c $(srcdir)/ext2_fs.h \
797f5ef1
TT
333 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
334 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 335 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
336getsize.o: $(srcdir)/getsize.c $(srcdir)/ext2_fs.h \
337 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 338 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 339 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
340icount.o: $(srcdir)/icount.c $(srcdir)/ext2_fs.h \
341 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 342 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 343 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
344imager.o: $(srcdir)/imager.c $(srcdir)/ext2_fs.h \
345 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 346 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 347 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
348initialize.o: $(srcdir)/initialize.c $(srcdir)/ext2_fs.h \
349 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
350 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
351 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
352inline.o: $(srcdir)/inline.c $(srcdir)/ext2_fs.h \
353 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 354 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 355 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
356inode.o: $(srcdir)/inode.c $(srcdir)/ext2_fs.h \
357 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fsP.h \
0e8a9560 358 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
9f8046fc 359 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
797f5ef1
TT
360ismounted.o: $(srcdir)/ismounted.c $(srcdir)/ext2_fs.h \
361 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
362 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
363 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
364link.o: $(srcdir)/link.c $(srcdir)/ext2_fs.h \
365 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 366 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 367 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
5a679c8f 368llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h \
6c133523 369 $(srcdir)/ext2_io.h
797f5ef1
TT
370lookup.o: $(srcdir)/lookup.c $(srcdir)/ext2_fs.h \
371 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 372 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 373 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
374mkdir.o: $(srcdir)/mkdir.c $(srcdir)/ext2_fs.h \
375 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 376 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 377 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
9f8046fc 378mkjournal.o: $(srcdir)/mkjournal.c $(srcdir)/ext2_fs.h \
797f5ef1
TT
379 $(top_builddir)/lib/ext2fs/ext2_types.h $(top_srcdir)/lib/e2p/e2p.h \
380 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
0e8a9560
TT
381 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
382 $(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
383 $(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h
797f5ef1
TT
384namei.o: $(srcdir)/namei.c $(srcdir)/ext2_fs.h \
385 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 386 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 387 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
388native.o: $(srcdir)/native.c $(srcdir)/ext2_fs.h \
389 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 390 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 391 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
392newdir.o: $(srcdir)/newdir.c $(srcdir)/ext2_fs.h \
393 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 394 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
a29f4d30 395 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
396openfs.o: $(srcdir)/openfs.c $(srcdir)/ext2_fs.h \
397 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 398 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
2521f52d 399 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
797f5ef1
TT
400read_bb.o: $(srcdir)/read_bb.c $(srcdir)/ext2_fs.h \
401 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
5a679c8f
TT
402 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
403 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
9f8046fc 404read_bb_file.o: $(srcdir)/read_bb_file.c $(srcdir)/ext2_fs.h \
797f5ef1
TT
405 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
406 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
a29f4d30 407 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
408rs_bitmap.o: $(srcdir)/rs_bitmap.c $(srcdir)/ext2_fs.h \
409 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc
TT
410 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
411 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
412rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(srcdir)/ext2_fs.h \
413 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 414 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
2521f52d 415 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h $(srcdir)/e2image.h
797f5ef1
TT
416swapfs.o: $(srcdir)/swapfs.c $(srcdir)/ext2_fs.h \
417 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 418 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 419 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
420test_io.o: $(srcdir)/test_io.c $(srcdir)/ext2_fs.h \
421 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 422 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 423 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
424unix_io.o: $(srcdir)/unix_io.c $(srcdir)/ext2_fs.h \
425 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 426 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
5a679c8f 427 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
428unlink.o: $(srcdir)/unlink.c $(srcdir)/ext2_fs.h \
429 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 430 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
0e8a9560 431 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
432valid_blk.o: $(srcdir)/valid_blk.c $(srcdir)/ext2_fs.h \
433 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
9f8046fc 434 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
0e8a9560 435 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
797f5ef1
TT
436version.o: $(srcdir)/version.c $(srcdir)/ext2_fs.h \
437 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
0e8a9560 438 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
9f8046fc
TT
439 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
440 $(top_srcdir)/version.h
441write_bb_file.o: $(srcdir)/write_bb_file.c $(srcdir)/ext2_fs.h \
797f5ef1
TT
442 $(top_builddir)/lib/ext2fs/ext2_types.h $(srcdir)/ext2fs.h \
443 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
0e8a9560 444 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h