summaryrefslogtreecommitdiffstats
path: root/source4/build
Commit message (Expand)AuthorAgeFilesLines
* Never assume -fvisibility=hidden for modules unless explicitly specified (con...Jelmer Vernooij2008-02-211-8/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...Jelmer Vernooij2008-02-202-9/+12
|\
| * Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett2008-02-202-9/+12
* | Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-201-1/+2
* | Fix static module list generation for ldb.Jelmer Vernooij2008-02-201-2/+8
* | Add configure test for vdeplug library.Jelmer Vernooij2008-02-191-0/+3
|/
* Fix a typo.Michael Adam2008-02-191-1/+1
* Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij2008-02-191-1/+1
* Fix summary.Jelmer Vernooij2008-02-181-3/+2
* Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij2008-02-182-2/+2
* Use implicit build system element creation for external libraries.Jelmer Vernooij2008-02-184-26/+13
* Be a little bit less strict about recursive dependencies.Jelmer Vernooij2008-02-181-2/+5
* Get rid of 'INTEGRATED' build of modules - now replaced by 'MERGED_OBJ'Jelmer Vernooij2008-02-181-2/+2
* Build complete static libraries.Jelmer Vernooij2008-02-185-38/+17
* Simplify handling of ALL_OBJS.Jelmer Vernooij2008-02-182-9/+1
* Factor out common code that generates object lists.Jelmer Vernooij2008-02-183-18/+3
* Simplify some more smb_build code.Jelmer Vernooij2008-02-181-9/+3
* Fix build with partial linking.Jelmer Vernooij2008-02-182-5/+10
* Avoid redetermining paths; use already stored values.Jelmer Vernooij2008-02-183-24/+22
* Add elements in the build system implicitly if they're unknownJelmer Vernooij2008-02-181-1/+14
* Reenable partial linkingJelmer Vernooij2008-02-181-2/+2
* Merge functions.Jelmer Vernooij2008-02-181-12/+2
* Eliminate duplicate variable.Jelmer Vernooij2008-02-181-3/+0
* Switch back to using static libraries for subsystems for now, since partial l...Jelmer Vernooij2008-02-181-1/+2
* Prevent adding libreplace when not necessary.Jelmer Vernooij2008-02-161-3/+1
* Some more mergedobj fixes.Jelmer Vernooij2008-02-162-13/+4
* Use standard variable for partial linking.Jelmer Vernooij2008-02-162-1/+2
* Reintroduce mergedobj support.Jelmer Vernooij2008-02-163-1/+32
* Remove unused code.Jelmer Vernooij2008-02-161-5/+1
* Simplify handling of plugin installation.Jelmer Vernooij2008-02-161-13/+16
* Don't create symlinks pointing at themselves.Jelmer Vernooij2008-02-141-3/+1
* Remove type before variables in data.mkJelmer Vernooij2008-02-143-26/+26
* Remove some make variables that aren't necessary.Jelmer Vernooij2008-02-133-4/+2
* Fix corner case.Jelmer Vernooij2008-02-131-1/+2
* Use more variables in generated data.mk.Jelmer Vernooij2008-02-134-19/+39
* Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij2008-02-131-32/+3
* Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij2008-02-111-4/+4
* Support including files in the cflags.pl script.Jelmer Vernooij2008-02-111-0/+2
* TORTUREDIR as target dir for binaries is no longer used, remove it.Jelmer Vernooij2008-02-111-7/+0
* Avoid autogenerating the Makefile but rather include a data.mk fileJelmer Vernooij2008-02-113-7/+1
* Make data about what subsystems/libraries are enabled available in the mkconf...Jelmer Vernooij2008-02-111-2/+5
* Move some more variables to static .mk file.Jelmer Vernooij2008-02-111-13/+3
* Automatically write AC_SUBST() vars to mkconfig.mk and use them.Jelmer Vernooij2008-02-111-93/+8
* Move some variables to a separate .mk file that could also be included by a n...Jelmer Vernooij2008-02-102-9/+10
* Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij2008-02-101-9/+26
* Move first_prereq test to m4 code.Jelmer Vernooij2008-02-092-7/+9
* Move some static makefile variables to rules.mk.Jelmer Vernooij2008-02-091-39/+0
* Support 'mkinclude' command in .mk files.Jelmer Vernooij2008-02-091-0/+2
* Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam2008-02-081-23/+21
* build: Remove unused functions Import() and GetInfo().Jelmer Vernooij2008-02-081-24/+0