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

include ../../../Mkinclude


all: dclclr

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

install: $(BINDIR)/dclclr

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

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

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