summaryrefslogtreecommitdiff
path: root/source4/build/smb_build
AgeCommit message (Expand)AuthorFilesLines
2008-02-18Fix summary.Jelmer Vernooij1-3/+2
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij3-8/+9
2008-02-18Be a little bit less strict about recursive dependencies.Jelmer Vernooij1-2/+5
2008-02-18Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij1-2/+2
2008-02-18Build complete static libraries.Jelmer Vernooij5-38/+17
2008-02-18Simplify handling of ALL_OBJS.Jelmer Vernooij2-9/+1
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij3-18/+3
2008-02-18Simplify some more smb_build code.Jelmer Vernooij1-9/+3
2008-02-18Fix build with partial linking.Jelmer Vernooij2-5/+10
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij3-24/+22
2008-02-18Add elements in the build system implicitly if they're unknownJelmer Vernooij1-1/+14
2008-02-18Reenable partial linkingJelmer Vernooij1-2/+2
2008-02-18Merge functions.Jelmer Vernooij1-12/+2
2008-02-18Eliminate duplicate variable.Jelmer Vernooij1-3/+0
2008-02-18Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij1-1/+2
2008-02-16Prevent adding libreplace when not necessary.Jelmer Vernooij1-3/+1
2008-02-16Some more mergedobj fixes.Jelmer Vernooij2-13/+4
2008-02-16Use standard variable for partial linking.Jelmer Vernooij2-1/+2
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij3-1/+32
2008-02-16Remove unused code.Jelmer Vernooij1-5/+1
2008-02-16Simplify handling of plugin installation.Jelmer Vernooij1-13/+16
2008-02-14Don't create symlinks pointing at themselves.Jelmer Vernooij1-3/+1
2008-02-14Remove type before variables in data.mkJelmer Vernooij3-26/+26
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij3-4/+2
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij4-19/+39
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij1-32/+3
2008-02-11Support including files in the cflags.pl script.Jelmer Vernooij1-0/+2
2008-02-11TORTUREDIR as target dir for binaries is no longer used, remove it.Jelmer Vernooij1-7/+0
2008-02-11Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij3-7/+1
2008-02-11Move some more variables to static .mk file.Jelmer Vernooij1-13/+3
2008-02-11Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij1-93/+8
2008-02-10Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij1-0/+1
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij1-7/+1
2008-02-09Move some static makefile variables to rules.mk.Jelmer Vernooij1-39/+0
2008-02-09Support 'mkinclude' command in .mk files.Jelmer Vernooij1-0/+2
2008-02-08build: Remove unused functions Import() and GetInfo().Jelmer Vernooij1-24/+0
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-2/+0
2008-01-22build: remove support for automatically building .pc files.Jelmer Vernooij3-149/+1
2008-01-22build: Allow manually written pkg-config files.Jelmer Vernooij2-2/+7
2008-01-21build: Allow overriding CFLAGS for python packages.Jelmer Vernooij1-0/+1
2008-01-20build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij2-9/+9
2008-01-16python: Don't attempt to build shared and static versions of modules, because...Jelmer Vernooij1-1/+1
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij2-3/+5
2008-01-04r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij1-1/+2
2007-12-26r26602: Revert my previous commit as it only works with GNU make.Jelmer Vernooij1-1/+0
2007-12-26r26600: Provide dir variable with current basedir in Makefile.Jelmer Vernooij1-0/+1
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij3-6/+11
2007-12-24r26578: Ensure directory exists.Jelmer Vernooij1-0/+1