aboutsummaryrefslogtreecommitdiffstats
path: root/debugfs/Makefile.in
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2001-03-29 20:49:58 +0000
committerTheodore Ts'o <tytso@mit.edu>2001-03-29 20:49:58 +0000
commitda81e3fcfe075922e995a1c5f1efded5768d519a (patch)
treef2c69c5846b8c94806526b4979762c109a0f2007 /debugfs/Makefile.in
parent15986f7931e1fe65621b4defb5522c9bf8da76ef (diff)
downloadandroid_external_e2fsprogs-da81e3fcfe075922e995a1c5f1efded5768d519a.tar.gz
android_external_e2fsprogs-da81e3fcfe075922e995a1c5f1efded5768d519a.tar.bz2
android_external_e2fsprogs-da81e3fcfe075922e995a1c5f1efded5768d519a.zip
Many files:
debugfs.c (dump_blocks, dump_inode, internal_dump_inode): Add internal_dump_inode() interface for the logdump command. logdump.c: Imported code from Stephen Tweedie to dump the ext3 journal.
Diffstat (limited to 'debugfs/Makefile.in')
-rw-r--r--debugfs/Makefile.in10
1 files changed, 8 insertions, 2 deletions
diff --git a/debugfs/Makefile.in b/debugfs/Makefile.in
index 5634ddf4..60c00761 100644
--- a/debugfs/Makefile.in
+++ b/debugfs/Makefile.in
@@ -17,11 +17,11 @@ MANPAGES= debugfs.8
MK_CMDS= _SS_DIR_OVERRIDE=../lib/ss ../lib/ss/mk_cmds
DEBUG_OBJS= debug_cmds.o debugfs.o util.o ncheck.o icheck.o ls.o \
- lsdel.o dump.o setsuper.o
+ lsdel.o dump.o setsuper.o logdump.o
SRCS= debug_cmds.c $(srcdir)/debugfs.c $(srcdir)/util.c $(srcdir)/ls.c \
$(srcdir)/ncheck.c $(srcdir)/icheck.c $(srcdir)/lsdel.c \
- $(srcdir)/dump.c $(srcdir)/setsuper.c
+ $(srcdir)/dump.c $(srcdir)/setsuper.c ${srcdir}/logdump.c
LIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(LIBUUID)
DEPLIBS= $(LIBEXT2FS) $(LIBE2P) $(LIBSS) $(LIBCOM_ERR) $(DEPLIBUUID)
@@ -111,3 +111,9 @@ setsuper.o: $(srcdir)/setsuper.c $(srcdir)/debugfs.h \
$(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
$(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
$(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h
+logdump.o: $(srcdir)/logdump.c $(srcdir)/debugfs.h \
+ $(top_srcdir)/include/linux/ext2_fs.h $(top_srcdir)/lib/ext2fs/ext2fs.h \
+ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/ext2fs/ext2_io.h \
+ $(top_builddir)/lib/ext2fs/ext2_err.h $(top_srcdir)/lib/ext2fs/bitops.h \
+ $(srcdir)/jfs_user.h $(top_srcdir)/include/linux/jfs.h \
+ $(top_srcdir)/include/linux/jfs_compat.h $(top_srcdir)/include/linux/list.h