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

include ../../../Mkinclude


all: dcltrf

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

install: $(BINDIR)/dcltrf

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

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

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