#
#       include file for dbldif
#
#
############# selection of source files in src/dynamics ##################

####### ʬ 
#
## Euler ˡ
TINTOBJ		= dynamics_tint_euler.o
TINTSRC		= dynamics_tint_euler.f90

## Darcy  implicit
###TINTOBJ		= dynamics_tint_implicitdarcy.o
###TINTSRC		= dynamics_tint_implicitdarcy.f90

######## ͻ 
#
## ͽ
###VARIABLE_OBJS	= variables-homo_init.o
###VARIABLE_SRCS	= variables-homo_init.f90
#
##### ¾
VARIABLE_OBJS	= variables.o
VARIABLE_SRCS	= variables.f90


################### selection of source files in src/phase ####################

####### Ѳ
#
### PHASEREL_OBJ = phase_ex1.o
### PHASEREL_SRC = phase_ex1.f90
#
### ꥭ,  C=0
PHASEREL_OBJ = phase_ex2.o
PHASEREL_SRC = phase_ex2.f90

#################### selection of source files in src/io  ###################

######## ˡ
#
#### dcl 񤭤Ĥ
OUTPUT_OBJS	= output.o output_dcl.o output_netcdf.o  
OUTPUT_SRCS	= output.f90 output_dcl.f90 output_netcdf.f90
#
##### dcl 񤭤ʤ
### OUTPUT_OBJS	= output_nodcl.o output_netcdf.o
### OUTPUT_SRCS	= output_nodcl.f90 output_netcdf.f90


#################### selection of main source file  ###################

######## ¹ԥե̾ 
BINNAME		= dblsol

######## ᥤץ
BINFILENAME	= dblsol
BINFILE		= $(BINDIR)/$(BINNAME)
BINSRC		= $(BINFILENAME).f90
BINOBJ		= $(BINFILENAME).o


################## install destination ###################

DESTDIR		= $(CONVDIR)/dblsol
BINDIR		= $(DESTDIR)/bin
LIBDIR		= $(DESTDIR)/lib
MODDIR		= $(LIBDIR)/modules

LIBNAME		= dsbox
LIBFILE		= $(LIBDIR)/lib$(LIBNAME).a
LIBOPT		= -l$(LIBNAME)
LIBPATH		= -L$(LIBDIR)
