1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
Commit Graph

1456 Commits

Author SHA1 Message Date
Michael Adam
8f8ee7b243 build: use $(WINBIND_LIBS) instead of @WINBIND_LIBS@ in rules.
This fixes the build on systems with picky make, where
libwbclient is not built as a shared library, since the
expansion of @WINBIND_LIBS@ will result in an empty line
in the rule with just the leading tabs/spaces.

Michael
(This used to be commit aff6822c3a)
2008-07-14 23:16:44 +02:00
Michael Adam
dc753fd964 build: fix build of libaddns shared lib : it needs socket_wrapper.
Michael
(This used to be commit 58bc04b31b)
2008-07-11 15:35:24 +02:00
Michael Adam
e8db7cac50 build: remove SHLIBS variable, and distribute deps for shlibs and test_shlibs target
Michael
(This used to be commit 939e75126e)
2008-07-10 16:26:41 +02:00
Michael Adam
36580a5898 build: create a new uninstalllibs target and use it in "make uninstall"
Michael
(This used to be commit 73a3e4e1ea)
2008-07-10 16:26:40 +02:00
Michael Adam
9da2995c49 build: distribute the libs target over the library-specific sections.
Michael
(This used to be commit 18b932c980)
2008-07-10 16:26:40 +02:00
Michael Adam
a23d00280c build: use the libs target instead of the LIBRARIES variable as dependecy for "all".
Michael
(This used to be commit 991c3fefa8)
2008-07-10 16:26:40 +02:00
Michael Adam
030fe6ddd2 build: distribute the cleanlibs target over the library-specific sections.
Michael
(This used to be commit 2588c399a0)
2008-07-10 16:26:39 +02:00
Michael Adam
4d8f12acc5 build: introduce a installibs target and use it in "make install"
The target is distributed over the library-specific sections.

Michael
(This used to be commit 0afe205a7d)
2008-07-10 16:26:11 +02:00
Michael Adam
fddf606651 build: move definition of LIBADDNS_OBJ back up to LIBADDNS_OBJ0
to keep stuff together...

Michael
(This used to be commit 22735ee14a)
2008-07-08 17:00:07 +02:00
Michael Adam
4b92d2a43e build: fix build of smbget by moving LIBSMBCLIENT_OBJ* defs up again
to their original place. The problem was that LIBSMCLIENT_OBJ1 is used
in SMBGET_OBJ and that the difinition of LIBSMBCLIENT_OBJ1 was moved
below the bin/smbget target. Somehow it had worked for me.

Thanks to Derrell for pointing that out.

Michael
(This used to be commit c4e51f5e76)
2008-07-08 16:55:52 +02:00
Michael Adam
b7f0ad4488 build: fix creation of libsmbclient.a - don't link in libtalloc.a
a step in fixing bug #5590

Michael
(This used to be commit bae7bd4bba)
2008-07-07 20:34:04 +02:00
Michael Adam
b079636bf7 build: fix creation of libaddns.a - don't link in libtalloc.a
a step in fixing bug #5590

Michael
(This used to be commit 4d6edcb2c8)
2008-07-07 20:34:04 +02:00
Michael Adam
c95629101b build: fix creation of libsmbsharemodes.a - don't link in libtdb.a.
a step in fixing bug #5590

Michael
(This used to be commit 76f9e2e646)
2008-07-07 20:34:04 +02:00
Michael Adam
576d1dc66d build: set SONAME version of libraries from configure, not using library-versions
This sets the library versions (previously gotten from library-versions
file during make) already at configure time.

For library "foo", the version is stored in the LIBFOO_SOVER configure
variable.  For all libraries except libwbclient, this is done through the
call of SMB_LIBRARY().

NOTE: Currently the versions are hard-coded in the SMB_LIBRARY() calls in
configure.in, but this change makes it easier to retrieve the version from
the libraries source dir at configure time, e.g. for talloc and tdb.

