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

include ../../../Mkinclude


all: dcltrf

dcltrf: dcltrf.c
	$(LBINDIR)/$(DCLCC)  -o dcltrf dcltrf.c

install: $(BINDIR)/dcltrf

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

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

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