mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@5246 1feff8c3-07ed-0310-ac33-dd36852eb9cd
54 lines
1.1 KiB
Makefile
54 lines
1.1 KiB
Makefile
EXAMPLES_DIR = $(datadir)/doc/$(PACKAGE_TARNAME)-$(VERSION)/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/advect_c.sln \
|
|
c/advect/advect_c.vcproj \
|
|
c/advect/ic \
|
|
c/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/advect.sln \
|
|
fortran/advect/advect.vfproj \
|
|
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/runphreeqc.xls \
|
|
com/excel/phreeqc.dat
|
|
|
|
# com python
|
|
#
|
|
example_com_pythondir = $(EXAMPLES_DIR)/com/python
|
|
|
|
dist_example_com_python_DATA = $(com_python)
|
|
|
|
com_python= \
|
|
com/python/Gypsum.py \
|
|
com/python/wateq4f.dat \
|
|
com/python/pitzer.dat \
|
|
com/python/parallel_advect.py \
|
|
com/python/phreeqc.dat
|