Michael
(This used to be commit 3c300f9f8c)
2008-07-07 20:34:04 +02:00
Michael Adam
025edbd82c build: combine the cleanlibfoo targets to one cleanlibs target
And use that in make clean

Michael
(This used to be commit 887b623119)
2008-07-07 20:34:03 +02:00
Michael Adam
5408317e33 build: fix shlibs target after internal changes, add libs target.
The shlibs target now only builds the shared libs as the name suggests.
All libraries are built by the new "libs" target.

Michael
(This used to be commit 1bb2b576a4)
2008-07-07 20:34:03 +02:00
Michael Adam
eb48b5703b build: remove the SONAME_VER variable - not used anymore.
Michael
(This used to be commit 35b2ee2bce)
2008-07-07 20:34:03 +02:00
Michael Adam
5b872b6ba5 build: fix typo in use of cleanlibsmbclient target
Michael
(This used to be commit 5712062d22)
2008-07-07 20:34:03 +02:00
Michael Adam
23804595f7 build: add a cleanlibaddns target and use it in "make clean"
Michael
(This used to be commit 39a447a232)
2008-07-07 20:34:03 +02:00
Michael Adam
d51180e4b8 build: handle libaddns by SMB_LIBRARY() and correctly create SONAME file.
Create .so file as a symlink.

Michael
(This used to be commit bbf665ad57)
2008-07-07 20:34:03 +02:00
Michael Adam
1c7123f3a6 build: move LIBADDNS_OBJ0 up again -- needed for NET_OBJ :-\
Michael
(This used to be commit b871cb0cb6)
2008-07-07 20:34:02 +02:00
Michael Adam
5df4ca43eb build: move libaddns related bits to the libaddns section in Makefile.in
Michael
(This used to be commit 61157cb92e)
2008-07-07 20:34:02 +02:00
Michael Adam
672eb71cf7 build: create cleanlibsmbsharemodes target and use it in "make clean".
Michael
(This used to be commit 20a5053f0e)
2008-07-07 20:34:02 +02:00
Michael Adam
fc54fc52f4 build: handle libsmbsharemodes by SMB_LIBRARY() and correctly create SONAME file.
Create libsmbsharemodes.so as a symlink.

Michael
(This used to be commit 1157048146)
2008-07-07 20:34:02 +02:00
Michael Adam
175497e14b build: move libsmbsharemodes related vars and targets to libsmbsharemodes section in Makefile.in
Michael
(This used to be commit 278dde8a6c)
2008-07-07 20:34:02 +02:00
Michael Adam
db6b94ee24 build: add structuring comment for libbigballofmud
(This used to be commit 879b000fd3)
2008-07-07 20:34:02 +02:00
Michael Adam
7e7e9250be build: add cleanlibsmbclient target and use it in make clean.
Michael
(This used to be commit 95a7d21d31)
2008-07-07 20:34:02 +02:00
Michael Adam
1b20cf1324 build: handle libsmbclient by SMB_LIBRARY() and correctly create soname file.
Create libsmbclient.so as a symlink to libsmbclient.so.0.

Michael
(This used to be commit c463bd0cb9)
2008-07-07 20:34:02 +02:00
Michael Adam
2e694978f5 build: slightly change and extend the logic of SMB_LIBRARY().
Only call the install/uninstall targets (from make (un)install)
for libraries configured with SMB_LIBRARY(), when the user did
not set --with-libname=no.

Make sure to always (at least) build the static version of the library.

Michael
(This used to be commit f440538c94)
2008-07-07 20:34:01 +02:00
Michael Adam
c9178983e8 build: rename (un)installclientlib to (un)installlibsmbclient
keeping old targets as aliases for backward compatibility

