Remove some make variables that aren't necessary.
[ira/wip.git] / source / build / smb_build / output.pm
2008-02-13 Jelmer VernooijRemove some make variables that aren't necessary.
2008-02-13 Jelmer VernooijFix corner case.
2008-02-13 Jelmer VernooijUse more variables in generated data.mk.
2008-01-04 Jelmer Vernooijr26664: buildsystem: Hopefully fix the shared library...
2007-12-21 Stefan Metzmacherr26290: build: split add_dir() into add_dir_str() and...
2007-12-21 Jelmer Vernooijr26067: Merge improvements building Python modules.
2007-12-21 Stefan MetzmacherMerge commit 'release-4-0-0alpha1' into v4-0-test
2007-10-10 Jelmer Vernooijr25524: Fix directory names for local module builds.
2007-10-10 Stefan Metzmacherr22455: split dependecies array for compiling and linki...
2007-10-10 James Peachr22032: Make sure static libraries end up in bin/static.
2007-10-10 Jelmer Vernooijr20298: Fix pidl tests (missing symlink..).
2007-10-10 Jelmer Vernooijr19582: Support building both shared and static version...
2007-10-10 Jelmer Vernooijr19575: Build static libs in bin/static rather than...
2007-10-10 Jelmer Vernooijr19574: Initial work towards supporting build of both...
2007-10-10 Stefan Metzmacherr18291: don't add ./ for files in the top dir '.'
2007-10-10 Stefan Metzmacherr18223: the perl array of dependecies is in reversed...
2007-10-10 Stefan Metzmacherr18222: filter out double entries from CFLAGS
2007-10-10 Stefan Metzmacherr18220: $#foo returns the index of the last element...
2007-10-10 Stefan Metzmacherr18217: use shorter perl
2007-10-10 Stefan Metzmacherr18215: use a shorter version
2007-10-10 Stefan Metzmacherr18214: don't add empty elements
2007-10-10 Jelmer Vernooijr15585: Revive pidl's SWIG file generator. It now gener...
2007-10-10 Jelmer Vernooijr15338: Fix build of most things with shared libs enabled.
2007-10-10 Jelmer Vernooijr15322: Don't depend on nonexisting targets - should...
2007-10-10 Jelmer Vernooijr15318: Don't create empty static libraries as some...
2007-10-10 Jelmer Vernooijr15304: Fix smbd build, more updates on getting --enabl...
2007-10-10 Jelmer Vernooijr15301: Use static libraries internally. This required...
2007-10-10 Jelmer Vernooijr15298: Fix the build using a few hacks in the build...
2007-10-10 Jelmer Vernooijr15287: Simplify dependency detection code
2007-10-10 Jelmer Vernooijr15271: Fix --enable-dso
2007-10-10 Jelmer Vernooijr15270: Rename EXTRA_CFLAGS to CFLAGS - initial work...
2007-10-10 Jelmer Vernooijr15223: Move heimdal's -I parameters from the global...
2007-10-10 Jelmer Vernooijr15214: Introduce subsystem-specific CFLAGS to keep...
2007-10-10 Jelmer Vernooijr14874: Allow overriding LIBRARY_REALNAME
2007-10-10 Jelmer Vernooijr14666: Fix handling of naming of shared modules when...
2007-10-10 Jelmer Vernooijr14606: Fix paths in developer mode. This allows 'make...
2007-10-10 Jelmer Vernooijr14543: Fix some build dependency problems caused by...
2007-10-10 Jelmer Vernooijr14529: Include $(builddir) where necesary
2007-10-10 Jelmer Vernooijr14492: Fix shared libs - set SO_VERSION to 0 everywher...
2007-10-10 Jelmer Vernooijr14469: Don't the variable INSTALLDIR for two different...
2007-10-10 Jelmer Vernooijr14335: Build shared modules in bin/modules/$SUBSYSTEM...
2007-10-10 Jelmer Vernooijr14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VER...
2007-10-10 Stefan Metzmacherr14072: - only add the 'lib' prefix to libraries not...
2007-10-10 Stefan Metzmacherr13967: change the standard visibility to "default...
2007-10-10 Stefan Metzmacherr13921: rename DEFAULT_VISIBILITY -> STANDARD_VISIBILITY
2007-10-10 Stefan Metzmacherr13919: for us the standard for the visibility is ...
2007-10-10 Jelmer Vernooijr13902: Stricter checking for the -fvisibility flag
2007-10-10 Jelmer Vernooijr13898: Add a subsystem-specific DEFAULT_VISIBILITY...
2007-10-10 Jelmer Vernooijr12494: Support loading modules from .so files for...
2007-10-10 Jelmer Vernooijr12450: Move generation of proto and full object lists...
2007-10-10 Jelmer Vernooijr12253: Automatically build seperate binaries without...
2007-10-10 Jelmer Vernooijr12219: Use some more common functions
2007-10-10 Jelmer Vernooijr12216: Couple of small fixes: reduce include/includes...
2007-10-10 Jelmer Vernooijr11382: Require number of required M4 macros
2007-10-10 Jelmer Vernooijr11377: Add support for building LIBRARY elements as...
2007-10-10 Jelmer Vernooijr11250: Fix a couple of issues in the heimdal/ dirs.
2007-10-10 Jelmer Vernooijr11249: More OpenBSD make fixes...
2007-10-10 Jelmer Vernooijr11244: Relative path names in .mk files
2007-10-10 Jelmer Vernooijr10294: Generate Makefile directly rather then thru...
2007-10-10 Jelmer Vernooijr10043: Only recompile subsystems that actually need...
2007-10-10 Jelmer Vernooijr8942: Move intermediate subsystem output files to...
2007-10-10 Jelmer Vernooijr8936: Use incremental linking. This appeared to be...
2007-10-10 Jelmer Vernooijr7766: Treat NOPROTO as boolean.
2007-10-10 Jelmer Vernooijr7764: Generate _ALL_OBJS list.
2007-10-10 Jelmer Vernooijr7761: Don't let phony targets cause a rebuild of the...
2007-10-10 Jelmer Vernooijr7308: Make dependency lists in the Makefile shorter...
2007-10-10 Jelmer Vernooijr7307: Add phony rules for OUTPUT_TYPE OBJLIST, e.g...
2007-10-10 Jelmer Vernooijr6926: More build farm fixes:
2007-10-10 Jelmer Vernooijr6839: Add support for building subsystems as shared...
2007-10-10 Andrew Tridgellr4812: removed dependence on Data::Dumper
2007-10-10 Stefan Metzmacherr3769: fix the build of shared libraries
2007-10-10 Jelmer Vernooijr3744: Support building subsystems as a shared library...
2007-10-10 Jelmer Vernooijr3737: - Get rid of the register_subsystem() and regist...
2007-10-10 Jelmer Vernooijr3735: Allow building subsystems as static libraries...
2007-10-10 Jelmer Vernooijr3733: More build system fixes/features:
2007-10-10 Jelmer Vernooijr3730: More build system fixes and simplifications
2007-10-10 Jelmer Vernooijr3726: More simplifications/fixes in the build system
2007-10-10 Jelmer Vernooijr3691: Use packages
2007-10-10 Jelmer Vernooijr3690: Use perl's 'use' statement to include the build...