e2fsprogs/lib/ext2fs/Makefile.in

336 lines
12 KiB
Makefile
Raw Normal View History

1997-04-26 17:58:21 +04:00
srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
top_builddir = ../..
1997-04-29 18:53:37 +04:00
my_dir = lib/ext2fs
1997-04-26 17:58:21 +04:00
INSTALL = @INSTALL@
@MCONFIG@
OBJS= ext2_err.o \
alloc.o \
1997-04-29 20:15:03 +04:00
alloc_tables.o \
1997-04-26 17:58:21 +04:00
badblocks.o \
1997-04-29 20:15:03 +04:00
bb_compat.o \
1997-04-26 17:58:21 +04:00
bb_inode.o \
bitmaps.o \
bitops.o \
block.o \
bmove.o \
1997-04-29 20:15:03 +04:00
brel_ma.o \
1997-04-26 17:58:21 +04:00
check_desc.o \
closefs.o \
cmp_bitmaps.o \
1997-04-29 20:15:03 +04:00
dblist.o \
dblist_dir.o \
1997-04-26 17:58:21 +04:00
dirblock.o \
1997-04-29 20:15:03 +04:00
dir_iterate.o \
1997-04-30 01:26:48 +04:00
dupfs.o \
1997-04-26 17:58:21 +04:00
expanddir.o \
freefs.o \
get_pathname.o \
getsize.o \
1997-04-29 20:15:03 +04:00
icount.o \
1997-04-26 17:58:21 +04:00
initialize.o \
inline.o \
inode.o \
1997-04-29 20:15:03 +04:00
irel_ma.o \
1997-04-26 17:58:21 +04:00
ismounted.o \
link.o \
llseek.o \
1997-04-29 20:15:03 +04:00
lookup.o \
1997-04-26 17:58:21 +04:00
mkdir.o \
namei.o \
1997-04-29 18:53:37 +04:00
native.o \
1997-04-26 17:58:21 +04:00
newdir.o \
openfs.o \
read_bb.o \
read_bb_file.o \
1997-04-29 20:15:03 +04:00
rs_bitmap.o \
1997-04-26 17:58:21 +04:00
rw_bitmaps.o \
swapfs.o \
1997-04-29 20:15:03 +04:00
test_io.o \
unix_io.o \
unlink.o \
1997-04-29 21:48:10 +04:00
valid_blk.o \
version.o
1997-04-26 17:58:21 +04:00
SRCS= ext2_err.c \
$(srcdir)/alloc.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/alloc_tables.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/badblocks.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/bb_compat.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/bb_inode.c \
$(srcdir)/bitmaps.c \
$(srcdir)/bitops.c \
$(srcdir)/block.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/brel_ma.c \
$(srcdir)/bmove.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/check_desc.c \
$(srcdir)/closefs.c \
$(srcdir)/cmp_bitmaps.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/dblist.c \
$(srcdir)/dblist_dir.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/dirblock.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/dir_iterate.c \
1997-04-30 01:26:48 +04:00
$(srcdir)/dupfs.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/expanddir.c \
$(srcdir)/freefs.c \
$(srcdir)/get_pathname.c \
$(srcdir)/getsize.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/icount.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/initialize.c \
$(srcdir)/inline.c \
$(srcdir)/inode.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/irel_ma.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/ismounted.c \
$(srcdir)/link.c \
$(srcdir)/llseek.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/lookup.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/mkdir.c \
$(srcdir)/namei.c \
1997-04-29 18:53:37 +04:00
$(srcdir)/native.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/newdir.c \
$(srcdir)/openfs.c \
$(srcdir)/read_bb.c \
$(srcdir)/read_bb_file.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/rs_bitmap.c \
1997-04-26 17:58:21 +04:00
$(srcdir)/rw_bitmaps.c \
$(srcdir)/swapfs.c \
1997-04-29 20:15:03 +04:00
$(srcdir)/test_io.c \
$(srcdir)/unix_io.c \
$(srcdir)/unlink.c \
1997-04-29 21:48:10 +04:00
$(srcdir)/valid_blk.c \
$(srcdir)/version.c
1997-04-26 17:58:21 +04:00
HFILES= bitops.h ext2fs.h io.h
LIBRARY= libext2fs
LIBDIR= ext2fs
DLL_ADDRESS = 0x66900000
DLL_JUMPSIZE = 0x1000
DLL_GOTSIZE = 0x1000
1997-04-29 21:48:10 +04:00
DLL_VERSION = 1.2
1997-04-26 17:58:21 +04:00
DLL_IMAGE = libe2fs
DLL_STUB = libext2fs
DLL_LIBS = -L../.. -lcom_err
DLL_MYDIR = ext2fs
DLL_INSTALL_DIR = $(libdir)
1997-04-29 21:48:10 +04:00
ELF_VERSION = 2.3
1997-04-26 18:25:20 +04:00
ELF_SO_VERSION = 2
1997-04-26 17:58:21 +04:00
ELF_IMAGE = libext2fs
ELF_MYDIR = ext2fs
ELF_INSTALL_DIR = $(libdir)
1997-04-29 20:15:03 +04:00
ELF_OTHER_LIBS = -lc -L../.. -lcom_err
1997-04-26 17:58:21 +04:00
1997-04-29 21:48:10 +04:00
BSDLIB_VERSION = 2.1
1997-04-26 17:58:21 +04:00
BSDLIB_IMAGE = libext2fs
BSDLIB_MYDIR = ext2fs
BSDLIB_INSTALL_DIR = $(libdir)
@MAKEFILE_LIBRARY@
@MAKEFILE_DLL@
@MAKEFILE_ELF@
@MAKEFILE_BSDLIB@
@MAKEFILE_PROFILE@
@MAKEFILE_CHECKER@
.c.o:
1997-04-26 18:37:06 +04:00
$(CC) $(ALL_CFLAGS) -c $< -o $@
1997-04-29 20:15:03 +04:00
@PROFILE_CMT@ $(CC) $(ALL_CFLAGS) -g -pg -o profiled/$*.o -c $<
1997-04-26 18:37:06 +04:00
@CHECKER_CMT@ $(CC) $(ALL_CFLAGS) -checker -g -o checker/$*.o -c $<
@DLL_CMT@ (export JUMP_DIR=`pwd`/jump; $(CC) -B$(JUMP_PREFIX) $(ALL_CFLAGS) \
1997-04-26 17:58:21 +04:00
@DLL_CMT@ -o jump/$*.o -c $<)
1997-04-26 18:37:06 +04:00
@ELF_CMT@ $(CC) $(ALL_CFLAGS) -fPIC -o elfshared/$*.o -c $<
@BSDLIB_CMT@ $(CC) $(ALL_CFLAGS) -fpic -o pic/$*.o -c $<
1997-04-26 17:58:21 +04:00
COMPILE_ET=../et/compile_et
DISTFILES= Makefile *.c *.h image
1997-04-29 18:34:47 +04:00
ext2_err.et: $(SUBSTITUTE) $(srcdir)/ext2_err.et.in
-$(CHMOD) +x $(SUBSTITUTE)
$(SUBSTITUTE) $(srcdir)/ext2_err.et.in ext2_err.et
1997-04-26 18:37:06 +04:00
ext2_err.c ext2_err.h: ext2_err.et
$(COMPILE_ET) ext2_err.et
1997-04-26 17:58:21 +04:00
1997-04-29 20:15:03 +04:00
tst_badblocks: tst_badblocks.o badblocks.o
$(CC) -o tst_badblocks tst_badblocks.o badblocks.o $(LIBCOM_ERR)
tst_iscan: tst_iscan.o inode.o $(STATIC_LIBEXT2FS)
$(CC) -o tst_iscan tst_iscan.o inode.o $(STATIC_LIBEXT2FS) \
$(LIBCOM_ERR)
check:: tst_badblocks tst_iscan
./tst_badblocks
./tst_iscan
1997-04-26 17:58:21 +04:00
installdirs::
$(top_srcdir)/mkinstalldirs $(DESTDIR)$(ulibdir) \
$(DESTDIR)$(includedir)/ext2fs
install:: all $(HFILES) installdirs
$(INSTALL_DATA) libext2fs.a $(DESTDIR)$(ulibdir)/libext2fs.a
$(CHMOD) 644 $(DESTDIR)$(ulibdir)/libext2fs.a
-$(RANLIB) $(DESTDIR)$(ulibdir)/libext2fs.a
$(CHMOD) $(LIBMODE) $(DESTDIR)$(ulibdir)/libext2fs.a
for i in $(HFILES); do \
$(INSTALL_DATA) $(srcdir)/$$i $(DESTDIR)$(includedir)/ext2fs/$$i; \
done
$(INSTALL_DATA) ext2_err.h $(DESTDIR)$(includedir)/ext2fs/ext2_err.h
uninstall::
$(RM) -f $(ulibdir)/libext2fs.a
$(RM) -rf $(includedir)/ext2fs
clean::
$(RM) -f \#* *.s *.o *.a *~ *.bak core profiled/* checker/* \
1997-04-29 18:34:47 +04:00
ext2_err.et ext2_err.c ext2_err.h \
1997-04-26 17:58:21 +04:00
../libext2fs.a ../libext2fs_p.a ../libext2fs_chk.a
mostlyclean:: clean
distclean:: clean
$(RM) -f .depend ext2_err.c ext2_err.h Makefile
# +++ Dependency line eater +++
#
# Makefile dependencies follow. This must be the last section in
# the Makefile.in file
#
ext2_err.o: ext2_err.c
1997-04-30 01:26:48 +04:00
alloc.o: $(srcdir)/alloc.c $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
alloc_tables.o: $(srcdir)/alloc_tables.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
badblocks.o: $(srcdir)/badblocks.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h $(srcdir)/bitops.h \
$(top_builddir)/lib/ext2fs/ext2_err.h
bb_compat.o: $(srcdir)/bb_compat.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
1997-04-29 21:57:00 +04:00
bb_inode.o: $(srcdir)/bb_inode.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
1997-04-29 21:57:00 +04:00
bitmaps.o: $(srcdir)/bitmaps.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
1997-04-29 21:57:00 +04:00
bitops.o: $(srcdir)/bitops.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
block.o: $(srcdir)/block.c $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
brel_ma.o: $(srcdir)/brel_ma.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h $(srcdir)/bitops.h \
$(srcdir)/brel.h $(top_builddir)/lib/ext2fs/ext2_err.h
1997-04-29 21:57:00 +04:00
check_desc.o: $(srcdir)/check_desc.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
closefs.o: $(srcdir)/closefs.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/bitops.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h
1997-04-29 21:57:00 +04:00
cmp_bitmaps.o: $(srcdir)/cmp_bitmaps.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
dblist.o: $(srcdir)/dblist.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h $(srcdir)/bitops.h \
$(top_builddir)/lib/ext2fs/ext2_err.h
dblist_dir.o: $(srcdir)/dblist_dir.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h $(srcdir)/bitops.h \
$(top_builddir)/lib/ext2fs/ext2_err.h
1997-04-29 21:57:00 +04:00
dirblock.o: $(srcdir)/dirblock.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
dir_iterate.o: $(srcdir)/dir_iterate.c $(srcdir)/ext2fsP.h \
1997-04-29 20:15:03 +04:00
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
1997-04-30 01:26:48 +04:00
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
dupfs.o: $(srcdir)/dupfs.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
expanddir.o: $(srcdir)/expanddir.c $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-30 01:26:48 +04:00
freefs.o: $(srcdir)/freefs.c $(srcdir)/ext2fsP.h $(srcdir)/ext2fs.h \
1997-04-29 20:15:03 +04:00
$(top_srcdir)/lib/et/com_err.h \
1997-04-29 21:57:00 +04:00
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-30 01:26:48 +04:00
get_pathname.o: $(srcdir)/get_pathname.c $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
getsize.o: $(srcdir)/getsize.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 20:15:03 +04:00
icount.o: $(srcdir)/icount.c $(top_srcdir)/lib/et/com_err.h \
1997-04-29 21:57:00 +04:00
$(srcdir)/ext2fs.h $(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
1997-04-29 20:15:03 +04:00
$(srcdir)/bitops.h
1997-04-30 01:26:48 +04:00
initialize.o: $(srcdir)/initialize.c \
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
1997-04-29 20:15:03 +04:00
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
$(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
inline.o: $(srcdir)/inline.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
inode.o: $(srcdir)/inode.c $(srcdir)/ext2fsP.h \
1997-04-29 20:15:03 +04:00
$(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
$(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
irel_ma.o: $(srcdir)/irel_ma.c $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
1997-04-30 01:26:48 +04:00
$(top_builddir)/lib/ext2fs/ext2_err.h \
$(srcdir)/bitops.h $(srcdir)/irel.h
1997-04-29 21:57:00 +04:00
ismounted.o: $(srcdir)/ismounted.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
link.o: $(srcdir)/link.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
llseek.o: $(srcdir)/llseek.c $(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h
1997-04-29 21:57:00 +04:00
lookup.o: $(srcdir)/lookup.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
mkdir.o: $(srcdir)/mkdir.c $(srcdir)/ext2fs.h $(top_srcdir)/lib/et/com_err.h \
1997-04-29 21:57:00 +04:00
$(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
namei.o: $(srcdir)/namei.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
native.o: $(srcdir)/native.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
newdir.o: $(srcdir)/newdir.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
openfs.o: $(srcdir)/openfs.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
read_bb.o: $(srcdir)/read_bb.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
read_bb_file.o: $(srcdir)/read_bb_file.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
rs_bitmap.o: $(srcdir)/rs_bitmap.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
rw_bitmaps.o: $(srcdir)/rw_bitmaps.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
swapfs.o: $(srcdir)/swapfs.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
test_io.o: $(srcdir)/test_io.c $(top_srcdir)/lib/et/com_err.h \
1997-04-29 18:34:47 +04:00
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/io.h
1997-04-29 21:57:00 +04:00
unix_io.o: $(srcdir)/unix_io.c $(top_srcdir)/lib/et/com_err.h \
1997-04-29 20:15:03 +04:00
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/io.h
1997-04-29 21:57:00 +04:00
unlink.o: $(srcdir)/unlink.c $(srcdir)/ext2fs.h \
1997-04-30 01:26:48 +04:00
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
1997-04-29 21:57:00 +04:00
valid_blk.o: $(srcdir)/valid_blk.c $(srcdir)/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(srcdir)/io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(srcdir)/bitops.h
version.o: $(srcdir)/version.c $(top_srcdir)/lib/et/com_err.h \
$(srcdir)/ext2fs.h $(srcdir)/io.h $(top_builddir)/lib/ext2fs/ext2_err.h \
$(srcdir)/bitops.h $(srcdir)/../../version.h