Michael
(This used to be commit 40ff40de57)
2008-07-07 20:34:01 +02:00
Michael Adam
1920e603fc build: move libsmbclient related variables and targets to libsmbclient section
Michael
(This used to be commit ed3c35d307)
2008-07-07 20:34:01 +02:00
Michael Adam
1778ebf8e3 build: move definition of SHLIBS to libraries section
Michael
(This used to be commit 36c99a3cad)
2008-07-07 20:34:01 +02:00
Michael Adam
e4c67f9cc2 build: add a cleanlibwbclient target to Makefile.in and use it for make clean.
Michael
(This used to be commit e01a1d8d65)
2008-07-07 20:34:01 +02:00
Michael Adam
56579822da build: add uninstalllibwbclient to Makefile.in and use it for uninstall
Michael
(This used to be commit 2712dade9d)
2008-07-07 20:34:01 +02:00
Michael Adam
aedb019d65 build: fix the installlibwbclient target to use defined variables and install the symlink
Michael
(This used to be commit 922b136ada)
2008-07-07 20:34:01 +02:00
Michael Adam
c3bdfeade2 build: fix creation of libwbclient shared lib by crating soname file
and adding .so file as a symlink

Michael
(This used to be commit beab1a3148)
2008-07-07 20:34:01 +02:00
Michael Adam
6ec6f69d02 build: move libwbclient related target to libwbclient section in Makefile.in
Michael
(This used to be commit 8f64706b09)
2008-07-07 20:34:00 +02:00
Michael Adam
162f9619f4 build: move libtdb target further down following common schema like with libtalloc
Michael
(This used to be commit f94b07f0c5)
2008-07-07 20:34:00 +02:00
Michael Adam
c1dcbf9da4 build: fix uninstalllibnetapi target - handle symlink libnetapi.so
and use the defined variables instead of hardcoded bits.
Also move the target into the libnetapi section (forgotten last time).

Michael
(This used to be commit 21b6164795)
2008-07-07 20:34:00 +02:00
Michael Adam
cc20a6ba9d build: fix installlibnetapi target - install symlink libnetapi.so (if appropriate)
Michael
(This used to be commit 59e7827e55)
2008-07-07 20:34:00 +02:00
Michael Adam
521d4c8c6f build: add a cleanlibnetapi target and use it in make clean
Michael
(This used to be commit ff62887a94)
2008-07-07 20:34:00 +02:00
Michael Adam
fea56fe4c8 build: fix creation of the libnetapi shared lib: create soname library
and add the .so file as symlink

Michael
(This used to be commit d9af2f7ab6)
2008-07-07 20:34:00 +02:00
Michael Adam
4cc6a59041 build: move libnetapi related definitions and targets together into the libnetapi section.
in Makefile.in

Michael
(This used to be commit da29e1ce44)
2008-07-07 20:34:00 +02:00
Michael Adam
31a4a4ec81 build: add an uninstalllibtdb target.
Michael
(This used to be commit c50c847f4b)
2008-07-07 20:34:00 +02:00
Michael Adam
8583d07b75 build: fix the installlibtdb target to install the soname file of libtdb.
and create the .so file as a symlink (if appropriate)

Michael
(This used to be commit 5c090762f7)
2008-07-07 20:33:59 +02:00
Michael Adam
302e9ca2eb build: create a cleanlibtdb target and use it in target clean.
Michael
(This used to be commit ebfe13b79b)
2008-07-07 20:33:59 +02:00
Michael Adam
b622276655 build: fix creation of the libtdb shared library.
Create the libtdb.so.1 file and create the .so file as the symlink.
Not vice versa.

Michael
(This used to be commit 662d666b41)
2008-07-07 20:33:59 +02:00
Michael Adam
9bce1354b6 build: move libtdb related definitions and targets to libtdb section in Makefile.in
Michael
(This used to be commit a4de301af4)
2008-07-07 20:33:59 +02:00
Michael Adam
435137c16b build: move all libtalloc related definitions into the libtalloc section in Makefile.in
Michael
(This used to be commit b330892f4b)
2008-07-07 20:33:59 +02:00
Michael Adam
0427511466 build: move top level targets for the libs into the corresponding sections in Makefile.in
Michael
(This used to be commit 4092059ff0)
2008-07-07 20:33:59 +02:00