summaryrefslogtreecommitdiff
path: root/source4/build/m4/public.m4
AgeCommit message (Collapse)AuthorFilesLines
2008-02-18Rename include to mkinclude to emphasize it is different from make's include.Jelmer Vernooij1-1/+1
(This used to be commit 0e1d0a874ae3d22b8f97a79b81fe0af3ef53a771)
2008-02-18Use implicit build system element creation for external libraries.Jelmer Vernooij1-18/+4
(This used to be commit 3b08f190c9dd4567e684c804a22e2612f405bbec)
2008-02-11Use make variables in cflags file (now supported by cflags.pl)Jelmer Vernooij1-4/+4
(This used to be commit d746fcde1006b4b7b33aa65bef9d2fea3ebc9162)
2008-02-11Make data about what subsystems/libraries are enabled available in the ↵Jelmer Vernooij1-2/+5
mkconfig.mk file. (This used to be commit 4cc93a98f984d322e41f403169cfa4945b469935)
2008-02-10Move some variables to a separate .mk file that could also be included by a ↵Jelmer Vernooij1-9/+9
non-smb_build build system. (This used to be commit f44b838b682760e54aa981fe2e991495395d2394)
2008-02-10Start working on generating .mk file from configure for inclusion in Makefile.Jelmer Vernooij1-9/+26
(This used to be commit 091f1e7314f05253ae1c10b3d04557be584ed19f)
2008-02-08Reformat SMB_EXT_LIB_FROM_PKGCONFIG: fix spacing and indentation.Michael Adam1-23/+21
Sorry, could not resist: While trying to understand this bit of magic, I had to bring indentation into shape to see more clearly what is going on. Also, mixed tabs/spaces are changed to tabs. Michael (This used to be commit cbed074f2841b79cc0f23ad52b1fa34515f706a9)
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-9/+8
(This used to be commit 91d7ba5202e6c375456a42c2c6861f63c7fcfc20)
2008-01-20build: Fix handling of external pkg-config dependencies when generating ↵Jelmer Vernooij1-4/+7
pkg-config files. (This used to be commit 88f9e11286bf0f12fc766dbf21f311e5373f0811)
2007-10-10r24997: Re-enable use of system-provided tdb and/or talloc when available.Jelmer Vernooij1-17/+14
(This used to be commit 0a3b53fd2cbd15c1e5839990e721bbe4d2f7d4af)
2007-10-10r24995: Update upstream URLs.Jelmer Vernooij1-2/+2
(This used to be commit 04b3623c2e5b39738c869744be8cd3589eda931e)
2007-10-10r23638: add SMB_LIBRARY() macro to create a LIBRARY::foo section inStefan Metzmacher1-0/+20
source/config.mk from within *.m4 files metze (This used to be commit d5fa1476875f862e56e640c0777b95f69886e2fd)
2007-10-10r22697: Support building with external talloc.Jelmer Vernooij1-4/+20
(This used to be commit 3a2f9e0977bc311daa8171ea709a9cbcdd0a0c85)
2007-10-10r15577: Make popt CFLAGS popt-specific rather then globalJelmer Vernooij1-1/+2
(This used to be commit 87233041ff6df94069f0d76f90aba22e275f83be)
2007-10-10r15312: Fix dependency on gtksamba when GTK+ is not presentJelmer Vernooij1-4/+0
(This used to be commit 8f5e507ce3517bbbf06d3f9ec28d40b7158be1bc)
2007-10-10r15274: Drop default EXT_LIB_ prefix for external libraries. Fixes issues ↵Jelmer Vernooij1-17/+7
with local (empty) libpopt.a overriding global one (This used to be commit 2f06305e53478e5030c24550954f221a9a97c83f)
2007-10-10r15270: Rename EXTRA_CFLAGS to CFLAGS - initial work on getting DSO's ↵Jelmer Vernooij1-1/+1
working again. (This used to be commit 33e4b92c46f272478b3c9e433f910dbbaab52af8)
2007-10-10r15223: Move heimdal's -I parameters from the global list of includes toJelmer Vernooij1-1/+1
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-1/+1
(This used to be commit a495bc60ab1b233fe507b2b1aa0ad7378cf52677)
2007-10-10r15207: Introduce PRIVATE_DEPENDENCIES and PUBLIC_DEPENDENCIES as replacementJelmer Vernooij1-1/+1
for REQUIRED_SUBSYSTEMS. (This used to be commit adc8a019b6da256f104abed1b82bfde6998a2ac9)
2007-10-10r12498: Eliminate INIT_OBJ_FILES and ADD_OBJ_FILES. We were not usingJelmer Vernooij1-5/+4
the difference between these at all, and in the future the fact that INIT_OBJ_FILES include smb_build.h will be sufficient to have recompiles at the right time. (This used to be commit b24f2583edee38abafa58578d8b5c4b43e517def)
2007-10-10r11382: Require number of required M4 macrosJelmer Vernooij1-29/+4
Make MODULE handling a bit more like BINARY, LIBRARY and SUBSYSTEM Add some more PUBLIC_HEADERS (This used to be commit 875eb8f4cc658e6aebab070029fd499a726ad520)
2007-10-10r11304: Add support back in for loading shared modules (not used yet)Jelmer Vernooij1-9/+0
(This used to be commit 90f49b6f70c4aaf0e4ab4fad2e6f9caeb0f6f3a6)
2007-10-10r8826: Make configure generate config.mk files (with the external librariesJelmer Vernooij1-144/+35
that were found) and a config.pm file (with all substitution variables) (This used to be commit 52bb1374bbcfc9b9a6d098687bafe9021a1ee858)
2007-10-10r7288: Remove empty wrapper functionJelmer Vernooij1-19/+0
(This used to be commit 879f68cef72df708a6ff7a5f5818fa8478c2a6ea)
2007-10-10r7274: Move m4 files to seperate dirJelmer Vernooij1-0/+295
(This used to be commit 0dda66f0e8e6ad37d731937af184a132bf3407b1)