#= Makefile for dcpam/src/setup
#
# Authors::   Yoshiyuki O. Takahashi, Yasuhiro MORIKAWA
# Version::   $Id: Makefile,v 1.8 2011/06/19 11:12:44 yot Exp $
# Tag Name::  $Name: dcpam5-20140630-2 $
# Copyright:: Copyright (C) GFD Dennou Club, 2008. All rights reserved.
# License::   See COPYRIGHT[link:../../COPYRIGHT]
#
######################################################################
#
#== Settings

DIRDEPTH=../..
INCLUDEFILE = $(DIRDEPTH)/Config.mk
include $(INCLUDEFILE)

OBJS = option_parser.o namelist_util.o fileset.o \
	gridset.o timeset.o axesset.o constants0.o constants.o constants_snowseaice.o composition.o \
	mpi_wrapper.o

TESTS = 
CLEAN_TESTS = $(TESTS:%.sh=%.o) $(TESTS:%.sh=%)

TMPFILES =

RUBYLIB = $(RUBYF90LIB)
RB2F90 = 

# End Settings
######################################################################

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

all: $(LIBDIR)/$(DCPAMLIB)

include $(DIRDEPTH)/rules.make

clean.all: clean clean.lib

include depend

#=== rb2f90
