###
# rcsid = "@(#)$Id: Makefile,v 1.3 1997/10/15 23:08:03 crath Rel $"
# (c)1997 Copyright Christopher Rath <crath@cyberus.ca>, not for profit use permitted.
###
# Makefile - for DynoNotepad conversion.
#
# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
# WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
###

help:
	@echo 'ERROR: no default method, use one of "final", "send", "test", or "time".'

final:
	rm -f dyno.txt ; ./dnp2slrp.pl outlines topics > dyno.txt

send:
	newtonlink -send dyno.txt

test:
	rm -f dyno.s ; ./dnp2slrp.pl outlines.s topics.s > dyno.s

time:
	rm -f dynotime.txt ; ./dnp2tm.pl outlines >dynotime.txt
