head     1.1;
access   ;
symbols  ;
locks    vac:1.1; strict;
comment  @# @;


1.1
date     91.10.06.04.53.04;  author vac;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@
INSTALLDIR= ../bin

all: nametopath archiefilter archie/archie

archie/archie:
	(cd archie; make)

install: all
	cp nametopath    ${INSTALLDIR}
	cp archiefilter  ${INSTALLDIR}
	cp archie/archie ${INSTALLDIR}
	cp aarchie       ${INSTALLDIR}
	cp alexll        ${INSTALLDIR}
	cp alexaliases   ${INSTALLDIR}
	echo "mountalex is machine specific"

clean:
	(cd archie; make clean)
	/bin/rm -f nametopath archiefilter
@
