#--------------------------------------------------------------------- # Copyright (C) GFD Dennou Club, 2005. All rights reserved. #--------------------------------------------------------------------- #= Makefile for gtool4/html/gt4f90io # # * Yasuhiro Morikawa, Masaki Ishiwatari # * 2005/06/12 (Yasuhiro Morikawa) Assigning tasks # * 2005/05/31 (Yasuhiro Morikawa) copy from dcpam, and modify for gtool4 # ###################################################################### all: rd2html versionup help help: @echo "" @echo " make [all] :" @echo " Create HTML files from RD " @echo "" rd2html: make -f Makefile.rd2html all versionup: make -f Makefile.replace all clean: make -f Makefile.rd2html $@ make -f Makefile.replace $@ clean.all: make -f Makefile.rd2html $@ make -f Makefile.replace $@