summaryrefslogtreecommitdiff
path: root/source4/build/smb_build/output.pm
AgeCommit message (Collapse)AuthorFilesLines
2008-02-29Fix typos, avoid DEPEND_LIST from growing with empty elements.Jelmer Vernooij1-7/+0
(This used to be commit b30fd477ff0d97bb4de3c5301a6cdc47867451ee)
2008-02-19Fix CFLAGS (caused problems on hosts without libgssapi installed on the system).Jelmer Vernooij1-1/+1
(This used to be commit f6760fd161f568ef13a841a0210f130160a16c01)
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij1-1/+1
(This used to be commit 3b08f190c9dd4567e684c804a22e2612f405bbec)
2008-02-18Build complete static libraries.Jelmer Vernooij1-4/+8
(This used to be commit 34e26f4eecdf5bca340133942b242969c4c16dff)
2008-02-18Factor out common code that generates object lists.Jelmer Vernooij1-1/+1
(This used to be commit ef14e1ab3267263d65c4c41cd3c0dab3680f4104)
2008-02-18Fix build with partial linking.Jelmer Vernooij1-3/+9
(This used to be commit bfad9610c472e8d7e3656e19c8dbb6b85727dc13)
2008-02-18Avoid redetermining paths; use already stored values.Jelmer Vernooij1-7/+11
(This used to be commit 0d223ddc39b7438dbce6716f1f00c29579a1f4c4)
2008-02-16Reintroduce mergedobj support.Jelmer Vernooij1-0/+12
(This used to be commit 1cf23c58411a9b8a9bb97016c27c10a218e73146)
2008-02-14Remove type before variables in data.mkJelmer Vernooij1-2/+2
(This used to be commit 3c1a7c0dcc56ed5595e31a8df023a04ae95bfca5)
2008-02-13Remove some make variables that aren't necessary.Jelmer Vernooij1-1/+1
(This used to be commit 8d41cb23dea4fccfc2b3fc8a816cda54af6038fb)
2008-02-13Fix corner case.Jelmer Vernooij1-1/+2
(This used to be commit 92dbbc479032ae3d0cf4b2b9e64291128185cf9c)
2008-02-13Use more variables in generated data.mk.Jelmer Vernooij1-3/+3
(This used to be commit 2dce9e4e0d5ba8785fdee3daba91e6c9f4a32040)
2008-01-04r26664: buildsystem: Hopefully fix the shared library build on AIX.Jelmer Vernooij1-1/+2
(This used to be commit bdf30f80fbef8ea70c3073dc43bc1b0bc02a9951)
2007-12-21r26290: build: split add_dir() into add_dir_str() and add_dir_array()Stefan Metzmacher1-13/+23
metze (This used to be commit e0754868dfa868900f84266f155a236fd13b0ea3)
2007-12-21r26067: Merge improvements building Python modules.Jelmer Vernooij1-2/+3
(This used to be commit 11a2cbbac51781e72ae1288c8e30f175526b01a8)
2007-10-10r25524: Fix directory names for local module builds.Jelmer Vernooij1-2/+4
(This used to be commit 93e5a568e3da1c8b2e7decb2a675456ad35dc29b)
2007-10-10r22455: split dependecies array for compiling and linking and use better ↵Stefan Metzmacher1-2/+2
names:-) calculate the CFLAGS only based on the public dependencies when recursing metze (This used to be commit 62f9d0ce1cdc5eb84b76004220fc7d1eb4a72f15)
2007-10-10r22032: Make sure static libraries end up in bin/static.James Peach1-0/+1
(This used to be commit 316283170a411bf751d1bf155f119d1ac0e7d27f)
2007-10-10r20298: Fix pidl tests (missing symlink..).Jelmer Vernooij1-0/+2
(This used to be commit ab3d57394630cefc1fefe859c8bd3d56f6e63695)
2007-10-10r19582: Support building both shared and static versions of libraries at the ↵Jelmer Vernooij1-13/+11
same time. The --enable-dso flag now specifies whether or not the Samba binaries themselves should be linked against the shared libraries. By default, all libraries will be built staticly. If supported, the shared variant of each library will also be built. If people think building both shared and static library versions in 'make all' is too time-inefficient, please let me know and I'll move the shared library bits to 'make everything'. (This used to be commit 91faa1154a1de18a42f5e237c406157026280478)
2007-10-10r19575: Build static libs in bin/static rather than bin/Jelmer Vernooij1-1/+1
(This used to be commit c9b06ce5636c37ddb077513796a288d88f62c358)
2007-10-10r19574: Initial work towards supporting build of both shared and static ↵Jelmer Vernooij1-7/+4
libraries. (This used to be commit e24ec3aa1ada855401a714743518893d9506239c)
2007-10-10r18291: don't add ./ for files in the top dir '.'Stefan Metzmacher1-1/+5
metze (This used to be commit f60be737efc9e3d515479301a9ed24347aa773cc)
2007-10-10r18223: the perl array of dependecies is in reversed orderStefan Metzmacher1-1/+1
print out the CFLAGS in the correct order metze (This used to be commit 49b555b876493e4d05bd69328f9a4e0585aa8076)
2007-10-10r18222: filter out double entries from CFLAGSStefan Metzmacher1-13/+22
metze (This used to be commit 42e70d5a7b9c12527bb49f9c60330706d350cf49)
2007-10-10r18220: $#foo returns the index of the last element not the count of elements,Stefan Metzmacher1-1/+1
so we need >= 0. as 0 means one element metze (This used to be commit d8b5d0c9a75731c8627e8fabb364ec0ad0e9decd)
2007-10-10r18217: use shorter perlStefan Metzmacher1-5/+1
metze (This used to be commit 4ce7b4e45c016215a84a70b677d55cc6e79a2473)
2007-10-10r18215: use a shorter versionStefan Metzmacher1-7/+2
metze (This used to be commit 239a2607ab1a725dcbbfc03103006d2a3bf6b41e)
2007-10-10r18214: don't add empty elementsStefan Metzmacher1-2/+16
metze (This used to be commit 9695a4bd530d0f49e6a87c6bb56502c6d2d3bdbd)
2007-10-10r15585: Revive pidl's SWIG file generator. It now generates simpleJelmer Vernooij1-0/+1
object oriented wrappers for the interfaces (still need to fix the actual function calls) (This used to be commit bf5da20869eae29aea92386cbb13413b507fc55f)
2007-10-10r15338: Fix build of most things with shared libs enabled.Jelmer Vernooij1-1/+1
(This used to be commit 8985093d3fba90287bd739aaaa0fbfdadca2b999)
2007-10-10r15322: Don't depend on nonexisting targets - should fix the buildJelmer Vernooij1-3/+3
(This used to be commit 34d9a10734d2253564f37a4034003b39489f858e)
2007-10-10r15318: Don't create empty static libraries as some hosts have trouble with ↵Jelmer Vernooij1-1/+5
them. (This used to be commit 1505d7c6001f8a35e728a14af2885b813c32ebe7)
2007-10-10r15304: Fix smbd build, more updates on getting --enable-dso to build againJelmer Vernooij1-3/+3
(This used to be commit 3ef9326386ba1c210166302cbcf02d2ed3f19944)
2007-10-10r15301: Use static libraries internally. This required a few hacks in the buildJelmer Vernooij1-23/+0
system - these should be removed later on. (This used to be commit 06547391669e064d2b92f5841b7df5f101a34cb9)
2007-10-10r15298: Fix the build using a few hacks in the build system.Jelmer Vernooij1-16/+16
Recursive dependencies are now forbidden (the build system will bail out if there are any). I've split up auth_sam.c into auth_sam.c and sam.c. Andrew, please rename sam.c / move its contents to whatever/wherever you think suits best. (This used to be commit 6646384aaf3e7fa2aa798c3e564b94b0617ec4d0)
2007-10-10r15287: Simplify dependency detection codeJelmer Vernooij1-2/+4
(This used to be commit 28a1919ed37f47337f8a53c39b9261a74c5c1bfc)
2007-10-10r15271: Fix --enable-dsoJelmer Vernooij1-2/+8
(This used to be commit 8de11ec2445ce414b37938b07937fdd7837f89a2)
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's ↵Jelmer Vernooij1-5/+5
working again. (This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij1-14/+9
the subsystems in question (This used to be commit 2fbb4d91fa580ccb64e36f0b082f23af33123b13)
2007-10-10r15214: Introduce subsystem-specific CFLAGS to keep the global CFLAGS short.Jelmer Vernooij1-0/+5
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
2007-10-10r14874: Allow overriding LIBRARY_REALNAMEJelmer Vernooij1-9/+15
(This used to be commit 8f57c0e7bcd99556ba83497ce17b6723a637ac76)
2007-10-10r14666: Fix handling of naming of shared modules when not in developer modeJelmer Vernooij1-17/+14
(This used to be commit 2638899529ca17ee0557d4491a51c21437b581b3)
2007-10-10r14606: Fix paths in developer mode. This allows 'make quicktest' to work whenJelmer Vernooij1-1/+11
building with --enable-dso (This used to be commit 614f062748d95a455d1a99a7444fdc0fe152f4e4)
2007-10-10r14543: Fix some build dependency problems caused by the use of $(builddir)Jelmer Vernooij1-8/+8
(This used to be commit c85c4b97f35ac32c3e7b40fa84414171975ecf54)
2007-10-10r14529: Include $(builddir) where necesaryJelmer Vernooij1-8/+8
(This used to be commit ee49674dc6cbda95590409541703c36534b195b3)
2007-10-10r14492: Fix shared libs - set SO_VERSION to 0 everywhere for now.Jelmer Vernooij1-1/+1
(This used to be commit 4682bc5ce047d81586447b9df82c91ed1fe677cf)
2007-10-10r14469: Don't the variable INSTALLDIR for two different things...Jelmer Vernooij1-7/+7
(This used to be commit fd47e975a4c4d225e7513b6dd2223a8eac9b4348)
2007-10-10r14335: Build shared modules in bin/modules/$SUBSYSTEM when in developer mode.Jelmer Vernooij1-2/+9
(This used to be commit 4799f7bd1fbf0ed3cd4c52bd6eef129666ac74b5)
2007-10-10r14327: Replace MAJOR_VERSION/MINOR_VERSION/RELEASE_VERSION with two parameters:Jelmer Vernooij1-12/+6
- VERSION: should contain the current version. Will be made part of the filename. - SO_VERSION: should contain the latest version that this on is compatible to. Will be used for setting the soname of the shared library. Fix sonames and use them on platforms that support them Remove symlinking code. ldconfig will take care of creating the symlinks now that we set the soname. (This used to be commit 7871b07e21c85c63d0ecac4c31b98dc112d18af5)