r21909: Merge some of my recent improvements to the test infrastructure:
[samba.git] / source4 / main.mk
1 all: showflags $(ALL_PREDEP) bin/asn1_compile bin/compile_et binaries modules
2 everything: all libraries
3
4 include dynconfig.mk
5 include heimdal_build/config.mk
6 include config.mk
7 include dsdb/config.mk
8 include smbd/config.mk
9 include cluster/config.mk
10 include smbd/process_model.mk
11 include libnet/config.mk
12 include auth/config.mk
13 include nsswitch/config.mk
14 include lib/basic.mk
15 include param/config.mk
16 include smb_server/config.mk
17 include rpc_server/config.mk
18 include ldap_server/config.mk
19 include web_server/config.mk
20 include winbind/config.mk
21 include nbt_server/config.mk
22 include wrepl_server/config.mk
23 include cldap_server/config.mk
24 include utils/net/config.mk
25 include utils/config.mk
26 include ntvfs/config.mk
27 include ntptr/config.mk
28 include torture/config.mk
29 include librpc/config.mk
30 include client/config.mk
31 include libcli/config.mk
32 include scripting/ejs/config.mk
33 include scripting/swig/config.mk
34 include kdc/config.mk
35
36 DEFAULT_HEADERS = $(srcdir)/include/core.h \
37                   $(srcdir)/lib/util/dlinklist.h \
38                   $(srcdir)/version.h
39
40 binaries: $(BINARIES)
41 libraries: $(STATIC_LIBS) $(SHARED_LIBS)
42 modules: $(SHARED_MODULES)
43 headers: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
44 manpages: $(MANPAGES)
45 everything: all
46
47 showlayout: 
48         @echo 'Samba will be installed into:'
49         @echo '  basedir:     $(BASEDIR)'
50         @echo '  bindir:      $(BINDIR)'
51         @echo '  sbindir:     $(SBINDIR)'
52         @echo '  libdir:      $(LIBDIR)'
53         @echo '  modulesdir:  $(MODULESDIR)'
54         @echo '  includedir:  $(INCLUDEDIR)'
55         @echo '  vardir:      $(VARDIR)'
56         @echo '  privatedir:  $(PRIVATEDIR)'
57         @echo '  piddir:      $(PIDDIR)'
58         @echo '  lockdir:     $(LOCKDIR)'
59         @echo '  logfilebase: $(LOGFILEBASE)'
60         @echo '  setupdir:    $(SETUPDIR)'
61         @echo '  jsdir:       $(JSDIR)'
62         @echo '  webappsdir:  $(WEBAPPSDIR)'
63         @echo '  servicesdir: $(SERVICESDIR)'
64         @echo '  mandir:      $(MANDIR)'
65         @echo '  torturedir:  $(TORTUREDIR)'
66         @echo '  datadir:     $(DATADIR)'
67         @echo '  winbindd_socket_dir:  $(WINBINDD_SOCKET_DIR)'
68
69 showflags:
70         @echo 'Samba will be compiled with flags:'
71         @echo '  CPP        = $(CPP)'
72         @echo '  CPPFLAGS   = $(CPPFLAGS)'
73         @echo '  CC         = $(CC)'
74         @echo '  CFLAGS     = $(CFLAGS)'
75         @echo '  PICFLAG    = $(PICFLAG)'
76         @echo '  LD         = $(LD)'
77         @echo '  LDFLAGS    = $(LDFLAGS)'
78         @echo '  STLD       = $(STLD)'
79         @echo '  STLD_FLAGS = $(STLD_FLAGS)'
80         @echo '  SHLD       = $(SHLD)'
81         @echo '  SHLD_FLAGS = $(SHLD_FLAGS)'
82         @echo '  SHLIBEXT   = $(SHLIBEXT)'
83         @echo '  srcdir     = $(srcdir)'
84         @echo '  builddir   = $(builddir)'
85         @echo '  pwd        = '`/bin/pwd`
86
87 # The permissions to give the executables
88 INSTALLPERMS = 0755
89
90 install: showlayout installbin installdat installwebapps installmisc installlib \
91         installheader installpc installplugins
92
93 # DESTDIR is used here to prevent packagers wasting their time
94 # duplicating the Makefile. Remove it and you will have the privilege
95 # of packaging each samba release for multiple versions of multiple
96 # distributions and operating systems, or at least supplying patches
97 # to all the packaging files required for this, prior to committing
98 # the removal of DESTDIR. Do not remove it even though you think it
99 # is not used.
100
101 installdirs:
102         @$(SHELL) $(srcdir)/script/installdirs.sh \
103                 $(DESTDIR)$(BASEDIR) \
104                 $(DESTDIR)$(BINDIR) \
105                 $(DESTDIR)$(SBINDIR) \
106                 $(DESTDIR)$(TORTUREDIR) \
107                 $(DESTDIR)$(LIBDIR) \
108                 $(DESTDIR)$(MODULESDIR) \
109                 $(DESTDIR)$(MANDIR) \
110                 $(DESTDIR)$(VARDIR) \
111                 $(DESTDIR)$(PRIVATEDIR) \
112                 $(DESTDIR)$(DATADIR) \
113                 $(DESTDIR)$(PIDDIR) \
114                 $(DESTDIR)$(LOCKDIR) \
115                 $(DESTDIR)$(LOGFILEBASE) \
116                 $(DESTDIR)$(PRIVATEDIR)/tls \
117                 $(DESTDIR)$(INCLUDEDIR) \
118                 $(DESTDIR)$(PKGCONFIGDIR) \
119                 $(DESTDIR)$(CONFIGDIR) \
120
121 installbin: $(SBIN_PROGS) $(BIN_PROGS) $(TORTURE_PROGS) installdirs
122         @$(SHELL) $(srcdir)/script/installbin.sh \
123                 $(INSTALLPERMS) \
124                 $(DESTDIR)$(BASEDIR) \
125                 $(DESTDIR)$(SBINDIR) \
126                 $(DESTDIR)$(LIBDIR) \
127                 $(DESTDIR)$(VARDIR) \
128                 $(SBIN_PROGS)
129         @$(SHELL) $(srcdir)/script/installbin.sh \
130                 $(INSTALLPERMS) \
131                 $(DESTDIR)$(BASEDIR) \
132                 $(DESTDIR)$(BINDIR) \
133                 $(DESTDIR)$(LIBDIR) \
134                 $(DESTDIR)$(VARDIR) \
135                 $(BIN_PROGS)
136         @$(SHELL) $(srcdir)/script/installtorture.sh \
137                 $(INSTALLPERMS) \
138                 $(DESTDIR)$(TORTUREDIR) \
139                 $(TORTURE_PROGS)
140
141 installlib: $(INSTALLABLE_SHARED_LIBS) $(STATIC_LIBS) installdirs
142         @$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(LIBDIR) "$(SHLIBEXT)" $(INSTALLABLE_SHARED_LIBS) 
143         #@$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(LIBDIR) "$(STLIBEXT)" $(STATIC_LIBS)
144
145 installheader: headers installdirs
146         @srcdir=$(srcdir) builddir=$(builddir) $(PERL) $(srcdir)/script/installheader.pl $(DESTDIR)$(INCLUDEDIR) $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
147
148 installdat: installdirs
149         @$(SHELL) $(srcdir)/script/installdat.sh $(DESTDIR)$(DATADIR) $(srcdir)
150
151 installwebapps: installdirs
152         @$(SHELL) $(srcdir)/script/installwebapps.sh $(DESTDIR)$(WEBAPPSDIR) $(srcdir)
153         @$(SHELL) $(srcdir)/script/installjsonrpc.sh $(DESTDIR)$(SERVICESDIR) $(srcdir)
154
155 installman: manpages installdirs
156         @$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(MANDIR) $(MANPAGES)
157
158 installmisc: installdirs
159         @$(SHELL) $(srcdir)/script/installmisc.sh $(srcdir) $(DESTDIR)$(JSDIR) $(DESTDIR)$(SETUPDIR) $(DESTDIR)$(BINDIR)
160
161 installpc: installdirs
162         @$(SHELL) $(srcdir)/script/installpc.sh $(builddir) $(DESTDIR)$(PKGCONFIGDIR) $(PC_FILES)
163
164 uninstall: uninstallbin uninstallman uninstallmisc uninstalllib uninstallheader \
165         uninstallplugins
166
167 uninstallmisc:
168         #FIXME
169
170 uninstallbin:
171         @$(SHELL) $(srcdir)/script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(SBINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(SBIN_PROGS)
172         @$(SHELL) $(srcdir)/script/uninstallbin.sh $(INSTALLPERMS) $(DESTDIR)$(BASEDIR) $(DESTDIR)$(BINDIR) $(DESTDIR)$(LIBDIR) $(DESTDIR)$(VARDIR) $(DESTDIR)$(BIN_PROGS)
173         @$(SHELL) $(srcdir)/script/uninstalltorture.sh $(DESTDIR)$(TORTUREDIR) $(TORTURE_PROGS)
174
175 uninstalllib:
176         @$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(LIBDIR) $(SHARED_LIBS)
177         #@$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(LIBDIR) $(STATIC_LIBS) 
178
179 uninstallheader:
180         @$(SHELL) $(srcdir)/script/uninstallheader.sh $(DESTDIR)$(INCLUDEDIR) $(PUBLIC_HEADERS)
181
182 uninstallman:
183         @$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(MANDIR) $(MANPAGES)
184
185 Makefile: config.status $(MK_FILES)
186         ./config.status
187
188 etags:
189         etags `find $(srcdir) -name "*.[ch]"`
190
191 ctags:
192         ctags `find $(srcdir) -name "*.[ch]"`
193
194 pidl/Makefile: pidl/Makefile.PL
195         cd pidl && $(PERL) Makefile.PL 
196
197 testcov-html:: pidl-testcov
198
199 pidl-testcov: pidl/Makefile
200         cd pidl && cover -test
201
202 installpidl: pidl/Makefile
203         $(MAKE) -C pidl install
204
205 uninstallpidl: pidl/Makefile
206         $(MAKE) -C pidl uninstall
207
208 $(IDL_HEADER_FILES) \
209         $(IDL_NDR_PARSE_H_FILES) $(IDL_NDR_PARSE_C_FILES) \
210         $(IDL_NDR_CLIENT_C_FILES) $(IDL_NDR_CLIENT_H_FILES) \
211         $(IDL_NDR_SERVER_C_FILES) $(IDL_SWIG_FILES) \
212         $(IDL_NDR_EJS_C_FILES) $(IDL_NDR_EJS_H_FILES): idl
213
214 idl_full: pidl/lib/Parse/Pidl/IDL.pm pidl/lib/Parse/Pidl/Expr.pm 
215         @CPP="$(CPP)" PERL="$(PERL)" srcdir=$(srcdir) $(srcdir)/script/build_idl.sh FULL
216
217 idl: pidl/lib/Parse/Pidl/IDL.pm pidl/lib/Parse/Pidl/Expr.pm 
218         @CPP="$(CPP)" PERL="$(PERL)" srcdir=$(srcdir) $(srcdir)/script/build_idl.sh PARTIAL 
219
220 pidl/lib/Parse/Pidl/IDL.pm: pidl/idl.yp
221         -$(YAPP) -m 'Parse::Pidl::IDL' -o pidl/lib/Parse/Pidl/IDL.pm pidl/idl.yp ||\
222                 touch pidl/lib/Parse/Pidl/IDL.pm 
223
224 pidl/lib/Parse/Pidl/Expr.pm: pidl/idl.yp
225         -$(YAPP) -m 'Parse::Pidl::Expr' -o pidl/lib/Parse/Pidl/Expr.pm pidl/expr.yp ||\
226                 touch pidl/lib/Parse/Pidl/Expr.pm 
227
228 include/config.h:
229         @echo "include/config.h not present"
230         @echo "You need to rerun ./autogen.sh and ./configure"
231         @/bin/false
232
233 $(srcdir)/version.h: $(srcdir)/VERSION
234         @$(SHELL) script/mkversion.sh VERSION $(srcdir)/version.h $(srcdir)/
235
236 regen_version:
237         @$(SHELL) script/mkversion.sh VERSION $(srcdir)/version.h $(srcdir)/
238
239 clean_pch:
240         @echo "Removing precompiled headers"
241         @-rm -f include/includes.h.gch
242
243 pch: clean_pch include/includes.h.gch
244
245 clean:: clean_pch
246         @echo Removing objects
247         @-find . -name '*.o' -exec rm -f '{}' \;
248         @echo Removing hostcc objects
249         @-find . -name '*.ho' -exec rm -f '{}' \;
250         @echo Removing binaries
251         @-rm -f $(BIN_PROGS) $(SBIN_PROGS) $(BINARIES) $(TORTURE_PROGS)
252         @echo Removing libraries
253         @-rm -f $(STATIC_LIBRARIES) $(SHARED_LIBRARIES)
254         @-rm -f bin/static/*.a bin/shared/*.$(SHLIBEXT)
255         @echo Removing modules
256         @-rm -f bin/modules/*/*.$(SHLIBEXT)
257         @-rm -f bin/*_init_module.c
258         @echo Removing dummy targets
259         @-rm -f bin/.*_*
260         @echo Removing generated files
261         @-rm -f bin/*_init_module.c
262         @-rm -rf librpc/gen_* 
263         @echo Removing proto headers
264         @-rm -f $(PROTO_HEADERS)
265
266 distclean: clean
267         -rm -f include/config.h include/config_tmp.h include/build.h
268         -rm -f Makefile 
269         -rm -f config.status
270         -rm -f config.log config.cache
271         -rm -f config.pm config.mk
272         -rm -rf webapps/qooxdoo-*-sdk/frontend/framework/.cache
273         -rm -f $(PC_FILES)
274
275 removebackup:
276         -rm -f *.bak *~ */*.bak */*~ */*/*.bak */*/*~ */*/*/*.bak */*/*/*~
277
278 realdistclean: distclean removebackup
279         -rm -f include/config_tmp.h.in
280         -rm -f version.h
281         -rm -f configure
282         -rm -f $(MANPAGES)
283
284 check:: test
285
286 SELFTEST = $(srcdir)/script/tests/selftest.pl --prefix=${selftest_prefix} --builddir=$(builddir) --srcdir=$(srcdir) --expected-failures=samba4-knownfail --skip=samba4-skip $(TEST_OPTIONS) 
287
288 test: all libraries
289         $(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) --immediate
290
291 testone: all libraries
292         $(SELFTEST) $(DEFAULT_TEST_OPTIONS) $(TESTS) --one
293
294 test-swrap: all libraries
295         $(SELFTEST) --socket-wrapper --immediate $(TESTS) 
296
297 test-noswrap: all libraries
298         $(SELFTEST) --immediate $(TESTS)
299
300 quicktestone: all
301         $(SELFTEST) --quick --socket-wrapper --one $(TESTS)
302
303 quicktest: all
304         $(SELFTEST) --quick --socket-wrapper --immediate $(TESTS)
305
306 testenv: all libraries
307         $(SELFTEST) --socket-wrapper --testenv
308
309 valgrindtest: valgrindtest-quick
310
311 valgrindtest-quick: all
312         SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
313         VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
314         $(SELFTEST) --quick --immediate --socket-wrapper
315
316 valgrindtest-all: all libraries
317         SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
318         VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
319         $(SELFTEST) --immediate --socket-wrapper
320
321 valgrindtest-env: all libraries
322         SMBD_VALGRIND="xterm -n smbd -e valgrind -q --db-attach=yes --num-callers=30" \
323         VALGRIND="valgrind -q --num-callers=30 --log-file=${selftest_prefix}/valgrind.log" \
324         $(SELFTEST) --socket-wrapper --testenv
325
326 gdbtest: gdbtest-quick
327
328 gdbtest-quick: all
329         SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
330         $(SELFTEST) --immediate --quick --socket-wrapper
331
332 gdbtest-all: all libraries
333         SMBD_VALGRIND="xterm -n smbd -e gdb --args " \
334         $(SELFTEST) --immediate --socket-wrapper
335
336 wintest: all
337         $(SELFTEST) win
338
339 unused_macros:
340         $(srcdir)/script/find_unused_macros.pl `find . -name "*.[ch]"` | sort
341
342 ###############################################################################
343 # File types
344 ###############################################################################
345
346 .SUFFIXES: .x .c .et .y .l .d .o .h .h.gch .a .$(SHLIBEXT) .1 .1.xml .3 .3.xml .5 .5.xml .7 .7.xml .8 .8.xml .ho .idl .hd
347
348 # Dependencies command
349 DEPENDS = $(CC) -M -MG -MP -MT $(<:.c=.o) -MT $@ \
350     `$(PERL) $(srcdir)/script/cflags.pl $@` $(CFLAGS) $< -o $@
351 # Dependencies for host objects
352 HDEPENDS = $(CC) -M -MG -MP -MT $(<:.c=.ho) -MT $@ \
353     `$(PERL) $(srcdir)/script/cflags.pl $@` $(HOSTCC_CFLAGS) $< -o $@
354 # Dependencies for precompiled headers
355 PCHDEPENDS = $(CC) -M -MG -MT include/includes.h.gch -MT $@ \
356     $(CFLAGS) $< -o $@
357
358 .c.d:
359         @echo "Generating dependencies for $<"
360         @$(DEPENDS)
361
362 .c.hd:
363         @echo "Generating host-compiler dependencies for $<"
364         @$(HDEPENDS)
365
366 include/includes.d: include/includes.h
367         @echo "Generating dependencies for $<"
368         @$(PCHDEPENDS)
369
370 #
371 # $< is broken in older BSD versions:
372 # when $@ is foo/bar.o, $< could be torture/foo/bar.c
373 # if it also exists. So better use $* which is foo/bar
374 # and append .c manually to get foo/bar.c
375 #
376
377 # Run a static analysis checker
378 CHECK = $(CC_CHECKER) `$(PERL) $(srcdir)/script/cflags.pl $@` \
379     $(CFLAGS) $(PICFLAG) -c $*.c -o $@
380
381 # Run the configured compiler
382 COMPILE = $(CC) `$(PERL) $(srcdir)/script/cflags.pl $@` \
383     $(CFLAGS) $(PICFLAG) -c $*.c -o $@
384
385 # Run the compiler for the build host
386 HCOMPILE = $(HOSTCC) `$(PERL) $(srcdir)/script/cflags.pl $@` \
387     $(HOSTCC_CFLAGS) -c $*.c -o $@
388
389 # Precompile headers
390 PCHCOMPILE = @$(CC) -Ilib/replace \
391     `$(PERL) $(srcdir)/script/cflags.pl $@` \
392     $(CFLAGS) $(PICFLAG) -c $*.c -o $@
393
394 .c.o:
395         @if test -n "$(CC_CHECKER)"; then \
396                 echo "Checking  $< with '$(CC_CHECKER)'"; \
397                 $(CHECK) ; \
398         fi
399         @echo "Compiling $<"
400         @-mkdir -p `dirname $@`
401         @$(COMPILE) && exit 0 ; \
402                 echo "The following command failed:" 1>&2;\
403                 echo "$(COMPILE)" 1>&2;\
404                 $(COMPILE) >/dev/null 2>&1
405
406 .c.ho:
407         @echo "Compiling $< with host compiler"
408         @-mkdir -p `dirname $@`
409         @$(HCOMPILE) && exit 0;\
410                 echo "The following command failed:" 1>&2;\
411                 echo "$(HCOMPILE)" 1>&2;\
412                 $(HCOMPILE) >/dev/null 2>&1
413
414 .h.h.gch:
415         @echo "Precompiling $<"
416         @$(PCHCOMPILE)
417
418 .y.c:
419         @echo "Building $< with $(YACC)"
420         @-$(srcdir)/script/yacc_compile.sh "$(YACC)" "$<" "$@"
421
422 .l.c:
423         @echo "Building $< with $(LEX)"
424         @-$(srcdir)/script/lex_compile.sh "$(LEX)" "$<" "$@"
425
426 DOCBOOK_MANPAGE_URL = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
427
428 .1.xml.1:
429         $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $<
430
431 .3.xml.3:
432         $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $<
433
434 .5.xml.5:
435         $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $<
436
437 .7.xml.7:
438         $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $<
439
440 .8.xml.8:
441         $(XSLTPROC) -o $@ $(DOCBOOK_MANPAGE_URL) $<
442
443 DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
444                    include/includes.d
445
446 dist:: distclean idl_full manpages configure
447
448 configure: 
449         ./autogen.sh
450
451 clean::
452         @echo Removing dependency files
453         @find . -name \*.d -o -name \*.hd | xargs rm -f