X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=e2fsck%2FMakefile.in;h=fbb7b156d5c759704b8547b5735bb4dd5468d39c;hb=7906f06f685cd2cb4b9b7a003c4c434b03585bc0;hp=f4ae5ea2bb230082cc52b218637c0fde894d4410;hpb=30d07316e537281a831efd1b60294e72ce86c27c;p=tools%2Fe2fsprogs.git diff --git a/e2fsck/Makefile.in b/e2fsck/Makefile.in index f4ae5ea..fbb7b15 100644 --- a/e2fsck/Makefile.in +++ b/e2fsck/Makefile.in @@ -168,9 +168,13 @@ flushb: flushb.o $(E) " LD $@" $(Q) $(LD) $(ALL_LDFLAGS) -o flushb flushb.o $(CHECKLIB) -iscan: iscan.o util.o ehandler.o $(DEPLIBS) +iscan: iscan.o $(DEPLIBS) $(E) " LD $@" - $(Q) $(LD) $(ALL_LDFLAGS) -o iscan iscan.o util.o ehandler.o $(LIBS) + $(Q) $(LD) $(ALL_LDFLAGS) -o iscan iscan.o $(LIBS) + +iscan.static: iscan.o $(STATIC_DEPLIBS) + $(E) " LD $@" + $(Q) $(LD) $(LDFLAGS_STATIC) -o iscan.static iscan.o $(STATIC_LIBS) test_profile: $(srcdir)/profile.c profile_helpers.o argv_parse.o \ prof_err.o profile.h $(DEPSTATIC_LIBCOM_ERR) @@ -254,7 +258,7 @@ clean:: e2fsck.shared e2fsck.profiled flushb e2fsck.8 \ tst_problem tst_region tst_refcount tst_crc32 \ gen_crc32table e2fsck.conf.5 \ - prof_err.c prof_err.h test_profile + prof_err.c prof_err.h test_profile iscan iscan.static $(RM) -rf profiled mostlyclean: clean @@ -450,9 +454,9 @@ unix.o: $(srcdir)/unix.c $(top_builddir)/lib/config.h \ $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/e2p/e2p.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \ $(top_srcdir)/lib/et/com_err.h $(top_srcdir)/lib/support/plausible.h \ - $(srcdir)/e2fsck.h $(top_srcdir)/lib/ext2fs/ext2fs.h \ - $(top_srcdir)/lib/ext2fs/ext3_extents.h $(top_srcdir)/lib/ext2fs/ext2_io.h \ - $(top_builddir)/lib/ext2fs/ext2_err.h \ + $(top_srcdir)/lib/support/devname.h $(srcdir)/e2fsck.h \ + $(top_srcdir)/lib/ext2fs/ext2fs.h $(top_srcdir)/lib/ext2fs/ext3_extents.h \ + $(top_srcdir)/lib/ext2fs/ext2_io.h $(top_builddir)/lib/ext2fs/ext2_err.h \ $(top_srcdir)/lib/ext2fs/ext2_ext_attr.h $(top_srcdir)/lib/ext2fs/hashmap.h \ $(top_srcdir)/lib/ext2fs/bitops.h $(top_srcdir)/lib/support/profile.h \ $(top_builddir)/lib/support/prof_err.h $(top_srcdir)/lib/support/quotaio.h \ @@ -555,7 +559,7 @@ rehash.o: $(srcdir)/rehash.c $(top_builddir)/lib/config.h \ $(top_srcdir)/lib/support/quotaio_tree.h \ $(top_srcdir)/lib/ext2fs/fast_commit.h $(top_srcdir)/lib/ext2fs/jfs_compat.h \ $(top_srcdir)/lib/ext2fs/kernel-list.h $(top_srcdir)/lib/ext2fs/compiler.h \ - $(srcdir)/problem.h + $(srcdir)/problem.h $(top_srcdir)/lib/support/sort_r.h readahead.o: $(srcdir)/readahead.c $(top_builddir)/lib/config.h \ $(top_builddir)/lib/dirpaths.h $(srcdir)/e2fsck.h \ $(top_srcdir)/lib/ext2fs/ext2_fs.h $(top_builddir)/lib/ext2fs/ext2_types.h \