summaryrefslogtreecommitdiff
path: root/source4/build/make/rules.mk
AgeCommit message (Collapse)AuthorFilesLines
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-190/+0
The new waf-based build system now has all the same functionality, and the old build system has been broken for quite some time. Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
2010-04-13s4: prevent the autoconf build from removing source4/librpc/gen_ndr/READMEAndrew Tridgell1-1/+1
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-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-08-26build: generate :: rules for automatic dependenciesStefan Metzmacher1-2/+2
metze (This used to be commit 66d8da17a4c3543e133452f9a87702a2a8fb609c)
2008-06-26Use make template for installing binaries.Jelmer Vernooij1-2/+0
(This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
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-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij1-2/+0
(This used to be commit a6b52119940a900fb0de3864b8bca94e2965cc24)
2008-05-18Move templates to a separate file.Jelmer Vernooij1-96/+1
(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-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 Vernooij1-2/+3
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-14Move standard make compilation rules to build/make.Jelmer Vernooij1-0/+288
(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)
2008-03-08Fix the build.Jelmer Vernooij1-0/+18
(This used to be commit f2e49744717eb46bbfafeea9e2eb412a38a142e7)
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-1/+1
(This used to be commit 0ba8ac6a14c62ff9edfe9f0bf43b8a7406b85291)
2008-03-07Use make macro for module installation.Jelmer Vernooij1-0/+11
(This used to be commit 45d252fd9b3df4f1221a23cece78b673a55dfc7c)
2008-03-07Use GNU make.Jelmer Vernooij1-0/+16
(This used to be commit 28aff6fafbb3d8796dd6aaac92500254cf50253e)
2008-02-27Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-0/+7
Conflicts: source/build/smb_build/makefile.pm (This used to be commit c45b97c4714dd0565949732394c9c1e8eedbb99a)
2008-02-26Fix module aliases.Jelmer Vernooij1-0/+11
(This used to be commit 584a69acc5ccc0e9be0cb2687578c62bfa1e797d)
2008-02-26Move common rules code to separate directory.Jelmer Vernooij1-0/+223
(This used to be commit 803ebd6479ae388ae65de8de7fb88600452d47df)