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/lib/apputils/Makefile.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/lib/apputils') diff --git a/src/lib/apputils/Makefile.in b/src/lib/apputils/Makefile.in index 75dd613dc0..d7fe336778 100644 --- a/src/lib/apputils/Makefile.in +++ b/src/lib/apputils/Makefile.in @@ -6,7 +6,6 @@ mydir=lib$(S)apputils BUILDTOP=$(REL)..$(S).. RELDIR=../lib/apputils SED = sed -DEFS= ##DOS##BUILDTOP = ..\.. ##DOS##LIBNAME=$(OUTPRE)apputils.lib @@ -14,7 +13,6 @@ DEFS= ##DOS##OBJFILE=$(OUTPRE)apputils.lst STLIBOBJS=net-server.o @LIBOBJS@ -STOBJLISTS=OBJS.ST LIBBASE=apputils all-unix:: all-liblinks -- cgit