summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/output.pm
AgeCommit message (Expand)AuthorFilesLines
2010-10-31s4: Remove the old perl/m4/make/mk-based build system.Jelmer Vernooij1-172/+0
2008-12-23Use make variable for Samba 4 shared library output directory.Jelmer Vernooij1-1/+1
2008-05-28Depend on debug names of shared libs for linking.Jelmer Vernooij1-1/+1
2008-03-09Move more code out of perl build system.Jelmer Vernooij1-4/+2
2008-03-08Remove dependency on config.Jelmer Vernooij1-2/+1
2008-03-04Remove extra empty lines in data.mk.Jelmer Vernooij1-1/+1
2008-03-04Fix some paths.Jelmer Vernooij1-6/+4
2008-03-04Fix includes.Jelmer Vernooij1-5/+3
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij1-11/+0
2008-02-29Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-7/+0
2008-02-29Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij1-7/+0
2008-02-26Revert cflags hack.Jelmer Vernooij1-4/+4
2008-02-26Move more code out of perl.Jelmer Vernooij1-4/+4
2008-02-26Fix the build.Jelmer Vernooij1-4/+5
2008-02-25Use make's $(call) feature.Jelmer Vernooij1-1/+5
2008-02-25Fix use of realpath, fix init functions for ldb.Jelmer Vernooij1-1/+1
2008-02-25Use realpath for now to work around .. tricks.Jelmer Vernooij1-1/+1
2008-02-25Use addprefix where possible rather than perl expansion of files.Jelmer Vernooij1-34/+4
2008-02-19Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij1-1/+1
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij1-1/+1
2008-02-18Build complete static libraries.Jelmer Vernooij1-4/+8
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij1-1/+1
2008-02-18Fix build with partial linking.Jelmer Vernooij1-3/+9
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij1-7/+11
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij1-0/+12
2008-02-14Remove type before variables in data.mkJelmer Vernooij1-2/+2
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij1-1/+1
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij1-3/+3
2008-01-04r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij1-1/+2
2007-12-21r26290: build: split add_dir() into add_dir_str() and add_dir_array()Stefan Metzmacher1-13/+23
2007-12-21r26067: Merge improvements building Python modules.Jelmer Vernooij1-2/+3
2007-10-10r25524: Fix directory names for local module builds.Jelmer Vernooij1-2/+4
2007-10-10r22455: split dependecies array for compiling and linking and use better name...Stefan Metzmacher1-2/+2
2007-10-10r22032: Make sure static libraries end up in bin/static.James Peach1-0/+1
2007-10-10r20298: Fix pidl tests (missing symlink..).Jelmer Vernooij1-0/+2
2007-10-10r19582: Support building both shared and static versions of libraries at the ...Jelmer Vernooij1-13/+11
2007-10-10r19575: Build static libs in bin/static rather than bin/Jelmer Vernooij1-1/+1
2007-10-10r19574: Initial work towards supporting build of both shared and static libra...Jelmer Vernooij1-7/+4
2007-10-10r18291: don't add ./ for files in the top dir '.'Stefan Metzmacher1-1/+5
2007-10-10r18223: the perl array of dependecies is in reversed orderStefan Metzmacher1-1/+1
2007-10-10r18222: filter out double entries from CFLAGSStefan Metzmacher1-13/+22
2007-10-10r18220: $#foo returns the index of the last element not the count of elements,Stefan Metzmacher1-1/+1
2007-10-10r18217: use shorter perlStefan Metzmacher1-5/+1
2007-10-10r18215: use a shorter versionStefan Metzmacher1-7/+2
2007-10-10r18214: don't add empty elementsStefan Metzmacher1-2/+16
2007-10-10r15585: Revive pidl's SWIG file generator. It now generates simpleJelmer Vernooij1-0/+1
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij1-1/+1
2007-10-10r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij1-3/+3
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with t...Jelmer Vernooij1-1/+5