X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=Makefile.in;h=7c5d441abe68a6e8025f67ac0d84d9a091f25816;hb=refs%2Ftags%2Fv1.42-WIP-1005;hp=ffb12241c7b40cfec3441ae438c8ef76eb8b904e;hpb=60b30dbaa6672628f123e95bf8a8f0f37683ac4f;p=tools%2Fe2fsprogs.git diff --git a/Makefile.in b/Makefile.in index ffb1224..7c5d441 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_CMT@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) 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= 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 @@ -25,14 +29,15 @@ all:: subs $(MAKE) progs $(MAKE) docs -subs: +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: 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 @@ -137,5 +142,5 @@ distclean-local: clean-local realclean-local: distclean-local $(RM) -f configure -check:: subs check-recursive +check:: all check-recursive