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