#
#       Makefile for dcltone
#
#       Copyright (C) 2000 GFD Dennou Club. All rights reserved.
#

include ../../../Mkinclude


all: dcltone

dcltone: dcltone.f
	$(LBINDIR)/$(DCLFRT) -o dcltone dcltone.f

install: $(BINDIR)/dcltone

$(BINDIR)/dcltone: dcltone
	@echo "Installing executable program dcltone"
	@$(CP) dcltone $(BINDIR)/dcltone

dcltone.all: dcltone.f
	@$(CP) dcltone.f dcltone.all
	@echo "packed file dcltone.all is created."

clean:
	$(RM) *.o *~ dcltone core dcltone.all
