X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=Makefile.in;h=0aa2d72c82c53e7112114c697af87e665258be4d;hb=429d437d13a539fa64939a06f7711423c320e81d;hp=bf8081e3cf7f1eed3f5a93f6bedadcd868ac80a4;hpb=93df80d2409d6e7d97701ab745b937f8903c808f;p=tools%2Fe2fsprogs.git diff --git a/Makefile.in b/Makefile.in index bf8081e..0aa2d72 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,6 +4,7 @@ VPATH = @srcdir@ top_builddir = . my_dir = . INSTALL = @INSTALL@ +MKDIR_P = @MKDIR_P@ @MCONFIG@ @@ -19,10 +20,10 @@ INSTALL = @INSTALL@ @ALL_CMT@EXT2FS_LIB_SUBDIR= lib/ext2fs LIB_SUBDIRS=lib/et lib/ss $(E2P_LIB_SUBDIR) $(UUID_LIB_SUBDIR) \ - $(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) $(EXT2FS_LIB_SUBDIR) intl + $(BLKID_LIB_SUBDIR) $(SUPPORT_LIB_SUBDIR) $(EXT2FS_LIB_SUBDIR) -PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs po \ - $(E2SCRUB_DIR) +PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) tests/progs \ + tests/fuzz po $(E2SCRUB_DIR) SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests @@ -52,7 +53,16 @@ static-progs: all-static-progs-recursive libs: all-libs-recursive all-progs-recursive all-libs-recursive:: subs -rpm: +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 + +e2fsprogs-RHEL-7+.spec: $(DEP_SUBSTITUTE) e2fsprogs-RHEL-7+.spec.in + cd $(top_builddir); CONFIG_FILES=./e2fsprogs-RHEL-7+.spec ./config.status + +rpm: e2fsprogs-RHEL-6.spec e2fsprogs-SUSE_LINUX-11+.spec e2fsprogs-RHEL-7+.spec sh contrib/build-rpm docs: