#
# ~ppr/src/commentators/Makefile
# Copyright 1995, 1996, 1997, Trinity College Computing Center.
# Written by David Chappell.
#
# Permission to use, copy, modify, and distribute this software and its
# documentation for any purpose and without fee is hereby granted, provided
# that the above copyright notice appear in all copies and that both that
# copyright notice and this permission notice appear in supporting
# documentation.  This software is provided "as is" without express or
# implied warranty.
#
# This file was last modified 11 January 1997.
#

include ../include/global.mk

all:

install: $(HOMEDIR)/commentators/xwin $(HOMEDIR)/commentators/samba \
	$(HOMEDIR)/commentators/audio

$(HOMEDIR)/commentators/audio: audio.perl
	$(INSTALLSCRIPT) audio.perl $(HOMEDIR)/commentators/audio

$(HOMEDIR)/commentators/samba: samba.sh
	$(INSTALLSCRIPT) samba.sh $(HOMEDIR)/commentators/samba

$(HOMEDIR)/commentators/xwin: xwin.sh
	$(INSTALLSCRIPT) xwin.sh $(HOMEDIR)/commentators/xwin

# clean up
clean:
	rm -f *.$(OBJ) *.bak *~

# end of file
