# Generated automatically from Makefile.in by configure.
SHELL = /bin/sh

prefix=/afs/sipb/project/amanda/dev/nocturne/install
exec_prefix=${prefix}
libexecdir=${exec_prefix}/libexec
confdir=/etc/amanda
sbindir=${exec_prefix}/sbin
mandir=${prefix}/man

srcdir=../../sysadmin/amanda
top_srcdir=../../sysadmin/amanda
BUILDTOP=.
# VPATH is used by GNU make to allow building outside the source tree
VPATH=../../sysadmin/amanda
CC=gcc
ENSUREDIR=${top_srcdir}/ensure-dir.sh
INSTALL=/mit/gnu/arch/pmax_ul4/bin/ginstall -c
INSTALL_PROGRAM=${INSTALL}
INSTALL_DATA=${INSTALL} -m 644
TOUCH = echo timestamp >

INSTSUBDIRS=common-src client-src server-src changer-src man
SUBDIRS=${INSTSUBDIRS}

all: regex/regex.o
	for i in ${SUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done

check clean mostlyclean:
	for i in ${SUBDIRS} regex; do (cd $$i; ${MAKE} $@) || exit 1; done

distclean:
	for i in ${SUBDIRS} regex; do (cd $$i; ${MAKE} $@) || exit 1; done
	rm -f Makefile config.log config.cache config.status config.h

regex regex/regex.o:
	@(cd regex; ${MAKE} regex.o) || exit 1

install:
	${ENSUREDIR} ${DESTDIR}${prefix} 755
	${ENSUREDIR} ${DESTDIR}${exec_prefix} 755
	${ENSUREDIR} ${DESTDIR}${sbindir} 755
	${ENSUREDIR} ${DESTDIR}${mandir} 755
	for i in ${INSTSUBDIRS}; do (cd $$i; ${MAKE} $@) || exit 1; done

.PHONY: all check install clean mostlyclean distclean regex

# For an explanation of the following Makefile rules, see node
# `Automatic Remaking' in GNU Autoconf documentation.
# Makefile: Makefile.in config.status
# 	CONFIG_FILES=$@ CONFIG_HEADERS= ./config.status
# config.status: ${srcdir}configure
# 	./config.status --recheck
# ${srcdir}configure: ${srcdir}/configure.in
# 	cd $(srcdir) && autoconf

# these rules might be a pain in the ass. Think about them later.
# config.h: stamp-h
# stamp-h: ${srcdir}config.h.in config.status
# 	CONFIG_FILES= CONFIG_HEADERS=config.h ./config.status
# ${srcdir}config.h.in: stamp-h.in
# stamp-h.in: ${srcdir}configure.in ${srcdir}acconfig.h
# 	cd ${srcdir} && autoheader
# 	$(TOUCH) stamp-h.in

# Prevent GNU make v3 from overflowing arg limit on SysV.
.NOEXPORT:
