From 4b0985f8573840838bcfa8ec1df3dcd39a3dbf15 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 16 May 2013 14:21:12 -0400 Subject: Reduce boilerplate in makefiles Provide default values in pre.in for PROG_LIBPATH, PROG_RPATH, SHLIB_DIRS, SHLIB_RDIRS, and STOBJLISTS so that they don't have to be specified in the common case. Rename KRB5_RUN_ENV and KRB5_RUN_VARS to RUN_SETUP (already the most commonly used name) and RUN_VARS. Make sure to use DEFINES for local defines (not DEFS). Remove some other unnecessary makefile content. --- src/plugins/locate/python/Makefile.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/plugins/locate/python') diff --git a/src/plugins/locate/python/Makefile.in b/src/plugins/locate/python/Makefile.in index 5b5484026b..38bed860e9 100644 --- a/src/plugins/locate/python/Makefile.in +++ b/src/plugins/locate/python/Makefile.in @@ -4,19 +4,14 @@ BUILDTOP=$(REL)..$(S)..$(S).. LIBBASE=python LIBMAJOR=0 LIBMINOR=0 -SO_EXT=.so RELDIR=../plugins/locate/python MODULE_INSTALL_DIR = $(KRB5_LIBKRB5_MODULE_DIR) SHLIB_EXPDEPS= $(KRB5_DEPLIB) $(SUPPORT_DEPLIB) SHLIB_EXPLIBS= @PYTHON_LIB@ $(KRB5_LIB) $(SUPPORT_LIB) -SHLIB_DIRS=-L$(TOPLIBD) -SHLIB_RDIRS=$(KRB5_LIBDIR) - SRCS= \ $(srcdir)/py-locate.c -STOBJLISTS=OBJS.ST STLIBOBJS= py-locate.o all-unix:: all-liblinks -- cgit