Whamcloud - gitweb
Merge branch 'maint' into next
[tools/e2fsprogs.git] / MCONFIG.in
1 # Beginning of file MCONFIG
2
3 all::
4
5 all-static::
6
7 check::
8
9 fullcheck::
10
11 SHELL = /bin/sh
12
13 COMPRESS_EXT = gz bz2 bz Z
14
15 prefix = @prefix@
16 root_prefix = @root_prefix@
17 exec_prefix = @exec_prefix@
18 root_bindir = @root_bindir@
19 root_sbindir = @root_sbindir@
20 root_libdir = @root_libdir@
21 datarootdir = @datarootdir@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libdir = @libdir@
25 datadir= @datadir@
26 localedir = $(datadir)/locale
27 root_sysconfdir= @root_sysconfdir@
28 includedir = @includedir@
29 mandir = @mandir@
30 man1dir = $(mandir)/man1
31 man3dir = $(mandir)/man3
32 man5dir = $(mandir)/man5
33 man8dir = $(mandir)/man8
34 infodir = @infodir@
35 datadir = @datadir@
36 pkgconfigdir = $(libdir)/pkgconfig
37 pkglibdir = $(libdir)/e2fsprogs
38
39 HAVE_UDEV = @have_udev@
40 UDEV_RULES_DIR = @pkg_udev_rules_dir@
41 HAVE_CROND = @have_crond@
42 CROND_DIR = @crond_dir@
43 HAVE_SYSTEMD = @have_systemd@
44 SYSTEMD_SYSTEM_UNIT_DIR = @systemd_system_unit_dir@
45
46 @SET_MAKE@
47
48 @ifGNUmake@ V =
49 @ifGNUmake@ ifeq ($(strip $(V)),)
50 @ifGNUmake@ #  E = @echo
51 @ifGNUmake@ #  ES = echo
52 @ifGNUmake@ #  Q = @
53 @ifGNUmake@    E = @E@
54 @ifGNUmake@    ES = @ES@
55 @ifGNUmake@    Q = @Q@
56 @ifGNUmake@ else
57 @ifGNUmake@    E = @\#
58 @ifGNUmake@    ES = \#
59 @ifGNUmake@    Q =
60 @ifGNUmake@ endif
61
62 @ifNotGNUmake@ E = @E@
63 @ifNotGNUmake@ ES = @ES@
64 @ifNotGNUmake@ Q = @Q@
65
66 @ifGNUmake@ CHECK=sparse
67 @ifGNUmake@ CHECK_OPTS=-Wsparse-all -Wno-transparent-union -Wno-return-void -Wno-undef -Wno-non-pointer-null
68 @ifGNUmake@ CPPCHECK=cppcheck
69 @ifGNUmake@ CPPCHECK_OPTS=--force --enable=all --quiet
70 @ifGNUmake@ ifeq ("$(C)", "2")
71 @ifGNUmake@   CHECK_CMD=$(CHECK) $(CHECK_OPTS) -Wbitwise -D__CHECK_ENDIAN__
72 @ifGNUmake@   CPPCHECK_CMD=$(CPPCHECK) $(CPPCHECK_OPTS)
73 @ifGNUmake@ else
74 @ifGNUmake@   ifeq ("$(C)", "1")
75 @ifGNUmake@     CHECK_CMD=$(CHECK) $(CHECK_OPTS)
76 @ifGNUmake@     CPPCHECK_CMD=$(CPPCHECK) $(CPPCHECK_OPTS)
77 @ifGNUmake@    else
78 @ifGNUmake@     CHECK_CMD=@true
79 @ifGNUmake@     CPPCHECK_CMD=@true
80 @ifGNUmake@   endif
81 @ifGNUmake@ endif
82
83 @ifNotGNUmake@ CHECK_CMD=true
84 @ifNotGNUmake@ CPPCHECK_CMD=true
85
86 SANITIZER_CFLAGS = @lto_cflags@ @ubsan_cflags@ @addrsan_cflags@ @threadsan_cflags@
87 SANITIZER_LDFLAGS = @lto_ldflags@ @ubsan_ldflags@ @addrsan_ldflags@ @threadsan_ldflags@
88
89 CC = @CC@
90 BUILD_CC = @BUILD_CC@
91 CFLAGS = @CFLAGS@
92 CFLAGS_SHLIB = @CFLAGS_SHLIB@
93 CFLAGS_STLIB = @CFLAGS_STLIB@
94 CPPFLAGS = @INCLUDES@
95 ALL_CFLAGS = $(CPPFLAGS) $(SANITIZER_CFLAGS) $(CFLAGS) $(CFLAGS_WARN) @DEFS@ $(LOCAL_CFLAGS)
96 ALL_CFLAGS_SHLIB = $(CPPFLAGS) $(SANITIZER_CFLAGS) $(CFLAGS_SHLIB) $(CFLAGS_WARN) @DEFS@ $(LOCAL_CFLAGS)
97 ALL_CFLAGS_STLIB = $(CPPFLAGS) $(SANITIZER_CFLAGS) $(CFLAGS_STLIB) $(CFLAGS_WARN) @DEFS@ $(LOCAL_CFLAGS)
98 LDFLAGS = $(SANITIZER_LDFLAGS) @LDFLAGS@
99 LDFLAGS_SHLIB = $(SANITIZER_LDFLAGS) @LDFLAGS_SHLIB@
100 ALL_LDFLAGS = $(LDFLAGS) @LDFLAG_DYNAMIC@
101 LDFLAGS_STATIC = $(SANITIZER_LDFLAGS) @LDFLAGS_STATIC@
102 BUILD_CFLAGS = $(SANITIZER_CFLAGS) @BUILD_CFLAGS@
103 BUILD_LDFLAGS = $(SANITIZER_LDFLAGS) @BUILD_LDFLAGS@
104 RDYNAMIC = @RDYNAMIC@
105 LINK_BUILD_FLAGS = @LINK_BUILD_FLAGS@
106 LINK_INSTALL_FLAGS = @LINK_INSTALL_FLAGS@
107 RM = @RM@
108 LN = @LN@
109 LN_S = @LN_S@
110 MV = @MV@
111 CP = @CP@
112 CHMOD = @CHMOD@
113 AR = @AR@
114 AWK = @AWK@
115 SED = @SED@
116 PERL = @PERL@
117 RANLIB = @RANLIB@
118 STRIP = @STRIP@
119 LD = $(PURE) @CC@
120 ARUPD = $(AR) r
121 ARGEN = $(AR) rc
122 LDCONFIG = @LDCONFIG@
123 INSTALL_PROGRAM = @INSTALL_PROGRAM@
124 INSTALL_DATA = @INSTALL_DATA@
125 INSTALL_SCRIPT = @INSTALL_SCRIPT@
126
127 #
128 # Library definitions
129 #
130 LIB = $(top_builddir)/lib
131 LIBSS = $(LIB)/libss@LIB_EXT@ @PRIVATE_LIBS_CMT@ @DLOPEN_LIB@
132 LIBCOM_ERR = $(LIB)/libcom_err@LIB_EXT@ @PRIVATE_LIBS_CMT@ @SEM_INIT_LIB@
133 LIBE2P = $(LIB)/libe2p@LIB_EXT@
134 LIBEXT2FS = $(LIB)/libext2fs@LIB_EXT@
135 LIBUUID = @LIBUUID@ @SOCKET_LIB@
136 LIBMAGIC = @MAGIC_LIB@
137 LIBFUSE = @FUSE_LIB@
138 LIBSUPPORT = $(LIBINTL) $(LIB)/libsupport@STATIC_LIB_EXT@
139 LIBBLKID = @LIBBLKID@ @PRIVATE_LIBS_CMT@ $(LIBUUID)
140 LIBINTL = @LIBINTL@
141 SYSLIBS = @LIBS@
142 DEPLIBSS = $(LIB)/libss@LIB_EXT@
143 DEPLIBCOM_ERR = $(LIB)/libcom_err@LIB_EXT@
144 DEPLIBUUID = @DEPLIBUUID@
145 DEPLIBSUPPORT = $(LIB)/libsupport@STATIC_LIB_EXT@
146 DEPLIBBLKID = @DEPLIBBLKID@ @PRIVATE_LIBS_CMT@ $(DEPLIBUUID)
147 TESTENV = LD_LIBRARY_PATH="$(LIB):$${LD_LIBRARY_PATH}" DYLD_LIBRARY_PATH="$(LIB):$${DYLD_LIBRARY_PATH}"
148
149 STATIC_LIBSS = $(LIB)/libss@STATIC_LIB_EXT@ @DLOPEN_LIB@
150 STATIC_LIBCOM_ERR = $(LIB)/libcom_err@STATIC_LIB_EXT@ @SEM_INIT_LIB@
151 STATIC_LIBE2P = $(LIB)/libe2p@STATIC_LIB_EXT@
152 STATIC_LIBEXT2FS = $(LIB)/libext2fs@STATIC_LIB_EXT@
153 STATIC_LIBUUID = @STATIC_LIBUUID@ @SOCKET_LIB@
154 STATIC_LIBSUPPORT = $(LIBINTL) $(LIBSUPPORT)
155 STATIC_LIBBLKID = @STATIC_LIBBLKID@ $(STATIC_LIBUUID)
156 DEPSTATIC_LIBSS = $(LIB)/libss@STATIC_LIB_EXT@
157 DEPSTATIC_LIBCOM_ERR = $(LIB)/libcom_err@STATIC_LIB_EXT@
158 DEPSTATIC_LIBUUID = @DEPSTATIC_LIBUUID@
159 DEPSTATIC_LIBSUPPORT = $(DEPLIBSUPPORT)
160 DEPSTATIC_LIBBLKID = @DEPSTATIC_LIBBLKID@ $(DEPSTATIC_LIBUUID)
161
162 PROFILED_LIBSS = $(LIB)/libss@PROFILED_LIB_EXT@ @DLOPEN_LIB@
163 PROFILED_LIBCOM_ERR = $(LIB)/libcom_err@PROFILED_LIB_EXT@ @SEM_INIT_LIB@
164 PROFILED_LIBE2P = $(LIB)/libe2p@PROFILED_LIB_EXT@
165 PROFILED_LIBEXT2FS = $(LIB)/libext2fs@PROFILED_LIB_EXT@
166 PROFILED_LIBUUID = @PROFILED_LIBUUID@ @SOCKET_LIB@
167 PROFILED_LIBSUPPORT = $(LIBINTL) $(LIB)/libsupport@PROFILED_LIB_EXT@
168 PROFILED_LIBBLKID = @PROFILED_LIBBLKID@ $(PROFILED_LIBUUID)
169 DEPPROFILED_LIBSS = $(LIB)/libss@PROFILED_LIB_EXT@
170 DEPPROFILED_LIBCOM_ERR = $(LIB)/libcom_err@PROFILED_LIB_EXT@
171 DEPPROFILED_LIBUUID = @PROFILED_LIBUUID@
172 DEPPROFILED_LIBSUPPORT = $(PROFILED_LIBSUPPORT)
173 DEPPROFILED_LIBBLKID = @PROFILED_LIBBLKID@ $(DEPPROFILED_LIBUUID)
174
175 #
176 # A fast substitution command for fixing up man pages, shell scripts, etc.
177 #
178 SUBST_CONF=$(top_builddir)/util/subst.conf
179 SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
180 SUBSTITUTE_UPTIME= $(top_builddir)/util/subst -t -f $(SUBST_CONF)
181 DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
182
183 $(top_builddir)/util/subst:
184         cd $(top_builddir)/util ; $(MAKE) subst
185
186 #
187 # Script for generating utf8data.h
188 #
189 MKUTF8DATA=$(top_builddir)/util/mkutf8data
190
191 $(top_builddir)/util/mkutf8data:
192          $(MAKE) -C $(top_builddir)/util mkutf8data
193
194 #
195 # Script for installing symlinks (for shared libraries)
196 #
197 $(top_builddir)/util/install-symlink: $(top_srcdir)/util/install-symlink.in \
198                               $(top_builddir)/config.status
199         cd $(top_builddir); CONFIG_FILES=util/install-symlink ./config.status
200         chmod +x $(top_builddir)/util/install-symlink
201
202 $(top_builddir)/util/symlinks:
203         cd $(top_builddir)/util ; $(MAKE) symlinks
204
205 INSTALL_SYMLINK = /bin/sh $(top_builddir)/util/install-symlink \
206                         @SYMLINK_RELATIVE@ \
207                         --symlinks=$(top_builddir)/util/symlinks
208 DEP_INSTALL_SYMLINK = $(top_builddir)/util/install-symlink \
209                         $(top_builddir)/util/symlinks
210
211 #
212 # Warning flags
213 #
214 # Run make gcc-wall to do a build with warning messages.
215 #
216 #
217 WFLAGS=         -std=gnu99 -D_XOPEN_SOURCE=600 -D_GNU_SOURCE $(WFLAGS_EXTRA) \
218                         -Wall -W -Wwrite-strings -Wpointer-arith \
219                         -Wcast-qual -Wcast-align -Wno-variadic-macros \
220                         -Wstrict-prototypes -Wmissing-prototypes \
221                         -Wformat-security  -Wformat-nonliteral \
222                         -Wmissing-format-attribute -O2 -Wstrict-aliasing \
223                         -Wnested-externs -Winline -DNO_INLINE_FUNCS -Wshadow \
224                         -UENABLE_NLS
225
226 gcc-wall-new:
227         ($(MAKE) CFLAGS_WARN="$(WFLAGS)" > /dev/null) 2>&1
228
229 gcc-wall:
230         $(MAKE) clean > /dev/null
231         $(MAKE) gcc-wall-new
232
233 static-check:
234         ($(MAKE) C=1 V=1 CFLAGS="$(ALL_CFLAGS) $(WFLAGS)") 2>&1
235
236 static-check-all:
237         $(MAKE) clean > /dev/null
238         $(MAKE) static-check
239
240 #
241 # Installation user and groups
242 #
243 BINGRP=         bin
244 BINOWN=         bin
245 BINMODE=        555
246 INCGRP=         bin
247 INCOWN=         bin
248 INCMODE=        444
249 LIBOWN=         bin
250 LIBGRP=         bin
251 LIBMODE=        444
252 MANGRP=         bin
253 MANOWN=         bin
254 MANMODE=        444
255
256 #
257 # Autoconf magic...
258 #
259
260 DEP_LIB_MAKEFILES = $(top_srcdir)/lib/Makefile.library \
261         $(top_srcdir)/lib/Makefile.elf-lib  \
262         $(top_srcdir)/lib/Makefile.bsd-lib \
263         $(top_srcdir)/lib/Makefile.darwin-lib \
264         $(top_srcdir)/lib/Makefile.solaris-lib \
265         $(top_srcdir)/lib/Makefile.profile
266
267 $(top_builddir)/config.status: $(top_srcdir)/configure
268         cd $(top_builddir); ./config.status --recheck
269
270 $(top_builddir)/MCONFIG: $(top_srcdir)/MCONFIG.in $(top_builddir)/config.status
271         cd $(top_builddir); CONFIG_FILES=MCONFIG ./config.status
272
273 $(top_builddir)/lib/config.h: $(top_srcdir)/lib/config.h.in \
274                               $(top_builddir)/config.status
275         cd $(top_builddir); CONFIG_FILES=lib/config.h ./config.status
276
277 $(top_builddir)/lib/dirpaths.h: $(DEP_SUBSTITUTE) $(top_srcdir)/lib/dirpaths.h.in
278         $(E) "  SUBST $@"
279         $(Q) $(SUBSTITUTE) $(top_srcdir)/lib/dirpaths.h.in $@
280
281 $(top_builddir)/lib/substitute_sh: $(top_srcdir)/lib/substitute_sh.in \
282                 $(top_builddir)/config.status
283         cd $(top_builddir); CONFIG_FILES=lib/substitute_sh ./config.status
284
285 $(top_builddir)/util/subst.conf: $(top_srcdir)/util/subst.conf.in \
286                 $(top_builddir)/config.status
287         cd $(top_builddir); CONFIG_FILES=util/subst.conf ./config.status
288
289 Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \
290                 $(DEP_MAKEFILE) $(top_builddir)/config.status
291         cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.status
292
293 @MAINTAINER_CMT@$(top_srcdir)/configure: $(top_srcdir)/configure.ac
294 @MAINTAINER_CMT@        cd $(top_srcdir) && autoheader && autoconf
295
296 coverage.txt: Makefile $(SRCS)
297         if test -n "$(SRCS)"; then \
298                 gcov -s $(top_srcdir) -o . $(SRCS) > coverage.txt 2>&1 ; \
299         fi
300
301 clean::
302         $(RM) -f *.gcda *.gcov *.gcno coverage.txt
303
304 #
305 # Make depend magic...
306 #
307
308 .depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed $(top_srcdir)/wordwrap.pl
309         if test -n "$(SRCS)" ; then \
310                 $(CC) -M $(ALL_CFLAGS) $(DEPEND_CFLAGS) $(SRCS) | \
311                         $(SED) -f $(top_srcdir)/depfix.sed \
312                             -e 's; $(srcdir)/; $$(srcdir)/;g' \
313                             -e 's; $(top_srcdir)/; $$(top_srcdir)/;g' \
314                             -e 's; $(top_builddir)/; $$(top_builddir)/;g' \
315                             -e 's; \./; ;g' \
316                             -e '/^#/d' \
317                             -e '/^ *\\$$/d' | \
318                         $(PERL) $(top_srcdir)/wordwrap.pl > .depend; \
319         else :; fi
320
321 depend:: .depend
322         if test -n "$(SRCS)" ; then \
323                 sed -e '/^# +++ Dependency line eater +++/,$$d' \
324                         < $(srcdir)/Makefile.in | cat - .depend \
325                         > $(srcdir)/Makefile.in.new; \
326         if cmp -s $(srcdir)/Makefile.in $(srcdir)/Makefile.in.new ; then \
327                 $(RM) $(srcdir)/Makefile.in.new ; \
328         else \
329                 $(MV) $(srcdir)/Makefile.in $(srcdir)/Makefile.in.old; \
330                 $(MV) $(srcdir)/Makefile.in.new $(srcdir)/Makefile.in; \
331         fi ; else :; fi
332
333 # End of file MCONFIG