blob: eaba802d9ed30cfd1bc9f861cb4e27d126dcd778 [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
10OBJS= ext2_err.o \
11 alloc.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000012 alloc_tables.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000013 badblocks.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000014 bb_compat.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000015 bb_inode.o \
16 bitmaps.o \
17 bitops.o \
18 block.o \
Theodore Ts'o30fab291997-10-25 22:37:42 +000019 bmap.o \
Theodore Ts'o1e1da291997-06-09 14:51:29 +000020 bmove.o \
Theodore Ts'o30fab291997-10-25 22:37:42 +000021# brel_ma.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000022 check_desc.o \
23 closefs.o \
24 cmp_bitmaps.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000025 dblist.o \
26 dblist_dir.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000027 dirblock.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000028 dir_iterate.o \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000029 dupfs.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000030 expanddir.o \
Theodore Ts'o30fab291997-10-25 22:37:42 +000031 fileio.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000032 freefs.o \
33 get_pathname.o \
34 getsize.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000035 icount.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000036 initialize.o \
37 inline.o \
38 inode.o \
Theodore Ts'o30fab291997-10-25 22:37:42 +000039# irel_ma.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000040 ismounted.o \
41 link.o \
42 llseek.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000043 lookup.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000044 mkdir.o \
45 namei.o \
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000046 native.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000047 newdir.o \
48 openfs.o \
49 read_bb.o \
50 read_bb_file.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000051 rs_bitmap.o \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000052 rw_bitmaps.o \
53 swapfs.o \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000054 test_io.o \
55 unix_io.o \
56 unlink.o \
Theodore Ts'o521e3681997-04-29 17:48:10 +000057 valid_blk.o \
58 version.o
Theodore Ts'o50e1e101997-04-26 13:58:21 +000059
60SRCS= ext2_err.c \
61 $(srcdir)/alloc.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000062 $(srcdir)/alloc_tables.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000063 $(srcdir)/badblocks.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000064 $(srcdir)/bb_compat.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000065 $(srcdir)/bb_inode.c \
66 $(srcdir)/bitmaps.c \
67 $(srcdir)/bitops.c \
68 $(srcdir)/block.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +000069# $(srcdir)/brel_ma.c \
70 $(srcdir)/bmap.c \
Theodore Ts'o1e1da291997-06-09 14:51:29 +000071 $(srcdir)/bmove.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000072 $(srcdir)/check_desc.c \
73 $(srcdir)/closefs.c \
74 $(srcdir)/cmp_bitmaps.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000075 $(srcdir)/dblist.c \
76 $(srcdir)/dblist_dir.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000077 $(srcdir)/dirblock.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000078 $(srcdir)/dir_iterate.c \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +000079 $(srcdir)/dupfs.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000080 $(srcdir)/expanddir.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +000081 $(srcdir)/fileio.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000082 $(srcdir)/freefs.c \
83 $(srcdir)/get_pathname.c \
84 $(srcdir)/getsize.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000085 $(srcdir)/icount.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000086 $(srcdir)/initialize.c \
87 $(srcdir)/inline.c \
88 $(srcdir)/inode.c \
Theodore Ts'o30fab291997-10-25 22:37:42 +000089# $(srcdir)/irel_ma.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000090 $(srcdir)/ismounted.c \
91 $(srcdir)/link.c \
92 $(srcdir)/llseek.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +000093 $(srcdir)/lookup.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000094 $(srcdir)/mkdir.c \
95 $(srcdir)/namei.c \
Theodore Ts'o1e3472c1997-04-29 14:53:37 +000096 $(srcdir)/native.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +000097 $(srcdir)/newdir.c \
98 $(srcdir)/openfs.c \
99 $(srcdir)/read_bb.c \
100 $(srcdir)/read_bb_file.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000101 $(srcdir)/rs_bitmap.c \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000102 $(srcdir)/rw_bitmaps.c \
103 $(srcdir)/swapfs.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000104 $(srcdir)/test_io.c \
105 $(srcdir)/unix_io.c \
106 $(srcdir)/unlink.c \
Theodore Ts'o521e3681997-04-29 17:48:10 +0000107 $(srcdir)/valid_blk.c \
108 $(srcdir)/version.c
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000109
Theodore Ts'od40259f1997-10-20 00:44:26 +0000110HFILES= bitops.h ext2fs.h ext2_io.h
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000111
112LIBRARY= libext2fs
113LIBDIR= ext2fs
114
115DLL_ADDRESS = 0x66900000
116DLL_JUMPSIZE = 0x1000
117DLL_GOTSIZE = 0x1000
Theodore Ts'o521e3681997-04-29 17:48:10 +0000118DLL_VERSION = 1.2
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000119DLL_IMAGE = libe2fs
120DLL_STUB = libext2fs
121DLL_LIBS = -L../.. -lcom_err
122DLL_MYDIR = ext2fs
123DLL_INSTALL_DIR = $(libdir)
124
Theodore Ts'oe9affb71997-08-24 02:57:55 +0000125ELF_VERSION = 2.4
Theodore Ts'o297f47a1997-04-26 14:25:20 +0000126ELF_SO_VERSION = 2
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000127ELF_IMAGE = libext2fs
128ELF_MYDIR = ext2fs
129ELF_INSTALL_DIR = $(libdir)
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000130ELF_OTHER_LIBS = -lc -L../.. -lcom_err
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000131
Theodore Ts'o521e3681997-04-29 17:48:10 +0000132BSDLIB_VERSION = 2.1
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000133BSDLIB_IMAGE = libext2fs
134BSDLIB_MYDIR = ext2fs
135BSDLIB_INSTALL_DIR = $(libdir)
136
137@MAKEFILE_LIBRARY@
138@MAKEFILE_DLL@
139@MAKEFILE_ELF@
140@MAKEFILE_BSDLIB@
141@MAKEFILE_PROFILE@
142@MAKEFILE_CHECKER@
143
144.c.o:
Theodore Ts'o74becf31997-04-26 14:37:06 +0000145 $(CC) $(ALL_CFLAGS) -c $< -o $@
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000146@PROFILE_CMT@ $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
Theodore Ts'o74becf31997-04-26 14:37:06 +0000147@CHECKER_CMT@ $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
148@DLL_CMT@ (export JUMP_DIR=`pwd`/jump; $(CC) -B$(JUMP_PREFIX) $(ALL_CFLAGS) \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000149@DLL_CMT@ -o jump/$*.o -c $<)
Theodore Ts'o74becf31997-04-26 14:37:06 +0000150@ELF_CMT@ $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
151@BSDLIB_CMT@ $(CC) $(ALL_CFLAGS) -fpic -o pic/$*.o -c $<
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000152
153COMPILE_ET=../et/compile_et
154
155DISTFILES= Makefile *.c *.h image
156
Theodore Ts'o44339bd1997-10-15 02:47:20 +0000157ext2_err.et: $(DEP_SUBSTITUTE) $(srcdir)/ext2_err.et.in
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000158 $(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et
159
Theodore Ts'o74becf31997-04-26 14:37:06 +0000160ext2_err.c ext2_err.h: ext2_err.et
161 $(COMPILE_ET) ext2_err.et
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000162
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000163tst_badblocks: tst_badblocks.o badblocks.o
164 $(CC) -o tst_badblocks tst_badblocks.o badblocks.o $(LIBCOM_ERR)
165
166tst_iscan: tst_iscan.o inode.o $(STATIC_LIBEXT2FS)
167 $(CC) -o tst_iscan tst_iscan.o inode.o $(STATIC_LIBEXT2FS) \
168 $(LIBCOM_ERR)
169
170check:: tst_badblocks tst_iscan
171 ./tst_badblocks
172 ./tst_iscan
173
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000174installdirs::
175 $(top_srcdir)/mkinstalldirs $(DESTDIR)$(ulibdir) \
176 $(DESTDIR)$(includedir)/ext2fs
177
178install:: all $(HFILES) installdirs
179 $(INSTALL_DATA) libext2fs.a $(DESTDIR)$(ulibdir)/libext2fs.a
180 $(CHMOD) 644 $(DESTDIR)$(ulibdir)/libext2fs.a
181 -$(RANLIB) $(DESTDIR)$(ulibdir)/libext2fs.a
182 $(CHMOD) $(LIBMODE) $(DESTDIR)$(ulibdir)/libext2fs.a
183 for i in $(HFILES); do \
184 $(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
185 done
186 $(INSTALL_DATA) ext2_err.h $(DESTDIR)$(includedir)/ext2fs/ext2_err.h
187
188uninstall::
189 $(RM) -f $(ulibdir)/libext2fs.a
190 $(RM) -rf $(includedir)/ext2fs
191
192clean::
193 $(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
Theodore Ts'o62c06f71997-04-29 14:34:47 +0000194 ext2_err.et ext2_err.c ext2_err.h \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000195 ../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
196
197mostlyclean:: clean
198distclean:: clean
199 $(RM) -f .depend ext2_err.c ext2_err.h Makefile
200
201# +++ Dependency line eater +++
202#
203# Makefile dependencies follow. This must be the last section in
204# the Makefile.in file
205#
206ext2_err.o: ext2_err.c
Theodore Ts'obc210071997-06-17 05:41:36 +0000207alloc.o: $(srcdir)/alloc.c \
Theodore Ts'o21c84b71997-04-29 16:15:03 +0000208 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000209 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000210 $(srcdir)/bitops.h
211alloc_tables.o: $(srcdir)/alloc_tables.c \
212 $(srcdir)/ext2fs.h \
213 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000214 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000215 $(srcdir)/bitops.h
216badblocks.o: $(srcdir)/badblocks.c \
217 $(srcdir)/ext2fsP.h \
218 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000219 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000220 $(srcdir)/bitops.h
221bb_compat.o: $(srcdir)/bb_compat.c \
222 $(srcdir)/ext2fsP.h \
223 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000224 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000225 $(srcdir)/bitops.h
226bb_inode.o: $(srcdir)/bb_inode.c \
227 $(srcdir)/ext2fs.h \
228 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000229 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000230 $(srcdir)/bitops.h
231bitmaps.o: $(srcdir)/bitmaps.c \
232 $(srcdir)/ext2fs.h \
233 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000234 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000235 $(srcdir)/bitops.h
236bitops.o: $(srcdir)/bitops.c \
237 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000238 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000239 $(srcdir)/bitops.h
240block.o: $(srcdir)/block.c \
241 $(srcdir)/ext2fs.h \
242 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000243 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000244 $(srcdir)/bitops.h
245brel_ma.o: $(srcdir)/brel_ma.c \
246 $(srcdir)/ext2fs.h \
247 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000248 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000249 $(srcdir)/bitops.h $(srcdir)/brel.h
250bmove.o: $(srcdir)/bmove.c \
251 $(srcdir)/ext2fs.h \
252 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000253 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000254 $(srcdir)/bitops.h
255check_desc.o: $(srcdir)/check_desc.c \
256 $(srcdir)/ext2fs.h \
257 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000258 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000259 $(srcdir)/bitops.h
260closefs.o: $(srcdir)/closefs.c \
261 $(srcdir)/ext2fsP.h \
262 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000263 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000264 $(srcdir)/bitops.h
265cmp_bitmaps.o: $(srcdir)/cmp_bitmaps.c \
266 $(srcdir)/ext2fs.h \
267 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000268 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000269 $(srcdir)/bitops.h
270dblist.o: $(srcdir)/dblist.c \
271 $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
272 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000273 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000274 $(srcdir)/bitops.h
275dblist_dir.o: $(srcdir)/dblist_dir.c \
276 $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
277 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000278 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000279 $(srcdir)/bitops.h
280dirblock.o: $(srcdir)/dirblock.c \
281 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000282 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000283 $(srcdir)/bitops.h
284dir_iterate.o: $(srcdir)/dir_iterate.c \
285 $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
286 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000287 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000288 $(srcdir)/bitops.h
289dupfs.o: $(srcdir)/dupfs.c \
290 $(srcdir)/ext2fsP.h \
291 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000292 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000293 $(srcdir)/bitops.h
294expanddir.o: $(srcdir)/expanddir.c \
295 $(srcdir)/ext2fs.h \
296 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000297 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000298 $(srcdir)/bitops.h
299freefs.o: $(srcdir)/freefs.c \
300 $(srcdir)/ext2fsP.h \
301 $(srcdir)/ext2fs.h \
302 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000303 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000304 $(srcdir)/bitops.h
305get_pathname.o: $(srcdir)/get_pathname.c \
306 $(srcdir)/ext2fs.h \
307 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000308 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000309 $(srcdir)/bitops.h
310getsize.o: $(srcdir)/getsize.c \
311 $(srcdir)/ext2fs.h \
312 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000313 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000314 $(srcdir)/bitops.h
315icount.o: $(srcdir)/icount.c $(top_srcdir)/lib/et/com_err.h \
316 $(srcdir)/ext2fs.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000317 $(srcdir)/ext2_io.h \
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000318 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'obc210071997-06-17 05:41:36 +0000319initialize.o: $(srcdir)/initialize.c \
320 $(srcdir)/ext2fs.h \
321 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000322 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000323 $(srcdir)/bitops.h
324inline.o: $(srcdir)/inline.c \
325 $(srcdir)/ext2fs.h \
326 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000327 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000328 $(srcdir)/bitops.h
329inode.o: $(srcdir)/inode.c \
330 $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
331 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000332 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000333 $(srcdir)/bitops.h
334irel_ma.o: $(srcdir)/irel_ma.c \
335 $(srcdir)/ext2fs.h \
336 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000337 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000338 $(srcdir)/bitops.h $(srcdir)/irel.h
339ismounted.o: $(srcdir)/ismounted.c \
340 $(srcdir)/ext2fs.h \
341 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000342 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000343 $(srcdir)/bitops.h
344link.o: $(srcdir)/link.c \
345 $(srcdir)/ext2fs.h \
346 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000347 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000348 $(srcdir)/bitops.h
Theodore Ts'od40259f1997-10-20 00:44:26 +0000349llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h
Theodore Ts'obc210071997-06-17 05:41:36 +0000350lookup.o: $(srcdir)/lookup.c $(srcdir)/ext2fs.h \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000351 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000352 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'obc210071997-06-17 05:41:36 +0000353mkdir.o: $(srcdir)/mkdir.c $(srcdir)/ext2fs.h \
354 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000355 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000356namei.o: $(srcdir)/namei.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000357 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000358 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000359native.o: $(srcdir)/native.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000360 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000361 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000362 $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000363newdir.o: $(srcdir)/newdir.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000364 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000365 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000366openfs.o: $(srcdir)/openfs.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000367 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000368 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000369read_bb.o: $(srcdir)/read_bb.c $(srcdir)/ext2fs.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000370 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000371 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000372read_bb_file.o: $(srcdir)/read_bb_file.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000373 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000374 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000375rs_bitmap.o: $(srcdir)/rs_bitmap.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000376 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000377 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000378rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000379 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000380 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000381swapfs.o: $(srcdir)/swapfs.c $(srcdir)/ext2fs.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000382 $(top_srcdir)/lib/et/com_err.h $(srcdir)/ext2_io.h \
Theodore Ts'oa29f4d31997-04-29 21:26:48 +0000383 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000384test_io.o: $(srcdir)/test_io.c $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000385 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_io.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000386unix_io.o: $(srcdir)/unix_io.c $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000387 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/ext2_io.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000388unlink.o: $(srcdir)/unlink.c $(srcdir)/ext2fs.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000389 $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000390 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000391 $(srcdir)/bitops.h
392valid_blk.o: $(srcdir)/valid_blk.c \
393 $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000394 $(srcdir)/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000395 $(srcdir)/bitops.h
Theodore Ts'o2ecc6fe1997-04-29 17:57:00 +0000396version.o: $(srcdir)/version.c $(top_srcdir)/lib/et/com_err.h \
Theodore Ts'od40259f1997-10-20 00:44:26 +0000397 $(srcdir)/ext2fs.h $(srcdir)/ext2_io.h \
Theodore Ts'obc210071997-06-17 05:41:36 +0000398 $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h \
399 $(srcdir)/../../version.h
400