iphreeqc/examples/Makefile.am
Scott R Charlton 37b7ab4f61 advect.f90 -> advect.F90
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@9707 1feff8c3-07ed-0310-ac33-dd36852eb9cd
2015-05-21 07:25:30 +00:00

76 lines
1.5 KiB
Makefile

EXTRA_DIST =\
CMakeLists.txt\
c/CMakeLists.txt\
c/advect/CMakeLists.txt\
com/CMakeLists.txt\
com/README.txt\
com/excel/CMakeLists.txt\
com/python/CMakeLists.txt\
cpp/CMakeLists.txt\
cpp/advect/CMakeLists.txt\
fortran/CMakeLists.txt\
fortran/advect/CMakeLists.txt
EXAMPLES_DIR = $(docdir)/examples
# c
#
example_cdir = $(EXAMPLES_DIR)/c
example_c_advectdir = $(EXAMPLES_DIR)/c/advect
dist_example_c_advect_DATA = $(c_advect)
c_advect= \
c/advect/advect.c \
c/advect/ic \
c/advect/phreeqc.dat
# c++
#
example_cppdir = $(EXAMPLES_DIR)/cpp
example_cpp_advectdir = $(EXAMPLES_DIR)/cpp/advect
dist_example_cpp_advect_DATA = $(cpp_advect)
cpp_advect= \
cpp/advect/advect.cpp \
cpp/advect/ic \
cpp/advect/phreeqc.dat
# fortran
#
example_fortrandir = $(EXAMPLES_DIR)/fortran
example_fortran_advectdir = $(EXAMPLES_DIR)/fortran/advect
dist_example_fortran_advect_DATA = $(fortran_advect)
fortran_advect= \
fortran/advect/advect.F90 \
fortran/advect/ic \
fortran/advect/phreeqc.dat
# com excel
#
example_comdir = $(EXAMPLES_DIR)/com
example_com_exceldir = $(EXAMPLES_DIR)/com/excel
dist_example_com_excel_DATA = $(com_excel)
com_excel= \
com/excel/phreeqc.dat \
com/excel/runphreeqc.xls \
com/excel/withcallback.xls
# com python
#
example_com_pythondir = $(EXAMPLES_DIR)/com/python
dist_example_com_python_DATA = $(com_python)
com_python= \
com/python/Gypsum.py \
com/python/parallel_advect.py \
com/python/phreeqc.dat \
com/python/pitzer.dat \
com/python/wateq4f.dat