DEPTH = .
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
install-cgi install-include
DISTCLEANFILES = apaci include/config_auto.h modules.c
-include $(topsrcdir)/build/rules.mk
-include $(topsrcdir)/build/program.mk
+include $(top_srcdir)/build/rules.mk
+include $(top_srcdir)/build/program.mk
install-conf:
@echo Installing configuration files
srcdir=$1
shift
-topsrcdir=`(cd $srcdir; pwd)`
+top_srcdir=`(cd $srcdir; pwd)`
mkdir_p=$1
shift
if test "$mkdir_p" = "yes"; then
mkdir_p="mkdir -p"
else
- mkdir_p="$topsrcdir/helpers/mkdir.sh"
+ mkdir_p="$top_srcdir/helpers/mkdir.sh"
fi
base="\$(DEPTH)/$srcdir"
dir=`dirname $i`
$mkdir_p $dir
sed \
- -e s#@topsrcdir@#$base# \
+ -e s#@top_srcdir@#$base# \
-e s#@srcdir@#$base/$dir# \
- < $topsrcdir/$i.in > $i
+ < $top_srcdir/$i.in > $i
done
targets = $(LTLIBRARY_NAME)
-include $(topsrcdir)/build/rules.mk
-include $(topsrcdir)/build/library.mk
+include $(top_srcdir)/build/rules.mk
+include $(top_srcdir)/build/library.mk
DEFS = -DHAVE_CONFIG_H -I. -I$(srcdir) -I$(DEPTH)
-top_srcdir = $(topsrcdir)
top_builddir = $(DEPTH)
.SUFFIXES:
done; \
fi
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk
DEPTH = ..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
SUBDIRS = mpm $(MODULE_DIRS)
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
-include $(topsrcdir)/build/special.mk
+include $(top_srcdir)/build/special.mk
DEPTH = ..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
SUBDIRS = $(OS)
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libos.la
LTLIBRARY_SOURCES = os.c os-inline.c beosd.c iol_socket.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libos.la
LTLIBRARY_SOURCES = os.c os-inline.c util_os2.c iol_socket.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libos.la
LTLIBRARY_SOURCES = os.c os-inline.c unixd.c iol_socket.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
util_script.c util_uri.c util_md5.c \
rfc1413.c http_connection.c iol_file.c listen.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
gen_uri_delims_OBJECTS = gen_uri_delims.lo
gen_uri_delims: $(gen_uri_delims_OBJECTS)
DEPTH = ../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
SUBDIRS = $(MPM_NAME)
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk
DEPTH = ../../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libdexter.la
LTLIBRARY_SOURCES = dexter.c scoreboard.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ../../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libmpmt_beos.la
LTLIBRARY_SOURCES = mpmt_beos.c scoreboard.c acceptlock.c mutex.c poll.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ../../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libmpmt_pthread.la
LTLIBRARY_SOURCES = mpmt_pthread.c scoreboard.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ../../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libprefork.la
LTLIBRARY_SOURCES = prefork.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ../../..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
LTLIBRARY_NAME = libspmt_os2.la
LTLIBRARY_SOURCES = spmt_os2.c
-include $(topsrcdir)/build/ltlib.mk
+include $(top_srcdir)/build/ltlib.mk
DEPTH = ..
-topsrcdir = @topsrcdir@
+top_srcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
SUBDIRS = apr
-include $(topsrcdir)/build/rules.mk
+include $(top_srcdir)/build/rules.mk