2008-02-11 03:42:29 +03:00
#!gmake
2008-02-11 16:48:39 +03:00
# The Samba 4 Makefile.
# This file is *NOT* autogenerated.
2008-02-11 03:42:29 +03:00
i n c l u d e m k c o n f i g . m k
VPATH = $( builddir) :$( srcdir) :heimdal_build:heimdal/lib/asn1:heimdal/lib/krb5:heimdal/lib/gssapi:heimdal/lib/hdb:heimdal/lib/roken:heimdal/lib/des
BASEDIR = $( prefix)
TORTUREDIR = $( libdir) /torture
SWATDIR = $( datadir) /swat
JSDIR = $( datadir) /js
SETUPDIR = $( datadir) /setup
NCALRPCDIR = $( localstatedir) /ncalrpc
BNLD = $( LD)
2008-02-20 11:20:13 +03:00
BNLD_FLAGS = $( LDFLAGS) $( SYS_LDFLAGS)
2008-02-11 03:42:29 +03:00
HOSTCC_FLAGS = -D_SAMBA_HOSTCC_ $( CFLAGS)
2008-02-20 11:20:13 +03:00
HOSTLD_FLAGS = $( LDFLAGS) $( SYS_LDFLAGS)
2008-02-11 03:42:29 +03:00
2008-02-25 20:05:47 +03:00
.DEFAULT_GOAL := all
i f n e q ( $( automatic_deps ) , y e s )
ALL_PREDEP = proto
.NOTPARALLEL :
e n d i f
2008-02-11 03:42:29 +03:00
2008-02-12 16:39:52 +03:00
i n c l u d e r u l e s . m k
2008-02-11 03:42:29 +03:00
i n c l u d e d a t a . m k
2008-02-25 20:05:47 +03:00
DEP_FILES = $( patsubst %.ho,%.hd,$( patsubst %.o,%.d,$( ALL_OBJS) ) ) \
include/includes.d
i f e q ( $( automatic_deps ) , y e s )
i f n e q ( $( MAKECMDGOALS ) , c l e a n )
i f n e q ( $( MAKECMDGOALS ) , d i s t c l e a n )
i f n e q ( $( MAKECMDGOALS ) , r e a l d i s t c l e a n )
i f n e q ( $( SKIP_DEP_FILES ) , y e s )
- i n c l u d e $( DEP_FILES )
e n d i f
e n d i f
e n d i f
e n d i f
i f n e q ( $( SKIP_DEP_FILES ) , y e s )
clean ::
@echo Removing dependency files
@find . -name '*.d' -o -name '*.hd' | xargs rm -f
e n d i f
e l s e
i n c l u d e $( srcdir ) / s t a t i c _ d e p s . m k
e n d i f
2008-02-11 03:42:29 +03:00
DEFAULT_HEADERS = $( srcdir) /lib/util/dlinklist.h \
$( srcdir) /version.h
2008-02-16 18:33:04 +03:00
binaries ::
2008-02-11 03:42:29 +03:00
libraries :: $( STATIC_LIBS ) $( SHARED_LIBS )
2008-02-18 14:26:43 +03:00
modules :: $( PLUGINS )
2008-02-11 03:42:29 +03:00
headers :: $( PUBLIC_HEADERS ) $( DEFAULT_HEADERS )
manpages :: $( MANPAGES )
all :: showflags $( ALL_PREDEP ) bin /asn 1_compile bin /compile_et binaries modules pythonmods
everything :: all libraries headers
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)'
showflags ::
@echo ' srcdir = $(srcdir)'
@echo ' builddir = $(builddir)'
# The permissions to give the executables
INSTALLPERMS = 0755
2008-02-11 16:48:39 +03:00
install :: showlayout everything installbin installdat installswat installmisc \
installlib installheader installpc installplugins
2008-02-11 03:42:29 +03:00
# 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) $( privatedir) \
$( DESTDIR) $( datadir) \
$( DESTDIR) $( piddir) \
$( DESTDIR) $( lockdir) \
$( DESTDIR) $( logfilebase) \
$( DESTDIR) $( privatedir) /tls \
$( DESTDIR) $( includedir) \
$( DESTDIR) $( PKGCONFIGDIR) \
$( DESTDIR) $( sysconfdir) \
installbin :: $( SBIN_PROGS ) $( BIN_PROGS ) $( TORTURE_PROGS ) installdirs
@$( SHELL) $( srcdir) /script/installbin.sh \
$( INSTALLPERMS) \
$( DESTDIR) $( BASEDIR) \
$( DESTDIR) $( sbindir) \
$( DESTDIR) $( libdir) \
$( DESTDIR) $( localstatedir) \
$( SBIN_PROGS)
@$( SHELL) $( srcdir) /script/installbin.sh \
$( INSTALLPERMS) \
$( DESTDIR) $( BASEDIR) \
$( DESTDIR) $( bindir) \
$( DESTDIR) $( libdir) \
$( DESTDIR) $( localstatedir) \
$( BIN_PROGS)
@$( SHELL) $( srcdir) /script/installtorture.sh \
$( INSTALLPERMS) \
$( DESTDIR) $( TORTUREDIR) \
$( TORTURE_PROGS)
2008-02-16 18:22:05 +03:00
installplugins ::
2008-02-16 18:33:04 +03:00
installlib :: $( SHARED_LIBS ) $( STATIC_LIBS ) installdirs
@$( SHELL) $( srcdir) /script/installlib.sh $( DESTDIR) $( libdir) " $( SHLIBEXT) " $( SHARED_LIBS)
2008-02-11 03:42:29 +03:00
#@$(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
@$( 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
uninstallbin ::
@$( SHELL) $( srcdir) /script/uninstallbin.sh $( INSTALLPERMS) $( DESTDIR) $( BASEDIR) $( DESTDIR) $( sbindir) $( DESTDIR) $( libdir) $( DESTDIR) $( localstatedir) $( DESTDIR) $( SBIN_PROGS)
@$( SHELL) $( srcdir) /script/uninstallbin.sh $( INSTALLPERMS) $( DESTDIR) $( BASEDIR) $( DESTDIR) $( bindir) $( DESTDIR) $( libdir) $( DESTDIR) $( localstatedir) $( DESTDIR) $( BIN_PROGS)
@$( SHELL) $( srcdir) /script/uninstalltorture.sh $( DESTDIR) $( TORTUREDIR) $( TORTURE_PROGS)
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)
2008-02-16 18:22:05 +03:00
uninstallplugins ::
2008-02-11 17:52:34 +03:00
config.status :
@echo "config.status does not exist. Please run ./configure."
@/bin/false
2008-02-11 03:42:29 +03:00
data.mk : config .status $( MK_FILES )
./config.status
2008-02-11 16:48:39 +03:00
testcov-html ::
2008-02-11 03:42:29 +03:00
2008-02-11 16:48:39 +03:00
i n c l u d e p i d l / c o n f i g . m k
2008-02-11 03:42:29 +03:00
i n c l u d e s e l f t e s t / c o n f i g . m k
showflags ::
@echo ' pwd = ' ` /bin/pwd`