#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for gtool4/gt4f90io
#
# * Yasuhiro Morikawa, Masaki Ishiwatari
#   * 2005/05/31 (Yasuhiro Morikawa) copy from dcpam,
#     and modify for gtool4/gt4f90io
#
######################################################################


######################################################################
#== Rules
#

all:
	make -f Makefile.export $@
	make -C ../ -f Makefile.replace-gt4f90io $@

help:
	make -f Makefile.export $@

export:
	make -f Makefile.export $@

tgzlist:
	make -f Makefile.export $@

clean:
	make -f Makefile.export $@

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