kdc: Build as shared module by default.
[kai/samba.git] / source4 / Makefile
index 5541496a5f5077e772d7223ef9c1194294d06fc0..b41b38cf37e9a981e75bc2b5b7167f091b8d9254 100644 (file)
-#!gmake
-# The Samba 4 Makefile.
-# This file is *NOT* autogenerated.
-#
-.DEFAULT_GOAL := all
+# simple makefile wrapper to run waf
 
-default: all
+WAF=WAF_MAKE=1 ../buildtools/bin/waf
 
-include mkconfig.mk
+all:
+       $(WAF) build
 
-pidldir := $(srcdir)/pidl
+install:
+       $(WAF) install
 
-BASEDIR = $(prefix)
-TORTUREDIR = $(libdir)/torture
-SWATDIR = $(datadir)/swat
-JSDIR = $(datadir)/js
-SETUPDIR = $(datadir)/setup
-NCALRPCDIR = $(localstatedir)/ncalrpc
+uninstall:
+       $(WAF) uninstall
 
-BNLD = $(LD)
-BNLD_FLAGS = $(LDFLAGS) $(SYS_LDFLAGS)
+test:
+       $(WAF) test $(TEST_OPTIONS)
 
-HOSTCC_FLAGS = -D_SAMBA_HOSTCC_ $(CFLAGS)
-HOSTLD_FLAGS = $(LDFLAGS) $(SYS_LDFLAGS)
+subunit-test:
+       $(WAF) test --filtered-subunit $(TEST_OPTIONS)
 
-$(srcdir)/version.h: $(srcdir)/VERSION
-       @$(SHELL) script/mkversion.sh VERSION $(srcdir)/version.h $(srcdir)/
+testenv:
+       $(WAF) test --testenv $(TEST_OPTIONS)
 
-ifneq ($(automatic_dependencies),yes)
-ALL_PREDEP = basics
-.NOTPARALLEL:
-endif
+quicktest:
+       $(WAF) test --quick $(TEST_OPTIONS)
 
-regen_version::
-       @$(SHELL) script/mkversion.sh VERSION $(srcdir)/version.h $(srcdir)/
+dist:
+       $(WAF) dist
 
-clean_pch::
-       @echo "Removing precompiled headers"
-       @-rm -f include/includes.h.gch
+distcheck:
+       $(WAF) distcheck
 
-pch:: clean_pch include/includes.h.gch
+clean:
+       $(WAF) clean
 
-.DEFAULT_GOAL := all
+distclean:
+       $(WAF) distclean
 
-ifneq ($(automatic_dependencies),yes)
-ALL_PREDEP = basics
-.NOTPARALLEL:
-endif
+reconfigure: configure
+       $(WAF) reconfigure
 
-include $(srcdir)/build/make/rules.mk
-include $(srcdir)/build/make/python.mk
-zlibsrcdir := lib/zlib
-dynconfigsrcdir := dynconfig
-heimdalsrcdir := heimdal
-dsdbsrcdir := dsdb
-smbdsrcdir := smbd
-clustersrcdir := cluster
-libnetsrcdir := libnet
-authsrcdir := auth
-nsswitchsrcdir := nsswitch
-libsrcdir := lib
-libsocketsrcdir := lib/socket
-libcharsetsrcdir := lib/charset
-ldb_sambasrcdir := lib/ldb-samba
-tdbsrcdir := ../tdb
-ldbsrcdir := lib/ldb
-libtlssrcdir := lib/tls
-libregistrysrcdir := lib/registry
-smbreadlinesrcdir := lib/smbreadline
-libmessagingsrcdir := lib/messaging
-libeventssrcdir := lib/events
-libcmdlinesrcdir := lib/cmdline
-poptsrcdir := lib/popt
-socketwrappersrcdir := lib/socket_wrapper
-nsswrappersrcdir := lib/nss_wrapper
-appwebsrcdir := lib/appweb
-libstreamsrcdir := lib/stream
-libutilsrcdir := lib/util
-libtdrsrcdir := lib/tdr
-libdbwrapsrcdir := lib/dbwrap
-libcryptosrcdir := lib/crypto
-libtorturesrcdir := lib/torture
-smb_serversrcdir := smb_server
-libcompressionsrcdir := lib/compression
-libgencachesrcdir := lib
-paramsrcdir := param
-rpc_serversrcdir := rpc_server
-ldap_serversrcdir := ldap_server
-web_serversrcdir := web_server
-winbindsrcdir := winbind
-nbt_serversrcdir := nbt_server
-wrepl_serversrcdir := wrepl_server
-cldap_serversrcdir := cldap_server
-utilssrcdir := utils
-clientsrcdir := client
-torturesrcdir := torture
-ntvfssrcdir := ntvfs
-ntptrsrcdir := ntptr
-librpcsrcdir := librpc
-libclisrcdir := libcli
-ejsscriptsrcdir := scripting/ejs
-pyscriptsrcdir := $(srcdir)/scripting/python
-kdcsrcdir := kdc
-ntp_signdsrcdir := ntp_signd
-wmisrcdir := lib/wmi
-tallocsrcdir := ../talloc
+show_waf_options:
+       $(WAF) --help
 
