summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/config_mk.pm
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26067: Merge improvements building Python modules.Jelmer Vernooij1-0/+9
2007-10-10r22452: fix creation of MK_FILES variable in MakefileStefan Metzmacher1-0/+1
2007-10-10r22410: disallow PUBLIC_ options on MODULE and BINARYStefan Metzmacher1-7/+0
2007-10-10r22030: Simplify include parsing for config.mk files, making sure we getJames Peach1-31/+73
2007-10-10r20645: Commit the build system changes to allow scripts in config.mk files.Andrew Bartlett1-4/+9
2007-10-10r19678: Fix the build for now (ugly hack because of circular dependencies)Jelmer Vernooij1-0/+1
2007-10-10r19582: Support building both shared and static versions of libraries at the ...Jelmer Vernooij1-1/+1
2007-10-10r18294: remove leading ././ from .mk filesStefan Metzmacher1-8/+28
2007-10-10r18293: use the correct name it's not always under $srcdir...Stefan Metzmacher1-4/+4
2007-10-10r18222: filter out double entries from CFLAGSStefan Metzmacher1-5/+5
2007-10-10r18183: - add LIBREPLACE globaly and add LIBREPLACE_HOSTCCStefan Metzmacher1-1/+3
2007-10-10r15387: Fix installation of dcerpc headers, remove more instances of uint_tJelmer Vernooij1-0/+4
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-0/+2
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's working...Jelmer Vernooij1-5/+5
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij1-1/+1
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-4/+7
2007-10-10r15036: Add out of tree build support and see how buildfarm will respond to m...Alexander Bokovoy1-6/+17
2007-10-10r14874: Allow overriding LIBRARY_REALNAMEJelmer Vernooij1-0/+1
2007-10-10r14861: regenerate the proto headers when the .mk file changesStefan Metzmacher1-0/+1
2007-10-10r14603: Fix building of ejs modules as shared libsJelmer Vernooij1-0/+2
2007-10-10r14572: Give libraries saner names, remove some .pc files, make some thingsJelmer Vernooij1-1/+1
2007-10-10r14518: Support STANDARD_VISIBILITY property on binariesJelmer Vernooij1-1/+2
2007-10-10r14511: Install more headersJelmer Vernooij1-1/+2
2007-10-10r14477: Remove the NOPROTO property - it's no longer used as proto.h is gone.Jelmer Vernooij1-4/+0
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-3/+2
2007-10-10r14066: fix whitespacesStefan Metzmacher1-2/+2
2007-10-10r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITYStefan Metzmacher1-2/+2
2007-10-10r13918: fix whitespacesStefan Metzmacher1-5/+3
2007-10-10r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij1-1/+5
2007-10-10r13867: Wrap the cflags.sh hack in the build system. You can now simplyJelmer Vernooij1-3/+11
2007-10-10r13786: [merge] Add registration functions for LDB modulesJelmer Vernooij1-0/+2
2007-10-10r12772: - create variables for the %(patsubst ...) statements for the idl filesStefan Metzmacher1-0/+1
2007-10-10r12693: Move core data structures out of smb.h into core.hJelmer Vernooij1-2/+5
2007-10-10r12670: Make a couple of dependencies stricterJelmer Vernooij1-0/+2
2007-10-10r12638: fix the build on BSD systemsStefan Metzmacher1-9/+9
2007-10-10r12620: Get rid of automatically generated lists of init functions of subsyst...Jelmer Vernooij1-2/+0
2007-10-10r12615: prepare building with ../samba4/source/configure --srcdir=../samba4/s...Stefan Metzmacher1-10/+10
2007-10-10r12542: Move some more prototypes out to seperate headersJelmer Vernooij1-0/+2
2007-10-10r12520: Add support for --help to mkproto.plJelmer Vernooij1-1/+7
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-6/+0
2007-10-10r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij1-7/+7
2007-10-10r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij1-4/+4
2007-10-10r11303: Support defining and installing public headers for libraries.Jelmer Vernooij1-1/+2
2007-10-10r11300: Treat libraries as a special kind of subsystemJelmer Vernooij1-1/+2
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-1/+3
2007-10-10r10112: - check attributes depending on the section typeStefan Metzmacher1-24/+74
2007-10-10r10091: Fix perl warningsJelmer Vernooij1-0/+1
2007-10-10r9549: Rerun ./config.status if one of the .mk files changesJelmer Vernooij1-1/+7
2007-10-10r8979: Bunch of makefile fragment inclusion fixes:Jelmer Vernooij1-61/+34
2007-10-10r8974: Support makefile fragments in .mk filesJelmer Vernooij1-82/+39