#---------------------------------------------------------------------
#     Copyright (C) GFD Dennou Club, 2005. All rights reserved.
#---------------------------------------------------------------------
#= Makefile for dcpam/src/shared
#
# * Developers:: Yasuhiro MORIKAWA
# * Version:: $Id: Makefile,v 1.3 2006/09/09 04:54:45 morikawa Exp $
# * Tag Name:: $Name: dcpam3-20061118 $
# * Change History:: 
#
######################################################################
#
#== Settings

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

OBJS = type.o nmlfile.o constants.o time.o grid_3d.o grid_wavenumber.o \
	spml.o axis_type.o axis_x.o axis_y.o axis_z.o varinfo.o \
	io_gt4_out.o

TESTS = 

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

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

all: $(LIBDIR)/$(DCPAMLIB)

include ../../rules.make

test: $(TESTS)

clean.all: clean clean.lib

include depend
