X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=Makefile.in;h=82795ff894d5d355e428d8beb82663c1e8dc2826;hb=f1b53202b1b417e9fac064d6ecee4e20fa750ef4;hp=1de6b8fbeb3212e1f4eefdfcbe649e8dfcc1b9e6;hpb=66763262512e45ed86e56545848c1d4c91688f8d;p=tools%2Fe2fsprogs.git diff --git a/Makefile.in b/Makefile.in index 1de6b8f..82795ff 100644 --- a/Makefile.in +++ b/Makefile.in @@ -7,31 +7,71 @@ INSTALL = @INSTALL@ @MCONFIG@ -LIB_SUBDIRS=lib/et lib/ss lib/ext2fs lib/e2p lib/uuid -PROG_SUBDIRS=e2fsck debugfs misc resize tests/progs -SUBDIRS=$(LIB_SUBDIRS) $(PROG_SUBDIRS) tests +% : %.sh -SUBS= include/asm/types.h +@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_CMT@QUOTA_LIB_SUBDIR= lib/quota + +LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) lib/ext2fs $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) intl +PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po +SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests + +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 -all:: $(SUBS) libs progs docs +all:: subs + $(MAKE) libs + $(MAKE) progs + $(MAKE) docs + +subs: $(DEP_SUBSTITUTE) + @for i in $(SUBS) ; do if test -d `dirname $$i` ; \ + then $(MAKE) $$i || exit $$? ; fi ; done + @(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: 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 -progs: $(SUBS) all-progs-recursive -libs: $(SUBS) all-libs-recursive +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: - (cd doc && make libext2fs.info) + -@test -d doc && cd doc && $(MAKE) libext2fs.info install-doc-libs: - (cd doc && make install-doc-libs) + -@test -d doc && cd doc && $(MAKE) install-doc-libs uninstall-doc-libs: - (cd doc && make uninstall-doc-libs) + -@test -d doc && cd doc && $(MAKE) uninstall-doc-libs + +clean-doc: + -@test -d doc && cd doc && $(MAKE) clean + +distclean-doc: + -test -d doc && cd doc && $(MAKE) distclean -install: all-libs-recursive install-progs-recursive \ - install-shlibs-libs-recursive install-doc-libs -# (export MANPATH=$(DESTDIR)$(mandir); $(srcdir)/install-utils/compile_manpages) +install: subs all-libs-recursive install-progs-recursive \ + install-shlibs-libs-recursive install-doc-libs + if test ! -d e2fsck && test ! -d debugfs && test ! -d misc && test ! -d ext2ed ; then $(MAKE) install-libs ; fi + +install-strip: subs all-libs-recursive install-strip-progs-recursive \ + install-shlibs-strip-libs-recursive install-doc-libs uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs @@ -39,9 +79,11 @@ install-libs: install-libs-recursive uninstall-libs: uninstall-libs-recursive -TAGS clean-recursive distclean-recursive depend-recursive \ - mostlyclean-recursive realclean-recursive install-recursive: - for subdir in $(SUBDIRS); do \ +check-recursive: all + +TAGS clean-recursive distclean-recursive depend-recursive check-recursive \ + mostlyclean-recursive realclean-recursive: + @for subdir in $(SUBDIRS); do \ if test -d $$subdir ; then \ target=`echo $@|$(SED) 's/-recursive//'`; \ echo making $$target in $$subdir; \ @@ -49,8 +91,9 @@ TAGS clean-recursive distclean-recursive depend-recursive \ fi ; \ done -all-progs-recursive install-progs-recursive uninstall-progs-recursive: - for subdir in $(PROG_SUBDIRS); do \ +all-progs-recursive install-progs-recursive install-strip-progs-recursive \ + uninstall-progs-recursive: all-libs-recursive + @for subdir in $(PROG_SUBDIRS); do \ if test -d $$subdir ; then \ target=`echo $@|$(SED) 's/-progs-recursive//'`; \ echo making $$target in $$subdir; \ @@ -58,8 +101,10 @@ all-progs-recursive install-progs-recursive uninstall-progs-recursive: fi ; \ done -all-libs-recursive install-libs-recursive uninstall-libs-recursive install-shlibs-libs-recursive uninstall-shlibs-libs-recursive: - for subdir in $(LIB_SUBDIRS); do \ +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: + @for subdir in $(LIB_SUBDIRS); do \ if test -d $$subdir ; then \ target=`echo $@|$(SED) 's/-libs-recursive//'`; \ echo making $$target in $$subdir; \ @@ -69,61 +114,41 @@ all-libs-recursive install-libs-recursive uninstall-libs-recursive install-shlib mostlyclean: mostlyclean-recursive mostlyclean-local -clean: clean-recursive clean-local - $(RM) -f $(SUBS) +clean: clean-recursive clean-local clean-doc + $(RM) -f $(SUBS) -distclean: distclean-recursive distclean-local +distclean: distclean-doc distclean-recursive + $(RM) -rf autom4te.cache e2fsprogs.spec ext2ed/Makefile po/stamp-po + $(MAKE) distclean-local realclean: realclean-recursive realclean-local depend:: depend-recursive -include/asm/types.h: $(DEP_SUBSTITUTE) $(srcdir)/include/asm/types.h.in - $(SUBSTITUTE) $(srcdir)/include/asm/types.h.in \ - > include/asm/types.h +lib/ext2fs/ext2_types.h: $(DEP_SUBSTITUTE) asm_types.h \ + $(srcdir)/lib/ext2fs/ext2_types.h.in + cd $(top_builddir); CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status + +lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \ + $(srcdir)/lib/blkid/blkid_types.h.in + cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status + +lib/uuid/uuid_types.h: $(DEP_SUBSTITUTE) asm_types.h \ + $(srcdir)/lib/uuid/uuid_types.h.in + cd $(top_builddir); CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status mostlyclean-local: - $(RM) -f \#* *~ core MAKELOG + $(RM) -f \#* *~ *.orig core MAKELOG + clean-local: mostlyclean-local + distclean-local: clean-local - $(RM) -f include/asm/types.h $(SUBSTITUTE) - $(RM) -f config.status config.log config.cache MCONFIG Makefile + $(RM) -f $(SUBS) $(SUBST_CONF) \ + config.status config.log config.cache MCONFIG Makefile \ + $(srcdir)/TAGS $(srcdir)/Makefile.in.old + realclean-local: distclean-local $(RM) -f configure -check: - (cd tests; make check) - -distribution_tar_file: - $(RM) -rf /tmp/dest - make DESTDIR=/tmp/dest install - cd .. - cp -r $(srcdir)/README $(srcdir)/install-utils /tmp/dest - $(RM) -rf /tmp/dest/install-utils/CVS /tmp/dest/install-utils/ChangeLog - cp $(srcdir)/INSTALL.@BINARY_TYPE@ /tmp/dest/INSTALL - (cd /tmp/dest; $(TAR) cf - . ) | gzip -9 \ - > e2fsprogs-@E2FSPROGS_VERSION@-@BINARY_TYPE@.tar.gz - -SRCROOT = `echo e2fsprogs-@E2FSPROGS_VERSION@ | sed -e 's/-WIP//' \ - -e 's/pre-//' -e 's/-PLUS//'` - -$(srcdir)/.exclude-file: - a=$(SRCROOT); \ - (cd $(srcdir)/.. ; find e2fsprogs \( -name \*~ -o -name \*.orig \ - -o -name CVS -o -name \*.rej -o -name Makefile.pq \ - -o -name TODO -o -name changed-files -o -name .#\* \) \ - -print) | sed -e "s/e2fsprogs/$$a/" > $(srcdir)/.exclude-file - echo "$(SRCROOT)/build" >> $(srcdir)/.exclude-file - echo "$(SRCROOT)/rpm.log" >> $(srcdir)/.exclude-file - echo "$(SRCROOT)/resize" >> $(srcdir)/.exclude-file - echo "$(SRCROOT)/powerquest" >> $(srcdir)/.exclude-file - echo "$(SRCROOT)/.exclude-file" >> $(srcdir)/.exclude-file - echo $(SRCROOT)/e2fsprogs-@E2FSPROGS_VERSION@.tar.gz \ - >> $(srcdir)/.exclude-file - -source_tar_file: $(srcdir)/.exclude-file - (cd $(srcdir)/..; a=$(SRCROOT); rm -f $$a ; ln -sf e2fsprogs $$a ; \ - $(TAR) -c -h -v -f - \ - -X $$a/.exclude-file $$a | \ - gzip -9 > e2fsprogs-@E2FSPROGS_VERSION@.tar.gz) - rm -f $(srcdir)/.exclude-file +check:: all check-recursive +