2 top_srcdir = @top_srcdir@
12 @RESIZER_CMT@RESIZE_DIR= resize
13 @DEBUGFS_CMT@DEBUGFS_DIR= debugfs
14 @UUID_CMT@UUID_LIB_SUBDIR= lib/uuid
15 @BLKID_CMT@BLKID_LIB_SUBDIR= lib/blkid
16 @QUOTA_CMT@QUOTA_LIB_SUBDIR= lib/quota
17 @E2SCAN_CMT@E2SCAN_DIR= e2scan
19 LIB_SUBDIRS=lib/et lib/ss lib/e2p $(UUID_LIB_SUBDIR) $(BLKID_LIB_SUBDIR) $(QUOTA_LIB_SUBDIR) lib/ext2fs intl
20 PROG_SUBDIRS=e2fsck $(DEBUGFS_DIR) misc $(RESIZE_DIR) $(E2SCAN_DIR) tests/progs po
21 SUBDIRS=util $(LIB_SUBDIRS) $(PROG_SUBDIRS) tests
23 SUBS= util/subst.conf lib/config.h lib/dirpaths.h \
24 lib/ext2fs/ext2_types.h lib/blkid/blkid_types.h lib/uuid/uuid_types.h
33 subs: $(DEP_SUBSTITUTE)
34 @for i in $(SUBS) ; do if test -d `dirname $$i` ; \
35 then $(MAKE) $$i || exit $$? ; fi ; done
36 @(if test -d lib/et ; then cd lib/et && $(MAKE) compile_et; fi)
37 @(if test -d lib/ext2fs ; then cd lib/ext2fs && $(MAKE) ext2_err.h; fi)
39 progs: all-progs-recursive
40 libs: all-libs-recursive
41 all-progs-recursive all-libs-recursive: subs
43 e2fsprogs.spec: $(DEP_SUBSTITUTE) e2fsprogs.spec.in
44 cd $(top_builddir); CONFIG_FILES=./e2fsprogs.spec ./config.status
46 e2fsprogs-RHEL-6.spec: $(DEP_SUBSTITUTE) e2fsprogs-RHEL-6.spec.in
47 cd $(top_builddir); CONFIG_FILES=./e2fsprogs-RHEL-6.spec ./config.status
49 e2fsprogs-SUSE_LINUX-11.spec: $(DEP_SUBSTITUTE) e2fsprogs-SUSE_LINUX-11.spec.in
50 cd $(top_builddir); CONFIG_FILES=./e2fsprogs-SUSE_LINUX-11.spec ./config.status
52 e2fsprogs-SUSE_LINUX-12.spec: $(DEP_SUBSTITUTE) e2fsprogs-SUSE_LINUX-12.spec.in
53 cd $(top_builddir); CONFIG_FILES=./e2fsprogs-SUSE_LINUX-12.spec ./config.status
55 e2fsprogs-RHEL-7.spec: $(DEP_SUBSTITUTE) e2fsprogs-RHEL-7.spec.in
56 cd $(top_builddir); CONFIG_FILES=./e2fsprogs-RHEL-7.spec ./config.status
58 rpm: e2fsprogs.spec e2fsprogs-RHEL-6.spec e2fsprogs-SUSE_LINUX-11.spec \
59 e2fsprogs-RHEL-7.spec e2fsprogs-SUSE_LINUX-12.spec
63 -@test -d doc && cd doc && $(MAKE) libext2fs.info
66 -@test -d doc && cd doc && $(MAKE) install-doc-libs
69 -@test -d doc && cd doc && $(MAKE) uninstall-doc-libs
72 -@test -d doc && cd doc && $(MAKE) clean
75 -test -d doc && cd doc && $(MAKE) distclean
77 install: subs all-libs-recursive install-progs-recursive \
78 install-shlibs-libs-recursive install-doc-libs
79 if test ! -d e2fsck && test ! -d debugfs && test ! -d e2scan && test ! -d misc && test ! -d ext2ed ; then $(MAKE) install-libs ; fi
81 install-strip: subs all-libs-recursive install-strip-progs-recursive \
82 install-shlibs-strip-libs-recursive install-doc-libs
84 uninstall: uninstall-progs-recursive uninstall-shlibs-libs-recursive uninstall-doc-libs
86 install-libs: install-libs-recursive
88 uninstall-libs: uninstall-libs-recursive
90 coverage.txt: coverage.txt-recursive
94 TAGS clean-recursive distclean-recursive depend-recursive check-recursive \
95 mostlyclean-recursive realclean-recursive coverage.txt-recursive:
96 @for subdir in $(SUBDIRS); do \
97 if test -d $$subdir ; then \
98 target=`echo $@|$(SED) 's/-recursive//'`; \
99 echo making $$target in $$subdir; \
100 (cd $$subdir && $(MAKE) $$target) || exit 1; \
104 all-progs-recursive install-progs-recursive install-strip-progs-recursive \
105 uninstall-progs-recursive coverage.txt-progs-recursive: all-libs-recursive
106 @for subdir in $(PROG_SUBDIRS); do \
107 if test -d $$subdir ; then \
108 target=`echo $@|$(SED) 's/-progs-recursive//'`; \
109 echo making $$target in $$subdir; \
110 (cd $$subdir && $(MAKE) $$target) || exit 1; \
114 all-libs-recursive install-libs-recursive install-strip-libs-recursive \
115 uninstall-libs-recursive install-shlibs-libs-recursive \
116 install-shlibs-strip-libs-recursive uninstall-shlibs-libs-recursive \
117 coverage.txt-libs-recursive:
118 @for subdir in $(LIB_SUBDIRS); do \
119 if test -d $$subdir ; then \
120 target=`echo $@|$(SED) 's/-libs-recursive//'`; \
121 echo making $$target in $$subdir; \
122 (cd $$subdir && $(MAKE) $$target) || exit 1; \
126 mostlyclean: mostlyclean-recursive mostlyclean-local
128 clean:: clean-recursive clean-local clean-doc
131 distclean: distclean-doc distclean-recursive
132 $(RM) -rf autom4te.cache e2fsprogs.spec ext2ed/Makefile po/stamp-po
133 $(MAKE) distclean-local
135 realclean: realclean-recursive realclean-local
137 depend:: depend-recursive
139 lib/ext2fs/ext2_types.h: $(DEP_SUBSTITUTE) asm_types.h \
140 $(srcdir)/lib/ext2fs/ext2_types.h.in
141 cd $(top_builddir); CONFIG_FILES=./lib/ext2fs/ext2_types.h ./config.status
143 lib/blkid/blkid_types.h: $(DEP_SUBSTITUTE) asm_types.h \
144 $(srcdir)/lib/blkid/blkid_types.h.in
145 cd $(top_builddir); CONFIG_FILES=./lib/blkid/blkid_types.h ./config.status
147 lib/uuid/uuid_types.h: $(DEP_SUBSTITUTE) asm_types.h \
148 $(srcdir)/lib/uuid/uuid_types.h.in
149 cd $(top_builddir); CONFIG_FILES=./lib/uuid/uuid_types.h ./config.status
152 $(RM) -f \#* *~ *.orig core MAKELOG
154 clean-local: mostlyclean-local
156 distclean-local: clean-local
157 $(RM) -f $(SUBS) $(SUBST_CONF) \
158 config.status config.log config.cache MCONFIG Makefile \
159 $(srcdir)/TAGS $(srcdir)/Makefile.in.old
161 realclean-local: distclean-local
164 check:: all check-recursive