#= Makefile for dcpam/src/radiation
#
# Authors::   Yoshiyuki O. Takahashi
# Version::   $Id: Makefile,v 1.2 2013/01/27 11:22:28 yot Exp $
# Tag Name::  $Name:  $
# Copyright:: Copyright (C) GFD Dennou Club, 2008. All rights reserved.
# License::   See COPYRIGHT[link:../../COPYRIGHT]
#
######################################################################
#
#== Settings

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

OBJS = sltt_const.o sltt_extarr.o sltt.o sltt_dp.o sltt_lagint.o

#OBJS = sltt_const.o sltt_ci.o sltt_dp.o sltt_extarr.o sltt_iq.o sltt_grid.o \
#	sltt.o sltt_wrapper.o \
#	sltt_debug.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
