#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for gtool4 top directory
#
# * Yasuhiro MORIKAWA, Masaki ISHIWATARI, Masatsugu ODAKA
#   * 2005/06/09 (Yasuhiro Morikawa) Assigning tasks (sample is deepconv/Makefile)
#   * 2005/05/31 (Yasuhiro Morikawa) copy from dcpam, and modify for gtool4
#
######################################################################

all: rd2html help

help:
	@echo ""
	@echo "  make [all] :"
	@echo "             Create HTML files from RD "
	@echo ""


rd2html:
	make -f Makefile.rd2html all

clean:
	make -f Makefile.rd2html $@


clean.all:
	make -f Makefile.rd2html $@
