blob: e4ad5780ae43b68b1a0039be37aa01ab307befed [file] [log] [blame]
Theodore Ts'o50e1e101997-04-26 13:58:21 +00001# Beginning of file MCONFIG
2
Theodore Ts'oef8901b1999-07-03 04:55:36 +00003all::
4
Theodore Ts'o3e377db2000-12-09 02:37:33 +00005check::
6
Theodore Ts'o50e1e101997-04-26 13:58:21 +00007SHELL = /bin/sh
8
9prefix = @prefix@
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000010root_prefix = @root_prefix@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000011exec_prefix = @exec_prefix@
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000012root_bindir = $(root_prefix)/bin
13root_sbindir = $(root_prefix)/sbin
14root_libdir = $(root_prefix)/lib
15bindir = @bindir@
16sbindir = @sbindir@
17libdir = @libdir@
18includedir = @includedir@
19mandir = @mandir@
Theodore Ts'oa4bf69d1999-05-29 21:53:30 +000020man1dir = $(mandir)/man1
21man3dir = $(mandir)/man3
22man8dir = $(mandir)/man8
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +000023infodir = @infodir@
24datadir = @datadir@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000025
26@SET_MAKE@
27
28INSTALL_PROGRAM = @INSTALL_PROGRAM@
29INSTALL_DATA = @INSTALL_DATA@
30CC = @CC@
Theodore Ts'o6c133521999-07-03 20:37:03 +000031BUILD_CC = @BUILD_CC@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000032DEFS = @DEFS@
Theodore Ts'o74becf31997-04-26 14:37:06 +000033CFLAGS = @CFLAGS@
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +000034CPPFLAGS = @CPPFLAGS@
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +000035ALL_CFLAGS = $(CPPFLAGS) $(DEFS) $(USE_WFLAGS) $(CFLAGS) $(XTRA_CFLAGS) \
Theodore Ts'o73ae2d42000-02-02 16:13:14 +000036 -I$(top_builddir)/lib -I$(top_srcdir)/lib \
37 -I$(top_srcdir)/include $(LINUX_INCLUDE)
Theodore Ts'o50e1e101997-04-26 13:58:21 +000038LDFLAGS = @LDFLAGS@
Theodore Ts'o74becf31997-04-26 14:37:06 +000039ALL_LDFLAGS = $(LDFLAGS)
Theodore Ts'o50e1e101997-04-26 13:58:21 +000040RM = @RM@
41LN = @LN@
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000042LN_S = @LN_S@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000043MV = @MV@
44CP = @CP@
45CHMOD = @CHMOD@
46AR = @AR@
47AWK = @AWK@
48SED = @SED@
Theodore Ts'o9d564f71999-07-03 20:25:58 +000049PERL = @PERL@
Theodore Ts'o50e1e101997-04-26 13:58:21 +000050RANLIB = @RANLIB@
51STRIP = @STRIP@
52LD = $(PURE) @CC@
53ARUPD = $(AR) r
54
55#
Theodore Ts'oa4d09611997-04-29 14:28:00 +000056# Library definitions
57#
58LIB = $(top_builddir)/lib
59LIBSS = $(LIB)/libss@LIB_EXT@
60LIBCOM_ERR = $(LIB)/libcom_err@LIB_EXT@
61LIBE2P = $(LIB)/libe2p@LIB_EXT@
62LIBEXT2FS = $(LIB)/libext2fs@LIB_EXT@
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000063LIBUUID = $(LIB)/libuuid@LIB_EXT@ @SOCKET_LIB@
Theodore Ts'o77200f42000-01-18 17:53:27 +000064DEPLIBUUID = $(LIB)/libuuid@LIB_EXT@
Theodore Ts'oa4d09611997-04-29 14:28:00 +000065
66STATIC_LIBSS = $(LIB)/libss@STATIC_LIB_EXT@
67STATIC_LIBCOM_ERR = $(LIB)/libcom_err@STATIC_LIB_EXT@
68STATIC_LIBE2P = $(LIB)/libe2p@STATIC_LIB_EXT@
69STATIC_LIBEXT2FS = $(LIB)/libext2fs@STATIC_LIB_EXT@
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000070STATIC_LIBUUID = $(LIB)/libuuid@STATIC_LIB_EXT@ @SOCKET_LIB@
Theodore Ts'o77200f42000-01-18 17:53:27 +000071DEPSTATIC_LIBUUID = $(LIB)/libuuid@STATIC_LIB_EXT@
Theodore Ts'oa4d09611997-04-29 14:28:00 +000072
73PROFILED_LIBSS = $(LIB)/libss@PROFILED_LIB_EXT@
74PROFILED_LIBCOM_ERR = $(LIB)/libcom_err@PROFILED_LIB_EXT@
75PROFILED_LIBE2P = $(LIB)/libe2p@PROFILED_LIB_EXT@
76PROFILED_LIBEXT2FS = $(LIB)/libext2fs@PROFILED_LIB_EXT@
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +000077PROFILED_LIBUUID = $(LIB)/libuuid@PROFILED_LIB_EXT@ @SOCKET_LIB@
Theodore Ts'o77200f42000-01-18 17:53:27 +000078DEPPROFILED_LIBUUID = $(LIB)/libuuid@PROFILED_LIB_EXT@
Theodore Ts'oa4d09611997-04-29 14:28:00 +000079
80#
Theodore Ts'o50e1e101997-04-26 13:58:21 +000081# Use these definitions is you use tools 2.x, x < 16
82#
83#DLL_BIN=/usr/dll/bin
84#JUMP_PREFIX=/usr/dll/jump/
85
86#
87# Use these definitions if you use tools 2.16 or above
88#
89DLL_BIN=/usr/bin
90JUMP_PREFIX=/usr/bin/jump
91
92# An include directive pointing to a directory holding enough linux-like
93# include files to satisfy some programs here
94LINUX_INCLUDE=@LINUX_INCLUDE@
95
96#
Theodore Ts'oa4d09611997-04-29 14:28:00 +000097# A fast substitution command for fixing up man pages, shell scripts, etc.
98#
Theodore Ts'o44339bd1997-10-15 02:47:20 +000099SUBST_CONF=$(top_builddir)/util/subst.conf
100SUBSTITUTE= $(top_builddir)/util/subst -f $(SUBST_CONF)
101DEP_SUBSTITUTE= $(top_builddir)/util/subst $(SUBST_CONF)
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000102
Theodore Ts'oef8901b1999-07-03 04:55:36 +0000103$(top_builddir)/util/subst:
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +0000104 cd $(top_builddir)/util ; $(MAKE) subst
Theodore Ts'oef8901b1999-07-03 04:55:36 +0000105
Theodore Ts'oa4d09611997-04-29 14:28:00 +0000106#
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000107# Warning flags
108#
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +0000109# Run make gcc-wall to do a build with warning messages.
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000110#
111#
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +0000112WFLAGS= -ansi -D_POSIX_SOURCE -pedantic \
113 -Wall -Wwrite-strings -Wpointer-arith \
114 -Wcast-qual -Wcast-align -Wtraditional \
115 -Wstrict-prototypes -Wmissing-prototypes \
116 -Wnested-externs -Winline -DNO_INLINE_FUNCS -Wshadow
117
Theodore Ts'oc8c071a2001-01-11 16:08:23 +0000118gcc-wall-new:
119 (make USE_WFLAGS="$(WFLAGS)" > /dev/null) 2>&1 | sed -f $(top_srcdir)/util/gcc-wall-cleanup
120
Theodore Ts'o4d0f3e12001-01-11 15:48:50 +0000121gcc-wall:
122 make clean > /dev/null
Theodore Ts'oc8c071a2001-01-11 16:08:23 +0000123 make gcc-wall-new
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000124
125#
126# Installation user and groups
127#
128BINGRP= bin
129BINOWN= bin
130BINMODE= 555
131INCGRP= bin
132INCOWN= bin
133INCMODE= 444
134LIBOWN= bin
135LIBGRP= bin
136LIBMODE= 444
137MANGRP= bin
138MANOWN= bin
139MANMODE= 444
140
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000141#
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000142# Autoconf magic...
143#
144
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000145DEP_LIB_MAKEFILES = $(top_srcdir)/lib/Makefile.elf-lib \
146 $(top_srcdir)/lib/Makefile.dll-lib $(top_srcdir)/lib/Makefile.bsd-lib \
147 $(top_srcdir)/lib/Makefile.checker $(top_srcdir)/lib/Makefile.profile
148
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000149$(top_builddir)/config.status: $(top_srcdir)/configure
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +0000150 cd $(top_builddir); ./config.status --recheck
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000151
152$(top_builddir)/MCONFIG: $(top_srcdir)/MCONFIG.in $(top_builddir)/config.status
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +0000153 cd $(top_builddir); CONFIG_FILES=MCONFIG ./config.status
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000154
155$(top_builddir)/lib/substitute_sh: $(top_srcdir)/lib/substitute_sh.in \
156 $(top_builddir)/config.status
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +0000157 cd $(top_builddir); CONFIG_FILES=lib/substitute_sh ./config.status
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000158
Theodore Ts'obf2602b1998-03-30 01:11:44 +0000159$(top_builddir)/util/subst.conf: $(top_srcdir)/util/subst.conf.in \
160 $(top_builddir)/config.status
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +0000161 cd $(top_builddir); CONFIG_FILES=util/subst.conf ./config.status
Theodore Ts'obf2602b1998-03-30 01:11:44 +0000162
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000163Makefile: $(srcdir)/Makefile.in $(top_builddir)/MCONFIG \
Theodore Ts'oa4b2d3c1998-04-03 16:12:25 +0000164 $(DEP_MAKEFILE) $(top_builddir)/config.status
Theodore Ts'oe8aed8c2000-04-03 03:18:59 +0000165 cd $(top_builddir); CONFIG_FILES=$(my_dir)/Makefile ./config.status
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000166
167$(top_srcdir)/configure: $(top_srcdir)/configure.in
168 cd $(top_srcdir) && autoconf
169
170#
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000171# Make depend magic...
172#
173
Theodore Ts'o9d564f71999-07-03 20:25:58 +0000174.depend: Makefile $(SRCS) $(top_srcdir)/depfix.sed $(top_srcdir)/wordwrap.pl
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000175 if test -n "$(SRCS)" ; then \
Theodore Ts'o74becf31997-04-26 14:37:06 +0000176 $(CC) -M $(ALL_CFLAGS) $(SRCS) | \
Theodore Ts'o9d564f71999-07-03 20:25:58 +0000177 $(SED) -f $(top_srcdir)/depfix.sed \
Theodore Ts'ofc6d9d51997-04-29 14:51:31 +0000178 -e 's; $(srcdir)/; $$(srcdir)/;g' \
179 -e 's; $(top_srcdir)/; $$(top_srcdir)/;g' \
180 -e 's; $(top_builddir)/; $$(top_builddir)/;g' \
181 -e 's; \./; ;g' \
Theodore Ts'o9d564f71999-07-03 20:25:58 +0000182 -e '/^ *\\$$/d' | \
183 $(PERL) $(top_srcdir)/wordwrap.pl > .depend; \
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000184 else :; fi
185
186depend:: .depend
187 if test -n "$(SRCS)" ; then \
188 sed -e '/^# +++ Dependency line eater +++/,$$d' \
189 < $(srcdir)/Makefile.in | cat - .depend \
190 > $(srcdir)/Makefile.in.new; \
Theodore Ts'o9d564f71999-07-03 20:25:58 +0000191 if cmp -s $(srcdir)/Makefile.in $(srcdir)/Makefile.in.new ; then \
192 $(RM) $(srcdir)/Makefile.in.new ; \
193 else \
194 $(MV) $(srcdir)/Makefile.in $(srcdir)/Makefile.in.old; \
195 $(MV) $(srcdir)/Makefile.in.new $(srcdir)/Makefile.in; \
196 fi ; else :; fi
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000197
Theodore Ts'o50e1e101997-04-26 13:58:21 +0000198# End of file MCONFIG