summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2008-08-01build: autogenarate VPATH by configureStefan Metzmacher1-0/+3
2008-08-01build: allow flex-2.34 together with bison-2.3Stefan Metzmacher2-3/+14
2008-06-30smb_build: use MERGED_OBJ instead of STATIC_LIBRARYStefan Metzmacher1-2/+2
2008-06-30smb_build: enable implicit make rulesStefan Metzmacher1-0/+1
2008-06-28Use a configure-specified directory for the winbind priv pipeAndrew Bartlett1-2/+37
2008-06-27Fix a non-empty line with just spacesVolker Lendecke1-1/+1
2008-06-27Fix the definition of abspath for gnu make < 3.81Volker Lendecke1-1/+1
2008-06-26Use make magic for installing/uninstalling binaries.Jelmer Vernooij1-19/+7
2008-06-26Use make template for installing binaries.Jelmer Vernooij3-7/+46
2008-06-25Use workaround for $(abspath)Jelmer Vernooij1-0/+3
2008-06-10Revert "Add configure test for vdeplug library."Stefan Metzmacher1-3/+0
2008-06-09build/m4: fix warnings with autoconf-2.62 rename SMB_BUILD_ => samba_cv_Stefan Metzmacher1-3/+3
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett2-0/+5
2008-05-30Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-defsJelmer Vernooij1-2/+2
2008-05-30Reorder the linking of objects into a binary.Andrew Bartlett1-2/+2
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij2-5/+0
2008-05-29Allow the ntp_signd socket to be set from configure.Andrew Bartlett1-0/+19
2008-05-28Fix dependency on swig ldb module.Jelmer Vernooij1-1/+0
2008-05-28Depend on debug names of shared libs for linking.Jelmer Vernooij1-1/+1
2008-05-27Don't throw away cflags if they start with a variable.Jelmer Vernooij1-1/+4
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-2/+0
2008-05-27Disable CFLAGS hack when include path starts with variable.Jelmer Vernooij1-0/+1
2008-05-23More work allowing out-of-tree builds. Patch by Matthias Dieter Wallnöfer an...Jelmer Vernooij1-1/+1
2008-05-23Properly fix symlink for module aliases.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-14/+5
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-2/+0
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij3-11/+0
2008-05-21Use gnu make syntax for SWIG implicit rule since it allows multiple output fi...Jelmer Vernooij1-2/+2
2008-05-21Fix installed symlinks (cp was trying to be smart).Jelmer Vernooij1-1/+1
2008-05-21Allow dots in .mk file section headers, fix docstring.Jelmer Vernooij2-2/+2
2008-05-19build: only add enabled subsystems and modules to ALL_OBJSStefan Metzmacher1-0/+1
2008-05-18Fix a couple (well, little more than that..) of typos.Jelmer Vernooij2-3/+6
2008-05-18Create prototype headers from Makefile directory, without smb_build in the mi...Jelmer Vernooij3-17/+0
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba34.git/samba4 into v4-0-testJelmer Vernooij2-6/+5
2008-05-18Typo, formatting fixes.Jelmer Vernooij2-3/+5
2008-05-18Avoid smb_build for prototype headers in some places.Jelmer Vernooij2-3/+4
2008-05-18Merge branch 'v4-0-test' of /home/jelmer/samba4 into v4-0-testJelmer Vernooij2-96/+100
2008-05-18Move templates to a separate file.Jelmer Vernooij2-96/+100
2008-05-18Simplify argument handling.Jelmer Vernooij2-6/+3
2008-05-18Fix --output argument.Jelmer Vernooij1-1/+1
2008-05-18Allow specifying different input file to smb_build.Jelmer Vernooij2-3/+13
2008-05-18Move writing of data.mk file to m4 macro.Jelmer Vernooij2-1/+34
2008-05-18Move writing autoconf vars into files into m4 macros.Jelmer Vernooij1-0/+40
2008-05-16lib/socket: remove unused configure check for HAVE_WORKING_AF_LOCALStefan Metzmacher1-93/+0
2008-05-16build: readd ALL_OBJS which is needed for automatic_dependenciesStefan Metzmacher1-0/+2
2008-05-11Fail earlier on if shared libs can't be built.Jelmer Vernooij1-29/+5
2008-05-11Properly support sentinels for binary init functions. This should fix the build.Jelmer Vernooij1-0/+2
2008-05-11Fix formatting of install message.Jelmer Vernooij1-1/+1
2008-05-11Remove extra space that caused issues during make install.Jelmer Vernooij1-1/+1
2008-05-11Properly escape quotes.Jelmer Vernooij1-2/+2