summaryrefslogtreecommitdiff
path: root/source4/build
AgeCommit message (Expand)AuthorFilesLines
2008-02-26Rely on GNU make to build static libraries.Jelmer Vernooij1-10/+1
2008-02-21Never assume -fvisibility=hidden for modules unless explicitly specified (con...Jelmer Vernooij1-8/+0
2008-02-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...Jelmer Vernooij2-9/+12
2008-02-20Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett2-9/+12
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+2
2008-02-20Fix static module list generation for ldb.Jelmer Vernooij1-2/+8
2008-02-19Add configure test for vdeplug library.Jelmer Vernooij1-0/+3
2008-02-19Fix a typo.Michael Adam1-1/+1
2008-02-19Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij1-1/+1
2008-02-18Fix summary.Jelmer Vernooij1-3/+2
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2-2/+2
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij4-26/+13
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-11Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij1-4/+4
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-11Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij1-2/+5
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 Vernooij2-9/+10
2008-02-10Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij1-9/+26
2008-02-09Move first_prereq test to m4 code.Jelmer Vernooij2-7/+9
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-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21