summaryrefslogtreecommitdiffstats
path: root/source4/build/smb_build/main.pl
Commit message (Expand)AuthorAgeFilesLines
* Fix ALL_OBJS value.Jelmer Vernooij2008-04-151-2/+1
* Fix order of variables in the makefile.Jelmer Vernooij2008-04-141-2/+9
* Remove duplicate message.Jelmer Vernooij2008-02-291-2/+0
* Include CFLAGS overrides in make file.Jelmer Vernooij2008-02-291-4/+1
* Remove cruft that dealt with public prototype headers.Jelmer Vernooij2008-02-291-2/+1
* Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+0
* Move manpage management out of the perl build system.Jelmer Vernooij2008-02-291-1/+0
* Remove workaround for some non-GNU makes.Jelmer Vernooij2008-02-291-0/+2
* Merge env.pm into makefile.pm.Jelmer Vernooij2008-02-291-1/+0
* Move configure output details out of perl code.Jelmer Vernooij2008-02-291-7/+0
* Use make to create lists of pc files and prototype headers.Jelmer Vernooij2008-02-291-1/+1
* Build complete static libraries.Jelmer Vernooij2008-02-181-6/+2
* Simplify handling of ALL_OBJS.Jelmer Vernooij2008-02-181-0/+1
* Factor out common code that generates object lists.Jelmer Vernooij2008-02-181-5/+2
* Fix build with partial linking.Jelmer Vernooij2008-02-181-2/+1
* Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-181-2/+2
* Reenable partial linkingJelmer Vernooij2008-02-181-2/+2
* Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij2008-02-181-1/+2
* Reintroduce mergedobj support.Jelmer Vernooij2008-02-161-1/+2
* Use more variables in generated data.mk.Jelmer Vernooij2008-02-131-3/+13
* Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-111-1/+1
* build: remove support for automatically building .pc files.Jelmer Vernooij2008-01-221-4/+1
* build: Allow manually written pkg-config files.Jelmer Vernooij2008-01-221-2/+6
* r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij2007-12-211-3/+3
* r26067: Merge improvements building Python modules.Jelmer Vernooij2007-12-211-1/+3
* r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building wit...Jelmer Vernooij2007-12-211-1/+13
* r25975: build: split SharedModule from SharedLibraryStefan Metzmacher2007-12-211-2/+5
* r22031: Make sure we rewrite the include directives in CFLAGS to containJames Peach2007-10-101-1/+3
* r20825: control the subsystem default output type via a variable tooStefan Metzmacher2007-10-101-3/+8
* r19863: Create -uninstalled.pc files. This should reenable compilation and ru...Jelmer Vernooij2007-10-101-1/+1
* r19636: Add URLs to ldb and talloc pkg-config files.Jelmer Vernooij2007-10-101-2/+2
* r19582: Support building both shared and static versions of libraries at the ...Jelmer Vernooij2007-10-101-13/+14
* r19571: Add a USESHARED parameter (different from BLDSHARED) + two smallJelmer Vernooij2007-10-101-6/+2
* r15551: Fix clash between config.pm and globally installed Config.pm onJelmer Vernooij2007-10-101-1/+1
* r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij2007-10-101-10/+2
* r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij2007-10-101-8/+2
* r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij2007-10-101-3/+8
* r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy2007-10-101-2/+1
* r14552: Remove old dependency codeJelmer Vernooij2007-10-101-2/+0
* r14483: Allow subsystems with just a public prototype header, no private onesJelmer Vernooij2007-10-101-1/+2
* r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij2007-10-101-1/+1
* r14151: Add simple script that writes a summary to show what libraries the userJelmer Vernooij2007-10-101-0/+3
* r13954: Add --enable-dso flag to ./configure that simplifies the ability toJelmer Vernooij2007-10-101-6/+2
* r13924: Split more prototypes out of include/proto.h + initial work on headerJelmer Vernooij2007-10-101-0/+1
* r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij2007-10-101-1/+1
* r13867: Wrap the cflags.sh hack in the build system. You can now simplyJelmer Vernooij2007-10-101-0/+3
* r13654: Move some more stuff out of include/Jelmer Vernooij2007-10-101-2/+2
* r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/s...Stefan Metzmacher2007-10-101-1/+1
* r12520: Add support for --help to mkproto.plJelmer Vernooij2007-10-101-0/+2
* r12450: Move generation of proto and full object lists to makefile.pm. 'make'...Jelmer Vernooij2007-10-101-4/+0