#$Id: Makefile 499 2002-01-24 17:39:13Z wsnyder $
#DESCRIPTION: Dinotrace Lisp: Makefile for installing LISP sources

all:
#	Nothing needs to be done; just install

install: dinotrace sim-log

dinotrace:
	emacs -batch -load dinotrace.el -f dinotrace-install

sim-log:
	emacs -batch -load sim-log.el -f sim-log-install

clean mostlyclean distclean maintainer-clean::
	-rm *.elc

maintainer-clean::
	-rm -f installer.el dinotrace.el sim-log.el

maintainer-copy::
	cp -f $(SL)/installer.el $(SL)/dinotrace.el $(SL)/sim-log.el .
