mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +01:00
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4273 1feff8c3-07ed-0310-ac33-dd36852eb9cd
11 lines
150 B
Makefile
11 lines
150 B
Makefile
# Subdirectories to descend into.
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
if BUILD_FORTRAN
|
|
FORTRAN_DIRS = test
|
|
else
|
|
FORTRAN_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = src tests
|