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