summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/output.pm
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-3/+3
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-23/+0
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-16/+16
2007-10-10r15287: Simplify dependency detection codeJelmer Vernooij1-2/+4
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij1-2/+8
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-14/+9
2007-10-10r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij1-0/+5
2007-10-10r14874: Allow overriding LIBRARY_REALNAMEJelmer Vernooij1-9/+15
2007-10-10r14666: Fix handling of naming of shared modules when not in developer modeJelmer Vernooij1-17/+14
2007-10-10r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij1-1/+11
2007-10-10r14543: Fix some build dependency problems caused by the use of $(builddir)Jelmer Vernooij1-8/+8
2007-10-10r14529: Include $(builddir) where necesaryJelmer Vernooij1-8/+8
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
2007-10-10r14469: Don't the variable INSTALLDIR for two different things...Jelmer Vernooij1-7/+7
2007-10-10r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.Jelmer Vernooij1-2/+9
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-12/+6
2007-10-10r14072: - only add the 'lib' prefix to libraries not modulesStefan Metzmacher1-5/+12
2007-10-10r13967: change the standard visibility to "default" public againStefan Metzmacher1-1/+1
2007-10-10r13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITYStefan Metzmacher1-2/+2
2007-10-10r13919: for us the standard for the visibility is "hidden"Stefan Metzmacher1-1/+1
2007-10-10r13902: Stricter checking for the -fvisibility flagJelmer Vernooij1-2/+2
2007-10-10r13898: Add a subsystem-specific DEFAULT_VISIBILITY property that can be usedJelmer Vernooij1-2/+7
2007-10-10r12494: Support loading modules from .so files for most subsystems.Jelmer Vernooij1-1/+1
2007-10-10r12450: Move generation of proto and full object lists to makefile.pm. 'make'...Jelmer Vernooij1-22/+0
2007-10-10r12253: Automatically build seperate binaries without -rpath to install whenJelmer Vernooij1-1/+1
2007-10-10r12219: Use some more common functionsJelmer Vernooij1-4/+4
2007-10-10r12216: Couple of small fixes: reduce include/includes.h a bit, simplify headersJelmer Vernooij1-8/+6
2007-10-10r11382: Require number of required M4 macrosJelmer Vernooij1-2/+1
2007-10-10r11377: Add support for building LIBRARY elements as shared libraries:Jelmer Vernooij1-9/+22
2007-10-10r11250: Fix a couple of issues in the heimdal/ dirs.Jelmer Vernooij1-2/+1
2007-10-10r11249: More OpenBSD make fixes...Jelmer Vernooij1-0/+2
2007-10-10r11244: Relative path names in .mk filesJelmer Vernooij1-3/+18