Requires VPATH support, which should be in any non-neolithic make.
incdir = $(top_srcdir)/include
compat = $(top_srcdir)/compat
+# For out of tree builds
+VPATH = $(srcdir)
+
# Compiler & tools to use
CC = @CC@
LIBTOOL = @LIBTOOL@
top_srcdir = @top_srcdir@
incdir = $(top_srcdir)/include
+# For out of tree builds
+VPATH = $(srcdir)
+
# Compiler & tools to use
CC = @CC@
LIBTOOL = @LIBTOOL@ --tag=disable-static
top_srcdir = @top_srcdir@
incdir = $(top_srcdir)/include
+# For out of tree builds
+VPATH = $(srcdir):$(srcdir)/auth:$(top_srcdir)/src
+
# Compiler & tools to use
CC = @CC@
LIBTOOL = @LIBTOOL@
top_srcdir = @top_srcdir@
incdir = $(top_srcdir)/include
+# For out of tree builds
+VPATH = $(srcdir)
+
# Compiler & tools to use
CC = @CC@
LIBTOOL = @LIBTOOL@ --tag=disable-static