optionally exclude shared library dependencies
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5008 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -23,11 +23,12 @@ prefix = @prefix@
|
||||
exec_prefix = @exec_prefix@
|
||||
libdir = @libdir@
|
||||
|
||||
LIB_DEPS = -L../../kafs -lkafs \
|
||||
-L../../krb -lkrb \
|
||||
-L../../des -ldes \
|
||||
-L../../roken -lroken \
|
||||
-lc
|
||||
@lib_deps_yes@LIB_DEPS = -L../../kafs -lkafs \
|
||||
@lib_deps_yes@ -L../../krb -lkrb \
|
||||
@lib_deps_yes@ -L../../des -ldes \
|
||||
@lib_deps_yes@ -L../../roken -lroken \
|
||||
@lib_deps_yes@ -lc
|
||||
@lib_deps_no@LIB_DEPS =
|
||||
|
||||
PICFLAGS = @REAL_PICFLAGS@
|
||||
LDSHARED = @LDSHARED@
|
||||
|
@@ -27,8 +27,9 @@ LDSHARED = @LDSHARED@
|
||||
SHLIBEXT = @REAL_SHLIBEXT@
|
||||
LD_FLAGS = @REAL_LD_FLAGS@
|
||||
|
||||
LIB_DEPS = -L../../kafs -L../../krb -L../../des -L../../roken \
|
||||
-lkafs -lkrb -ldes -lroken -lc
|
||||
@lib_deps_yes@LIB_DEPS = -L../../kafs -L../../krb -L../../des -L../../roken \
|
||||
@lib_deps_yes@ -lkafs -lkrb -ldes -lroken -lc
|
||||
@lib_deps_no@LIB_DEPS =
|
||||
|
||||
LIB = pam_krb4.$(SHLIBEXT)
|
||||
|
||||
|
@@ -28,13 +28,14 @@ LDSHARED = @LDSHARED@
|
||||
SHLIBEXT = @REAL_SHLIBEXT@
|
||||
LD_FLAGS = @REAL_LD_FLAGS@
|
||||
|
||||
LIB_DEPS = -L../../kafs -lkafs \
|
||||
-L../../kadm -lkadm \
|
||||
-L../../krb -lkrb \
|
||||
-L../../des -ldes \
|
||||
-L../../roken -lroken \
|
||||
@LIB_getpwnam_r@ \
|
||||
-lc
|
||||
@lib_deps_yes@LIB_DEPS = -L../../kafs -lkafs \
|
||||
@lib_deps_yes@ -L../../kadm -lkadm \
|
||||
@lib_deps_yes@ -L../../krb -lkrb \
|
||||
@lib_deps_yes@ -L../../des -ldes \
|
||||
@lib_deps_yes@ -L../../roken -lroken \
|
||||
@lib_deps_yes@ @LIB_getpwnam_r@ \
|
||||
@lib_deps_yes@ -lc
|
||||
@lib_deps_no@LIB_DEPS =
|
||||
|
||||
LIB = libsia_krb4.$(SHLIBEXT)
|
||||
|
||||
|
@@ -32,7 +32,7 @@ includedir = @includedir@
|
||||
|
||||
PICFLAGS = @PICFLAGS@
|
||||
|
||||
LIB_DEPS = -lc
|
||||
LIB_DEPS = @lib_deps_yes@ -lc
|
||||
build_symlink_command = @build_symlink_command@
|
||||
install_symlink_command = @install_symlink_command@
|
||||
|
||||
|
@@ -31,7 +31,7 @@ EXECSUFFIX=@EXECSUFFIX@
|
||||
|
||||
PICFLAGS = @PICFLAGS@
|
||||
|
||||
LIB_DEPS = -lc
|
||||
LIB_DEPS = @lib_deps_yes@ -lc
|
||||
build_symlink_command = @build_symlink_command@
|
||||
install_symlink_command = @install_symlink_command@
|
||||
|
||||
|
@@ -34,7 +34,7 @@ LIB = $(LIBNAME).$(LIBEXT)
|
||||
LIB2 = $(LIBPREFIX)el_compat.a
|
||||
LIBS = $(LIB) @el_yes@ $(LIB2)
|
||||
|
||||
LIB_DEPS = -lc
|
||||
LIB_DEPS = @lib_deps_yes@ -lc
|
||||
build_symlink_command = @build_symlink_command@
|
||||
install_symlink_command = @install_symlink_command@
|
||||
install_symlink_command2 = @install_symlink_command2@
|
||||
|
@@ -25,7 +25,7 @@ libdir = @libdir@
|
||||
|
||||
PICFLAGS = @PICFLAGS@
|
||||
|
||||
LIB_DEPS = -lc
|
||||
LIB_DEPS = @lib_deps_yes@ -lc
|
||||
build_symlink_command = @build_symlink_command@
|
||||
install_symlink_command = @install_symlink_command@
|
||||
|
||||
|
@@ -29,7 +29,7 @@ libdir = @libdir@
|
||||
|
||||
PICFLAGS = @PICFLAGS@
|
||||
|
||||
LIB_DEPS = $(LIB_DBM) -lc
|
||||
LIB_DEPS = @lib_deps_yes@ $(LIB_DBM) -lc
|
||||
build_symlink_command = @build_symlink_command@
|
||||
install_symlink_command = @install_symlink_command@
|
||||
|
||||
|
@@ -29,7 +29,7 @@ libdir = @libdir@
|
||||
bindir = @bindir@
|
||||
includedir = @includedir@
|
||||
|
||||
LIB_DEPS = @LIB_readline@ -lc
|
||||
LIB_DEPS = @lib_deps_yes@ @LIB_readline@ -lc
|
||||
build_symlink_command = @build_symlink_command@
|
||||
install_symlink_command = @install_symlink_command@
|
||||
install_symlink_command2 = @install_symlink_command2@
|
||||
|
Reference in New Issue
Block a user