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


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

all:
	make -f Makefile.export $@

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 $@
