#--------------------------------------------------------------------- # Copyright (C) GFD Dennou Club, 2005-2012. All rights reserved. #--------------------------------------------------------------------- #= Makefile for gtool top directory # # * Yasuhiro MORIKAWA, Masaki ISHIWATARI, Masatsugu ODAKA # * 2012/10/12 (Youhei SASAKI) add update-packages-list.rb # * 2005/06/09 (Yasuhiro Morikawa) Assigning tasks (sample is deepconv/Makefile) # * 2005/05/31 (Yasuhiro Morikawa) copy from dcpam, and modify for gtool # ###################################################################### all: rd2html replace help help: @echo "" @echo " make [all] :" @echo " Create HTML files from RD " @echo "" rd2html: ruby ./update-packages-list.rb make -f Makefile.rd2html all replace: make -f Makefile.replace-gtool5 all make -f Makefile.replace-gt4f90io all make -f Makefile.replace-gt4ncconv all clean: clean.all clean.all: make -f Makefile.rd2html $@