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@4261 1feff8c3-07ed-0310-ac33-dd36852eb9cd
10 lines
176 B
Makefile
10 lines
176 B
Makefile
# Subdirectories to descend into.
|
|
|
|
if BUILD_FORTRAN
|
|
FORTRAN_DIRS = test
|
|
else
|
|
FORTRAN_DIRS =
|
|
endif
|
|
|
|
SUBDIRS = src $(FORTRAN_DIRS) testcpp
|
|
ACLOCAL_AMFLAGS = -I m4
|