summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
AgeCommit message (Collapse)AuthorFilesLines
2009-06-03Make the path to this uglyness complete so people can find the guilty party..Jeremy Allison1-1/+1
Jeremy.
2009-06-02Build modules statically by default, as there still seem to be a lot ofJelmer Vernooij1-1/+2
issues with those even if shared libs work.
2009-05-13s4 config-summary: Fix printing of which libraries are external andJelmer Vernooij1-2/+8
internal.
2009-03-12s4:build: try to fix the build with the ibm checker in the build-farmStefan Metzmacher1-1/+1
The problem is that the shell eats the quotes in -DFOO="foo, bar, NULL" metze
2008-12-23Allow using external libtevent.Jelmer Vernooij1-0/+1
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-1/+1
2008-12-22Fix missing symbols issues when building with shared libraries.Jelmer Vernooij1-1/+1
2008-12-21Avoid linking in all Python modules to the samba binaries - we can just let ↵Jelmer Vernooij1-1/+1
Python dlopen() them.
2008-09-24Rename smbd -> samba.Jelmer Vernooij1-1/+1
This reverts commit 05ea5e23cf4e70de0bd658b1c5c0ead133967091. Conflicts: source4/smbd/server.c
2008-09-03Allow overriding shared library policy using environment variable.Jelmer Vernooij1-2/+4
(This used to be commit d5c61f470d7aa6dd0e5a22e8718d53a69cbbc239)
2008-06-30smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-2/+2
metze (This used to be commit 54b06a1c839a9af4565635011e3e624271769cc7)
2008-06-30smb_build: enable implicit make rulesStefan Metzmacher1-0/+1
metze (This used to be commit be3f3e18d476431f991d08317eb94b4aebe927e6)
2008-06-26Use make template for installing binaries.Jelmer Vernooij1-5/+4
(This used to be commit 3fb35fc03d5cfb48d0d4f51564ef76e99e74f81c)
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher1-3/+0
This reverts commit 89590d7dfe0735093a4a5b66eeed9276df043ac9. We don't need this yet and currently config.m4 is also used by samba3 which bail out with the check in it, as it doesn't know about the SMB_EXT_LIB() macro metze (This used to be commit bd0ec1754e6e187d421a718410ecd7c21922aa8b)
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett1-0/+4
This commit broke the build, because not all files (libreplace, popt) were updated. Andrew Bartlett (This used to be commit 3faacf4351d68a10aea78b53768571d2059772ae)
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij1-2/+2
Conflicts: source/samba4-skip (This used to be commit 7b0e0eb346c2f6a240b20fbcf14029539c6512b9)
2008-05-30Reorder the linking of objects into a binary.Andrew Bartlett1-2/+2
The hope here is to get 'main' closer to the front of the binary, which might help linking of PPC with gcov (we were overflowing the 24bit limit on the TOC) Andrew Bartlett (This used to be commit 7646574411b753794f1b8712612a91940407f8d7)
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij1-4/+0
(This used to be commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6c)
2008-05-28Fix dependency on swig ldb module.Jelmer Vernooij1-1/+0
(This used to be commit e616a9a1e55aa2265fd2fb4cd2dd0c3490158383)
2008-05-28Depend on debug names of shared libs for linking.Jelmer Vernooij1-1/+1
(This used to be commit 2e3296f181acd8010cb1465097b91ae8cbf38b5f)
2008-05-27Don't throw away cflags if they start with a variable.Jelmer Vernooij1-1/+4
(This used to be commit 9f81214239e1cf6563da4ed49d051fe56d3ab129)
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-2/+0
(This used to be commit 49dcf4b8811f92684a7ddd266ac289d8fc8ca215)
2008-05-27Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij1-0/+1
(This used to be commit 86ce8bf88acf3f9f9966ccf063bbf46d134ea4ba)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-14/+5
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-2/+0
(This used to be commit 58665a8a8e4b10435aebbf2c95b6a8e50db232d6)
2008-05-21Remove support for .py files from smb_build - deal with it only in the ↵Jelmer Vernooij3-11/+0
makefiles. (This used to be commit b865249efaa58d0fc87fa25491fda3b970af81c3)
2008-05-21Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij1-1/+1
(This used to be commit bd3f3e7c85f1a92638d69379782aa7bfcecd9e2f)
2008-05-19build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher1-0/+1
metze (This used to be commit cc07bd86e270c8016acd0f685d699e4a3e63cfb1)
2008-05-18Create prototype headers from Makefile directory, without smb_build in the ↵Jelmer Vernooij3-17/+0
middle. (This used to be commit f4a77b96f9c17d853348b70794026e5b9e384942)
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij1-5/+2
Conflicts: source/build/smb_build/makefile.pm (This used to be commit 57b57b1ff9a2ddf087fc6cceaf6c9afb4f8f0135)
2008-05-18Typo, formatting fixes.Jelmer Vernooij1-2/+2
(This used to be commit 5c961c0b41e0a41bd41705a103595af7405132a4)
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij1-3/+2
(This used to be commit 4876c4efbbafb4e0afa3554cd9f748ab591a2927)
2008-05-18Simplify argument handling.Jelmer Vernooij2-6/+3
(This used to be commit f305c443db8e48efa80eeda8f83073b475dc3fee)
2008-05-18Fix --output argument.Jelmer Vernooij1-1/+1
(This used to be commit a38e473c9e382465ae30f3ca7ae12de500aec5f7)
2008-05-18Allow specifying different input file to smb_build.Jelmer Vernooij1-2/+12
(This used to be commit c4bfc0b8daf2e288a278936b279bb4f7848d78e9)
2008-05-18Move writing of data.mk file to m4 macro.Jelmer Vernooij1-1/+3
(This used to be commit 7fee112d2b86b423c397118f0333065825ea3518)
2008-05-16build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher1-0/+2
metze (This used to be commit 5ca4f76703485d68b1aa6b38beaf208555c0cbfe)
2008-05-11Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij1-0/+2
(This used to be commit 9ba5962addc0ef2e0d01329ab8178b3f51659e75)
2008-05-11Remove extra space that caused issues during make install.Jelmer Vernooij1-1/+1
(This used to be commit 20a2fc85665feb4d57340c695c8ecb014825e177)
2008-05-11Fix LDB module initialization when using external ldb.Jelmer Vernooij1-1/+1
(This used to be commit b7b4aff8b52742d69526dc0ef5da2fe3c05e3af8)
2008-05-10Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-19/+15
(This used to be commit cce1659d3382495d84cd086bd105903211c1c1de)
2008-05-10Fix building with system-provided LDB without breaking anything else :-)Jelmer Vernooij1-19/+15
(This used to be commit ce9d759497ea49e54e9d96422ad07368e2925872)
2008-05-10Clean up some git merges gone wrong.Jelmer Vernooij3-10/+2
(This used to be commit 42eb6b33462228467e65a51bbf624c481802b090)
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij3-17/+19
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-24Distinguish between private and public dependencies in the dot file.Jelmer Vernooij1-2/+2
(This used to be commit 0690ce5211e659d5b8670d533fde77cf97048884)
2008-04-15Work around 'test' quirks - use make's string comparison instead.Jelmer Vernooij1-1/+3
(This used to be commit 434b61623ecfd846f043ee92c833e92cf905e7b4)
2008-04-15Fix ALL_OBJS value.Jelmer Vernooij1-2/+1
(This used to be commit 8710087728cc44761ae85f66c541ab1650e1b952)
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables ↵Jelmer Vernooij3-18/+1
directly instead. (This used to be commit 9d0ae012b0b463278cd054d06788aa998acc2da2)
2008-04-15Make sure init function sentinels are set for modules.Jelmer Vernooij2-0/+4
(This used to be commit fac3463dd505404998b6b00526f1dad6ae47ba84)
2008-04-15Fix the build.Jelmer Vernooij1-2/+2
(This used to be commit ecaa5bb83b5cf319718d15aff96152d70fa19f7f)