# 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/changer-src
top_srcdir=../../../sysadmin/amanda
BUILDTOP=..
# VPATH is used by GNU make to allow building outside the source tree
VPATH=../../../sysadmin/amanda/changer-src
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

SUF=

LIBPROGS=  chg-generic$(SUF)

all server: $(LIBPROGS)

#
# chg-generic is generated from chg-generic.in by configure when it's run.
#

chg-generic: ${srcdir}/chg-generic.in
	(cd ${top_srcdir} ; ./config.status)

install-libexec: chg-generic
	@echo "Installing Amanda changer libexec programs:"
	$(ENSUREDIR) $(libexecdir) 755
	@for f in $(LIBPROGS); do \
		echo " " $(INSTALL_PROGRAM) $$f $(libexecdir); \
		$(INSTALL_PROGRAM) $$f $(libexecdir); \
	done

install install-server: install-libexec

common client install-client install-man install-usr install-perms:

clean:
	-rm -f $(LIBPROGS)

mostlyclean: clean

distclean: clean
	-rm -f Makefile


# I'll get around to a proper make depend eventually

depend:
	echo "Sorry, no make depend yet."