-include data.mk
+# some compatibility make targets
+everything: all
 
-pythonmods:: $(PYTHON_PYS) $(PYTHON_SO)
+testsuite: all
 
-DEP_FILES = $(patsubst %.ho,%.hd,$(patsubst %.o,%.d,$(ALL_OBJS))) \
-                  include/includes.d
+check: test
 
-ifeq ($(automatic_dependencies),yes)
-ifneq ($(MAKECMDGOALS),clean)
-ifneq ($(MAKECMDGOALS),distclean)
-ifneq ($(MAKECMDGOALS),realdistclean)
-ifneq ($(SKIP_DEP_FILES),yes)
--include $(DEP_FILES)
-endif
-endif
-endif
-endif
+torture: all
 
-ifneq ($(SKIP_DEP_FILES),yes)
-clean::
-       @echo Removing dependency files
-       @find . -name '*.d' -o -name '*.hd' | xargs rm -f
-endif
-else
-include $(srcdir)/static_deps.mk
-endif
+# this should do an install as well, once install is finished
+installcheck: test
 
-DEFAULT_HEADERS = $(srcdir)/lib/util/dlinklist.h \
-                 $(srcdir)/version.h
+etags:
+       $(WAF) etags
 
-libraries:: $(STATIC_LIBS) $(SHARED_LIBS)
-modules:: $(PLUGINS)
-headers:: $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
-manpages:: $(MANPAGES)
-all:: showflags $(ALL_PREDEP) binaries modules pythonmods libraries headers
-everything:: all
+ctags:
+       $(WAF) ctags
 
