summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/makefile.pm
AgeCommit message (Expand)AuthorFilesLines
2008-02-29Generate manpage list with make.Jelmer Vernooij1-2/+1
2008-02-29Use make to create lists of pc files and prototype headers.Jelmer Vernooij1-4/+7
2008-02-29Use make to generate lists of libraries.Jelmer Vernooij1-1/+1
2008-02-29Use make to generate lists of libraries.Jelmer Vernooij1-8/+2
2008-02-29Use make to generate list of prototype headers.Jelmer Vernooij1-4/+2
2008-02-29Create SBIN_PROGS and BIN_PROGS lists from within make.Jelmer Vernooij1-6/+2
2008-02-29use gmake to handle .py file copies.Jelmer Vernooij1-3/+1
2008-02-26Rely on GNU make to build static libraries.Jelmer Vernooij1-10/+1
2008-02-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-node...Jelmer Vernooij1-2/+2
2008-02-20Simpler specification of CFLAGS and LDFLAGSAndrew Bartlett1-2/+2
2008-02-20Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij1-1/+2
2008-02-18Build complete static libraries.Jelmer Vernooij1-3/+4
2008-02-18Simplify handling of ALL_OBJS.Jelmer Vernooij1-9/+0
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij1-12/+0
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij1-15/+9
2008-02-18Merge functions.Jelmer Vernooij1-12/+2
2008-02-18Eliminate duplicate variable.Jelmer Vernooij1-3/+0
2008-02-16Some more mergedobj fixes.Jelmer Vernooij1-0/+1
2008-02-16Use standard variable for partial linking.Jelmer Vernooij1-1/+1
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij1-0/+18
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 Vernooij1-21/+21
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij1-2/+0
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij1-13/+22
2008-02-13Put soversions and versions for libraries with a hard-coded version in theJelmer Vernooij1-32/+3
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 Vernooij1-4/+0
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-01-22build: remove support for automatically building .pc files.Jelmer Vernooij1-109/+0
2008-01-20build: Fix handling of external pkg-config dependencies when generating pkg-c...Jelmer Vernooij1-9/+6
2008-01-16python: Build shared python modules for generic use.Jelmer Vernooij1-2/+4
2007-12-24r26578: Ensure directory exists.Jelmer Vernooij1-0/+1
2007-12-24r26571: Hide warnings about unused macros and casting qualifiers in autogener...Jelmer Vernooij1-15/+18
2007-12-21r26486: Use portable run-time library path environment variable.Jelmer Vernooij1-0/+2
2007-12-21r26414: build: bring in the content of EXT_LIB's for the .pc filesStefan Metzmacher1-2/+20
2007-12-21r26291: build: make use of output::add_dir_str() to avoid ugly foo/../bla pathesStefan Metzmacher1-30/+27
2007-12-21r26122: Don't install python bindings yet.Jelmer Vernooij1-12/+11
2007-12-21r26120: Don't install python modules as modules.Jelmer Vernooij1-3/+3
2007-12-21r26100: Also check for SWIG.Jelmer Vernooij1-0/+1
2007-12-21r26097: Consider python modules special modules rather than special libraries.Jelmer Vernooij1-5/+5
2007-12-21r26068: Import improved Python bindings for LDB, including tests.Jelmer Vernooij1-1/+1
2007-12-21r26067: Merge improvements building Python modules.Jelmer Vernooij1-0/+21
2007-12-21r25996: build: rename LD -> BNLD and LDFLAGS -> BNLD_FLAGSStefan Metzmacher1-3/+3
2007-12-21r25994: build: use HOSTCC, HOSTCC_FLAGS, HOSTLD and HOSTLD_FLAGSStefan Metzmacher1-9/+9