From b3e348a072ba88a2ae1b28ed58dc0b5249b9cb91 Mon Sep 17 00:00:00 2001 From: Paul Park Date: Thu, 15 Jun 1995 22:34:56 +0000 Subject: Shared library Makefile/configure changes and cleanup git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6069 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/Makefile.in | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'src/lib/crypto/Makefile.in') diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index 1ac2d8df8e..615626d564 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -24,9 +24,14 @@ LIB_SUBDIRS= des md4 md5 crc32 os . LIBUPDATE= $(BUILDTOP)/util/libupdate LIBDONE= ./des/DONE ./md4/DONE ./md5/DONE ./crc32/DONE ./os/DONE ./DONE -all:: all-$(WHAT) - -all-unix:: shared +# No dependencies. Record places to find this shared object if the target +# link editor and loader support it. +DEPLIBS= +SHLIB_LIBS= +SHLIB_LDFLAGS= $(LDFLAGS) @SHLIB_RPATH_DIRS@ +SHLIB_LIBDIRS= @SHLIB_LIBDIRS@ + +all:: shared shared: mkdir shared -- cgit