summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/main.pl
AgeCommit message (Expand)AuthorFilesLines
2008-03-09Move PC_FILE out of the perl code.Jelmer Vernooij1-3/+0
2008-02-26Move public header accumulation out of the perl code.Jelmer Vernooij1-1/+0
2008-02-26Support building .so versions of the modules.Jelmer Vernooij1-6/+3
2008-02-26Move manpage management out of the perl build system.Jelmer Vernooij1-1/+0
2008-02-26Fix the build (again).Jelmer Vernooij1-1/+1
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij1-2/+2
2008-02-25Merge env.pm into makefile.pm.Jelmer Vernooij1-1/+0
2008-02-25Move configure output details out of perl code.Jelmer Vernooij1-9/+0
2008-02-25Remove workaround for some non-GNU makes.Jelmer Vernooij1-0/+2
2008-02-25Include CFLAGS overrides in make file.Jelmer Vernooij1-5/+2
2008-02-25Fix the build.Jelmer Vernooij1-0/+3
2008-02-18Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij1-7/+6
2008-02-18Build complete static libraries.Jelmer Vernooij1-6/+2
2008-02-18Simplify handling of ALL_OBJS.Jelmer Vernooij1-0/+1
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij1-5/+2
2008-02-18Fix build with partial linking.Jelmer Vernooij1-2/+1
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij1-2/+2
2008-02-18Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij1-2/+2
2008-02-18Reenable partial linkingJelmer Vernooij1-2/+2
2008-02-18Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij1-0/+2
2008-02-18Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij1-1/+2
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij1-1/+2
2008-02-16Move responsibilities of build.h to makefile.Jelmer Vernooij1-2/+1
2008-02-16Remove some unused code.Jelmer Vernooij1-2/+2
2008-02-16Use make list concatenation support to create list of object files for subsys...Jelmer Vernooij1-7/+8
2008-02-16Use make to create lists of pc files and prototype headers.Jelmer Vernooij1-1/+1
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij1-3/+13
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij1-1/+1
2008-01-22build: remove support for automatically building .pc files.Jelmer Vernooij1-4/+1
2008-01-22build: Allow manually written pkg-config files.Jelmer Vernooij1-2/+6
2007-12-21r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij1-3/+3
2007-12-21r26067: Merge improvements building Python modules.Jelmer Vernooij1-1/+3
2007-12-21r26005: Notice the user about LD_LIBRARY_PATH or equivalent when building wit...Jelmer Vernooij1-1/+13
2007-12-21r25975: build: split SharedModule from SharedLibraryStefan Metzmacher1-2/+5
2007-10-10r22031: Make sure we rewrite the include directives in CFLAGS to containJames Peach1-1/+3
2007-10-10r20825: control the subsystem default output type via a variable tooStefan Metzmacher1-3/+8
2007-10-10r19863: Create -uninstalled.pc files. This should reenable compilation and ru...Jelmer Vernooij1-1/+1
2007-10-10r19636: Add URLs to ldb and talloc pkg-config files.Jelmer Vernooij1-2/+2
2007-10-10r19582: Support building both shared and static versions of libraries at the ...Jelmer Vernooij1-13/+14
2007-10-10r19571: Add a USESHARED parameter (different from BLDSHARED) + two smallJelmer Vernooij1-6/+2
2007-10-10r15551: Fix clash between config.pm and globally installed Config.pm onJelmer Vernooij1-1/+1
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-10/+2
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-8/+2
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-3/+8
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy1-2/+1
2007-10-10r14552: Remove old dependency codeJelmer Vernooij1-2/+0
2007-10-10r14483: Allow subsystems with just a public prototype header, no private onesJelmer Vernooij1-1/+2
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-1/+1
2007-10-10r14151: Add simple script that writes a summary to show what libraries the userJelmer Vernooij1-0/+3
2007-10-10r13954: Add --enable-dso flag to ./configure that simplifies the ability toJelmer Vernooij1-6/+2