#Installation options for tbackup:

#Where to put the tbackup binaries
BINDIR=/usr/bin

#Where to put the tbackup manual pages
MANDIR=/usr/man/cat1

#Make symlinks in the above directories, or copy the files?
#Uncomment ICOM=ln for symlinks, ICOM=cp for copies.
ICOM=ln
#ICOM=cp


all:
	cd /usr/lib/tbackup/bin; make recompile
	cd /usr/lib/tbackup/mtools205; make clean; make; make links

check:
	/bin/bash /usr/lib/tbackup/checkaux.bash

install: check
	/bin/bash /usr/lib/tbackup/install.bash ${BINDIR} ${MANDIR} ${ICOM}



