mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 00:28:23 +01:00
git-subtree-dir: phreeqc3-examples git-subtree-mainline: 8de0e98ed90bb2b639659c820168ab18c1062992 git-subtree-split: e977363da4c1ae1708ebddca38d5312b6813a337
55 lines
564 B
Makefile
55 lines
564 B
Makefile
EXTRA_DIST= \
|
|
CMakeLists.txt
|
|
|
|
# Docs
|
|
#
|
|
examplesdir = $(docdir)/examples
|
|
|
|
dist_examples_DATA = $(EXAMPLES)
|
|
|
|
EXAMPLES= \
|
|
co2.tsv \
|
|
ex1 \
|
|
ex2 \
|
|
ex2b \
|
|
ex2b.tsv \
|
|
ex3 \
|
|
ex4 \
|
|
ex5 \
|
|
ex6 \
|
|
ex7 \
|
|
ex8 \
|
|
ex9 \
|
|
ex10 \
|
|
ex11 \
|
|
ex12 \
|
|
ex12a \
|
|
ex13a \
|
|
ex13ac \
|
|
ex13b \
|
|
ex13c \
|
|
ex14 \
|
|
ex15 \
|
|
ex15a \
|
|
ex15b \
|
|
ex15.dat \
|
|
ex16 \
|
|
ex17 \
|
|
ex17b \
|
|
ex18 \
|
|
ex19 \
|
|
ex19_meas.tsv \
|
|
ex19b \
|
|
ex20a \
|
|
ex20b \
|
|
ex20-c13.tsv \
|
|
ex20-c14.tsv \
|
|
ex21 \
|
|
ex21_Cl_tr_rad.tsv \
|
|
ex21_Cs_rad.tsv \
|
|
ex21_HTO_rad.tsv \
|
|
ex21_Na_tr_rad.tsv \
|
|
ex22 \
|
|
Zn1e_4 \
|
|
Zn1e_7
|