-LD_LIBPATH_OVERRIDE = $(LIB_PATH_VAR)=$(builddir)/bin/shared
-
-# 'make testsuite' creates all binaries which are
-# needed by samba3's 'make test' and the build-farm
-# scripts use that it as fallback in case
-# 'make everything' fails
-testsuite:: bin/smbclient bin/cifsdd bin/smbtorture bin/nmblookup
-
-showlayout:: 
-       @echo 'Samba will be installed into:'
-       @echo '  basedir:     $(BASEDIR)'
-       @echo '  bindir:      $(bindir)'
-       @echo '  sbindir:     $(sbindir)'
-       @echo '  libdir:      $(libdir)'
-       @echo '  modulesdir:  $(modulesdir)'
-       @echo '  includedir:  $(includedir)'
-       @echo '  vardir:      $(localstatedir)'
-       @echo '  privatedir:  $(privatedir)'
-       @echo '  piddir:      $(piddir)'
-       @echo '  lockdir:     $(lockdir)'
-       @echo '  logfilebase: $(logfilebase)'
-       @echo '  setupdir:    $(SETUPDIR)'
-       @echo '  jsdir:       $(JSDIR)'
-       @echo '  swatdir:     $(SWATDIR)'
-       @echo '  mandir:      $(mandir)'
-       @echo '  torturedir:  $(TORTUREDIR)'
-       @echo '  datadir:     $(datadir)'
-       @echo '  winbindd_socket_dir:  $(winbindd_socket_dir)'
-       @echo '  ntp_signd_socket_dir:  $(ntp_signd_socket_dir)'
-
-showflags::
-       @echo '  srcdir     = $(srcdir)'
-       @echo '  builddir   = $(builddir)'
-
-# The permissions to give the executables
-INSTALLPERMS = 0755
-
-install:: showlayout everything installbin installsbin installdat installswat installmisc \
-             installlib installheader installpc installplugins
-
-# DESTDIR is used here to prevent packagers wasting their time
-# duplicating the Makefile. Remove it and you will have the privilege
-# of packaging each samba release for multiple versions of multiple
-# distributions and operating systems, or at least supplying patches
-# to all the packaging files required for this, prior to committing
-# the removal of DESTDIR. Do not remove it even though you think it
-# is not used.
-
-installdirs::
-       @$(SHELL) $(srcdir)/script/installdirs.sh \
-               $(DESTDIR)$(BASEDIR) \
-               $(DESTDIR)$(bindir) \
-               $(DESTDIR)$(sbindir) \
-               $(DESTDIR)$(TORTUREDIR) \
-               $(DESTDIR)$(libdir) \
-               $(DESTDIR)$(modulesdir) \
-               $(DESTDIR)$(mandir) \
-               $(DESTDIR)$(localstatedir) \
-               $(DESTDIR)$(localstatedir)/lib \
-               $(DESTDIR)$(localstatedir)/run \
-               $(DESTDIR)$(privatedir) \
-               $(DESTDIR)$(datadir) \
-               $(DESTDIR)$(piddir) \
-               $(DESTDIR)$(lockdir) \
-               $(DESTDIR)$(logfilebase) \
-               $(DESTDIR)$(privatedir)/tls \
-               $(DESTDIR)$(includedir) \
-               $(DESTDIR)$(PKGCONFIGDIR) \
-               $(DESTDIR)$(sysconfdir)
-
-installbin:: installdirs
-
-installplugins::
-
-installlib:: $(SHARED_LIBS) $(STATIC_LIBS) installdirs
-       @$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(libdir) "$(SHLIBEXT)" $(SHARED_LIBS) 
-       #@$(SHELL) $(srcdir)/script/installlib.sh $(DESTDIR)$(libdir) "$(STLIBEXT)" $(STATIC_LIBS)
-
-installheader:: headers installdirs
-       @srcdir=$(srcdir) builddir=$(builddir) $(PERL) $(srcdir)/script/installheader.pl $(DESTDIR)$(includedir) $(PUBLIC_HEADERS) $(DEFAULT_HEADERS)
-
-installdat:: installdirs
-       @$(SHELL) $(srcdir)/script/installdat.sh $(DESTDIR)$(datadir) $(srcdir)
-
-installswat:: installdirs
-#SWAT has been disabled until further notice
-#      @$(SHELL) $(srcdir)/script/installswat.sh $(DESTDIR)$(SWATDIR) $(srcdir)
-
-installman:: manpages installdirs
-       @$(SHELL) $(srcdir)/script/installman.sh $(DESTDIR)$(mandir) $(MANPAGES)
-
-installmisc:: installdirs
-       @$(SHELL) $(srcdir)/script/installmisc.sh $(srcdir) $(DESTDIR)$(JSDIR) $(DESTDIR)$(SETUPDIR) $(DESTDIR)$(bindir)
-
-installpc:: installdirs
-       @$(SHELL) $(srcdir)/script/installpc.sh $(builddir) $(DESTDIR)$(PKGCONFIGDIR) $(PC_FILES)
-
-uninstall:: uninstallbin uninstallman uninstallmisc uninstalllib uninstallheader \
-       uninstallplugins
-
-uninstallmisc::
-       #FIXME
-
-$(DESTDIR)$(bindir)/%: bin/% installdirs
-       @mkdir -p $(@D)
-       @echo Installing $(@F) as $@
-       @if test -f $@; then echo -n ""; rm -f $@.old; mv $@ $@.old; fi
-       @cp $< $@
-       @chmod $(INSTALLPERMS) $@
-
-$(DESTDIR)$(sbindir)/%: bin/% installdirs
-       @mkdir -p $(@D)
-       @echo Installing $(@F) as $@
-       @if test -f $@; then echo -n ""; rm -f $@.old; mv $@ $@.old; fi
-       @cp $< $@
-       @chmod $(INSTALLPERMS) $@
-
-uninstallbin::
-
-uninstalllib::
-       @$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(libdir) $(SHARED_LIBS)
-       #@$(SHELL) $(srcdir)/script/uninstalllib.sh $(DESTDIR)$(libdir) $(STATIC_LIBS) 
-
-uninstallheader::
-       @$(SHELL) $(srcdir)/script/uninstallheader.sh $(DESTDIR)$(includedir) $(PUBLIC_HEADERS)
-
-uninstallman::
-       @$(SHELL) $(srcdir)/script/uninstallman.sh $(DESTDIR)$(mandir) $(MANPAGES)
-
-uninstallplugins::
-
-config.status:
-       @echo "config.status does not exist. Please run ./configure."
-       @/bin/false
-
-data.mk: config.status $(MK_FILES)
-       ./config.status
-
-testcov-html:: 
-
-include $(pidldir)/config.mk
-selftestdir := $(srcdir)/selftest
-include $(selftestdir)/config.mk
-
-showflags::
-       @echo '  pwd        = '`/bin/pwd`
+# this allows for things like "make bin/smbtorture"
+bin/%:: FORCE
+       $(WAF) --targets=`basename $@`
+FORCE: