X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=Makefile.in;h=832f44ee7f582d713e7ec5abdb65a684b828bbfb;hb=fb6c9e9d411724f1bc1868edb991dba21dc09654;hp=728d3a57c039620ea6bc95376e1dea1f520a6f29;hpb=f0eae15c36d3334c0461ba3f2d4d401a954902ab;p=tools%2Fe2fsprogs.git diff --git a/Makefile.in b/Makefile.in index 728d3a5..832f44e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,12 +11,16 @@ INSTALL = @INSTALL@ @RESIZER_CMT@RESIZE_DIR= resize @DEBUGFS_CMT@DEBUGFS_DIR= debugfs +@UUID_CMT@UUID_LIB_SUBDIR= lib/uuid +@BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid +QUOTA_LIB_SUBDIR= lib/quota -LIB_SUBDIRS=lib/et lib/ss lib/e2p lib/uuid lib/ext2fs lib/blkid intl +LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests -SUBS= lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h +SUBS= util/subst.conf lib/config.h lib/dirpaths.h \ + lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h TAR=tar @@ -31,13 +35,20 @@ subs: $(DEP_SUBSTITUTE) @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi) @(if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h; fi) -progs: subs all-progs-recursive -libs: subs all-libs-recursive +progs: all-progs-recursive +libs: all-libs-recursive +all-progs-recursive all-libs-recursive: subs e2fsprogs.spec: $(DEP_SUBSTITUTE) e2fsprogs.spec.in cd $(top_builddir); CONFIG_FILES=./e2fsprogs.spec ./config.status -rpm: e2fsprogs.spec +e2fsprogs-RHEL-6.spec: $(DEP_SUBSTITUTE) e2fsprogs-RHEL-6.spec.in + cd $(top_builddir); CONFIG_FILES=./e2fsprogs-RHEL-6.spec ./config.status + +e2fsprogs-SUSE_LINUX-11.spec: $(DEP_SUBSTITUTE) e2fsprogs-SUSE_LINUX-11.spec.in + cd $(top_builddir); CONFIG_FILES=./e2fsprogs-SUSE_LINUX-11.spec ./config.status + +rpm: e2fsprogs.spec e2fsprogs-RHEL-6.spec e2fsprogs-SUSE_LINUX-11.spec sh contrib/build-rpm docs: @@ -68,8 +79,12 @@ install-libs: install-libs-recursive uninstall-libs: uninstall-libs-recursive +coverage.txt: coverage.txt-recursive + +check-recursive: all + TAGS clean-recursive distclean-recursive depend-recursive check-recursive \ - mostlyclean-recursive realclean-recursive: + mostlyclean-recursive realclean-recursive coverage.txt-recursive: @for subdir in $(SUBDIRS); do \ if test -d $$subdir ; then \ target=`echo $@|$(SED) 's/-recursive//'`; \ @@ -79,7 +94,7 @@ TAGS clean-recursive distclean-recursive depend-recursive check-recursive \ done all-progs-recursive install-progs-recursive install-strip-progs-recursive \ - uninstall-progs-recursive: all-libs-recursive + uninstall-progs-recursive coverage.txt-progs-recursive: all-libs-recursive @for subdir in $(PROG_SUBDIRS); do \ if test -d $$subdir ; then \ target=`echo $@|$(SED) 's/-progs-recursive//'`; \ @@ -90,7 +105,8 @@ all-progs-recursive install-progs-recursive install-strip-progs-recursive \ all-libs-recursive install-libs-recursive install-strip-libs-recursive \ uninstall-libs-recursive install-shlibs-libs-recursive \ - install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive: + install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive \ + coverage.txt-libs-recursive: @for subdir in $(LIB_SUBDIRS); do \ if test -d $$subdir ; then \ target=`echo $@|$(SED) 's/-libs-recursive//'`; \ @@ -101,7 +117,7 @@ all-libs-recursive install-libs-recursive install-strip-libs-recursive \ mostlyclean: mostlyclean-recursive mostlyclean-local -clean: clean-recursive clean-local clean-doc +clean:: clean-recursive clean-local clean-doc $(RM) -f $(SUBS) distclean: distclean-doc distclean-recursive @@ -137,5 +153,5 @@ distclean-local: clean-local realclean-local: distclean-local $(RM) -f configure -check:: subs check-recursive +check:: all check-recursive