summaryrefslogtreecommitdiff
path: root/source4/build/make
AgeCommit message (Collapse)AuthorFilesLines
2010-04-13s4: prevent the autoconf build from removing source4/librpc/gen_ndr/READMEAndrew Tridgell1-1/+1
2010-03-29python: Fix rule for generating docs using pydoctor.Jelmer Vernooij1-3/+0
2009-09-28Move samba-specific variable to s4 Makefile.Jelmer Vernooij1-2/+0
2009-09-28s4-make: add libds to etags/ctags source listAndrew Tridgell1-1/+1
2009-08-18s4 ctags: Stop *_proto.h files from cluttering up the tagsKai Blin1-1/+1
2009-07-31s4:build: make sure that we regenerate proto headers when source files changeStefan Metzmacher1-0/+2
metze
2009-04-22s4-build: Also search ../nsswitch for make (c|e)tagsKai Blin1-1/+1
2009-04-20Add ../libgpo to samba4 srcdir list in rules.mk.Wilco Baan Hofman1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2009-03-27s4:build: make it possible to pass down CTAGS_OPTIONS or ETAGS_OPTIONSStefan Metzmacher1-2/+3
metze
2009-01-01make: Search for c tags in ../ as well.Jelmer Vernooij1-2/+4
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-1/+1
2008-12-23Use relative paths for Python modules. Seems to workaround a strange bug inJelmer Vernooij1-1/+1
GNU make.
2008-12-22Force symbolic links for shared library sonames to be created,Jelmer Vernooij1-1/+1
as they are required at run-time.
2008-12-21Remove infrastructure for (no longer used) SWIG.Jelmer Vernooij1-12/+0
2008-11-18s3/s4 build: Fix makefile expression to work on more systemsTim Prouty1-1/+1
2008-10-30Fix building of SWIG files from merged build.Jelmer Vernooij1-1/+1
2008-10-30Fix installation of Samba 4 during merged build.Jelmer Vernooij1-1/+1
2008-09-10Fix uninstalling of binaries.Matthias Dieter Wallnöfer1-3/+3
(This used to be commit 6ad94d10f79f206fcdeb23cf71595e38c7a77855)
2008-08-26build: generate :: rules for automatic dependenciesStefan Metzmacher1-2/+2
metze (This used to be commit 66d8da17a4c3543e133452f9a87702a2a8fb609c)
2008-08-01build: allow flex-2.34 together with bison-2.3Stefan Metzmacher2-3/+14
metze (This used to be commit 8bd30a7b4392642ef5184f959d801716d2db20b2)
2008-06-27Fix a non-empty line with just spacesVolker Lendecke1-1/+1
(This used to be commit ba6394cb654f2a6683b5e97fad8e838d8e457e06)
2008-06-27Fix the definition of abspath for gnu make < 3.81Volker Lendecke1-1/+1
(This used to be commit f2725f14918b7d1cd7664fe41ad0fc184aa794c8)
2008-06-26Use make magic for installing/uninstalling binaries.Jelmer Vernooij1-19/+7
(This used to be commit 97b724417fc8110f7c591779b0c17bd072be304f)
2008-06-26Use make template for installing binaries.Jelmer Vernooij2-2/+42
(This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
2008-06-25Use workaround for $(abspath)Jelmer Vernooij1-0/+3
(This used to be commit 21b4d017a2cccdaa6ab4ed32409f19c612293fd0)
2008-05-23More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer ↵Jelmer Vernooij1-1/+1
and me. (This used to be commit 6e29fbd5d06b02e2b0a55ae2994fce724aaa5bc5)
2008-05-23Properly fix symlink for module aliases.Jelmer Vernooij1-1/+1
(This used to be commit 84d93728667921bf36a1b25c32bf8befa941a2c6)
2008-05-21Use gnu make syntax for SWIG implicit rule since it allows multiple output ↵Jelmer Vernooij1-2/+2
files. (This used to be commit ce440887316d3ae379551c136f6b640c573fd702)
2008-05-21Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij1-1/+1
(This used to be commit a95f2bf86a75729717542b401aa39bedd21be8d0)
2008-05-21Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij1-1/+1
(This used to be commit bd3f3e7c85f1a92638d69379782aa7bfcecd9e2f)
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2-3/+6
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij1-1/+3
Conflicts: source/build/smb_build/makefile.pm (This used to be commit 57b57b1ff9a2ddf087fc6cceaf6c9afb4f8f0135)
2008-05-18Typo, formatting fixes.Jelmer Vernooij1-1/+3
(This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4)
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij1-0/+2
(This used to be commit 4876c4efbbafb4e0afa3554cd9f748ab591a2927)
2008-05-18Move templates to a separate file.Jelmer Vernooij2-96/+100
(This used to be commit d9770b651f61a0b70d6afa4610fadc7f199e1d98)
2008-05-11Fix formatting of install message.Jelmer Vernooij1-1/+1
(This used to be commit 371afde9b04694beec4d9e5cb53634315aea86be)
2008-05-11Properly escape quotes.Jelmer Vernooij1-2/+2
(This used to be commit 33094329610097113c244ccd02606661a4c9e2e0)
2008-05-10Install standalone python modules (so we can use stock python rather than ↵Jelmer Vernooij1-2/+6
smbpython). (This used to be commit bb5c9fc64b6ad275abdd98a19f018953c9d79cbd)
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-3/+2
Conflicts: source/auth/config.mk source/auth/gensec/config.mk source/torture/smbtorture.c (This used to be commit edfd02e59bba86b977bd60848f57a614691fff7a)
2008-05-07build: fix path to lex_compile.shStefan Metzmacher1-1/+1
metze (This used to be commit 6a1b7f56afa7475880f4eb5f0b669fd2b95a1d8f)
2008-04-25Don't compile files twice when the compilation fails.Andrew Bartlett1-2/+1
Andrew Bartlett (This used to be commit 53ea233649d12d77233611e272cf5f470177571c)
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2-2/+7
Conflicts: source/Makefile source/auth/config.mk source/auth/gensec/config.mk source/build/m4/public.m4 source/build/make/python.mk source/build/make/rules.mk source/build/smb_build/header.pm source/build/smb_build/main.pl source/build/smb_build/makefile.pm source/dsdb/config.mk source/dsdb/samdb/ldb_modules/config.mk source/kdc/config.mk source/lib/events/config.mk source/lib/events/events.c source/lib/ldb/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/util/config.mk source/libcli/smb2/config.mk source/libnet/config.mk source/librpc/config.mk source/nbt_server/config.mk source/ntptr/ntptr_base.c source/ntvfs/posix/config.mk source/ntvfs/sysdep/config.mk source/param/config.mk source/rpc_server/config.mk source/rpc_server/service_rpc.c source/scripting/ejs/config.mk source/scripting/python/config.mk source/smb_server/config.mk source/smbd/server.c source/torture/config.mk source/torture/smb2/config.mk source/wrepl_server/config.mk (This used to be commit 13bbd420681519894a4036729c43273912c9b402)
2008-04-19build: fix the build rule for .o filesStefan Metzmacher1-1/+3
metze (This used to be commit c7f34f41c3f9f0c3f75a618dfaf566706014a6b4)
2008-04-15Fix the build.Jelmer Vernooij1-0/+4
(This used to be commit ecaa5bb83b5cf319718d15aff96152d70fa19f7f)
2008-04-14Move standard make compilation rules to build/make.Jelmer Vernooij4-0/+440
(This used to be commit ceda3312a98b069d0711f3cb33de3ae71e91ebaa)
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+1
Conflicts: source/auth/credentials/config.mk source/auth/gensec/config.mk source/build/smb_build/makefile.pm source/heimdal_build/config.mk source/lib/events/config.mk source/lib/nss_wrapper/config.mk source/lib/policy/config.mk source/lib/registry/config.mk source/lib/socket_wrapper/config.mk source/lib/tdb/config.mk source/lib/tls/config.mk source/lib/util/config.mk source/libcli/config.mk source/libcli/ldap/config.mk source/libnet/config.mk source/librpc/config.mk source/param/config.mk source/rpc_server/config.mk source/scripting/ejs/config.mk source/smbd/process_model.mk (This used to be commit 760378e0294dd0cd4523a83448328478632d7e3d)
2008-03-09Fix the build, symlinks.Jelmer Vernooij1-4/+4
(This used to be commit c165b34805aa6a82e579afda9f4244c0c68d52b4)
2008-03-09Move more code out of perl build system.Jelmer Vernooij1-2/+7
(This used to be commit bfb4d847005567da43e93987add1a7b171b7b192)
2008-03-08Remove correct libraries.Jelmer Vernooij1-2/+1
(This used to be commit 9caa9d85d1ab86bb575a5359d57919b801737a40)
2008-03-08Allow parentheses in commands.Jelmer Vernooij1-3/+1
(This used to be commit b5c293f05303460aceb8e29a1be68945fac9071a)