mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
combined src/Makefile.am src/phreeqcpp/Makefile.am src/phreecpp/phreeqc/Makefile.am into one file
git-svn-id: svn://136.177.114.72/svn_GW/IPhreeqc/trunk@4316 1feff8c3-07ed-0310-ac33-dd36852eb9cd
This commit is contained in:
parent
8b18a02548
commit
809d177bbe
@ -5,7 +5,7 @@ AC_PREREQ([2.64])
|
||||
AC_INIT([IPhreeqc], [2.17.0], [charlton@usgs.gov])
|
||||
AC_CONFIG_AUX_DIR([config])
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
|
||||
AC_CONFIG_SRCDIR([src/IPhreeqc.cpp])
|
||||
|
||||
AC_DEFINE(SWIG_SHARED_OBJ)
|
||||
@ -51,6 +51,6 @@ AC_PROG_LIBTOOL
|
||||
|
||||
# Checks for library functions.
|
||||
|
||||
AC_CONFIG_FILES([Makefile src/Makefile src/phreeqcpp/Makefile src/phreeqcpp/phreeqc/Makefile tests/Makefile tests/phreeqc.dat tests/ex1])
|
||||
AC_CONFIG_FILES([Makefile src/Makefile tests/Makefile tests/phreeqc.dat tests/ex1])
|
||||
AC_OUTPUT
|
||||
|
||||
|
||||
136
src/Makefile.am
136
src/Makefile.am
@ -1,6 +1,5 @@
|
||||
AM_CPPFLAGS=-I$(top_srcdir)/include -I$(top_srcdir)/src/phreeqcpp -I$(top_srcdir)/src/phreeqcpp/phreeqc
|
||||
|
||||
SUBDIRS=phreeqcpp
|
||||
|
||||
lib_LTLIBRARIES=libiphreeqc.la
|
||||
|
||||
@ -13,11 +12,131 @@ libiphreeqc_la_SOURCES=\
|
||||
IPhreeqcLib.cpp\
|
||||
SelectedOutput.cpp\
|
||||
SelectedOutput.hxx\
|
||||
Var.c
|
||||
|
||||
libiphreeqc_la_LIBADD=\
|
||||
phreeqcpp/libphreeqcpp.la\
|
||||
phreeqcpp/phreeqc/libphreeqc.la
|
||||
Var.c\
|
||||
phreeqcpp/char_star.h\
|
||||
phreeqcpp/cxxKinetics.cxx\
|
||||
phreeqcpp/cxxKinetics.h\
|
||||
phreeqcpp/cxxMix.cxx\
|
||||
phreeqcpp/cxxMix.h\
|
||||
phreeqcpp/Dictionary.h\
|
||||
phreeqcpp/dumper.cpp\
|
||||
phreeqcpp/dumper.h\
|
||||
phreeqcpp/Exchange.cxx\
|
||||
phreeqcpp/Exchange.h\
|
||||
phreeqcpp/ExchComp.cxx\
|
||||
phreeqcpp/ExchComp.h\
|
||||
phreeqcpp/GasPhase.cxx\
|
||||
phreeqcpp/GasPhase.h\
|
||||
phreeqcpp/ISolution.cxx\
|
||||
phreeqcpp/ISolution.h\
|
||||
phreeqcpp/ISolutionComp.cxx\
|
||||
phreeqcpp/ISolutionComp.h\
|
||||
phreeqcpp/KineticsComp.cxx\
|
||||
phreeqcpp/KineticsComp.h\
|
||||
phreeqcpp/NameDouble.cxx\
|
||||
phreeqcpp/NameDouble.h\
|
||||
phreeqcpp/NumKeyword.cxx\
|
||||
phreeqcpp/NumKeyword.h\
|
||||
phreeqcpp/Parser.cxx\
|
||||
phreeqcpp/Parser.h\
|
||||
phreeqcpp/Phreeqc.cpp\
|
||||
phreeqcpp/Phreeqc.h\
|
||||
phreeqcpp/Phreeqc_class.h\
|
||||
phreeqcpp/PPassemblage.cxx\
|
||||
phreeqcpp/PPassemblage.h\
|
||||
phreeqcpp/PPassemblageComp.cxx\
|
||||
phreeqcpp/PPassemblageComp.h\
|
||||
phreeqcpp/Reaction.cxx\
|
||||
phreeqcpp/Reaction.h\
|
||||
phreeqcpp/ReadClass.cxx\
|
||||
phreeqcpp/runner.cpp\
|
||||
phreeqcpp/runner.h\
|
||||
phreeqcpp/SAXPhreeqc.h\
|
||||
phreeqcpp/SaxPhreeqcHandlers.h\
|
||||
phreeqcpp/Solution.cxx\
|
||||
phreeqcpp/Solution.h\
|
||||
phreeqcpp/SolutionIsotope.cxx\
|
||||
phreeqcpp/SolutionIsotope.h\
|
||||
phreeqcpp/SolutionIsotopeList.cxx\
|
||||
phreeqcpp/SolutionIsotopeList.h\
|
||||
phreeqcpp/SSassemblage.cxx\
|
||||
phreeqcpp/SSassemblage.h\
|
||||
phreeqcpp/SSassemblageSS.cxx\
|
||||
phreeqcpp/SSassemblageSS.h\
|
||||
phreeqcpp/StorageBin.cxx\
|
||||
phreeqcpp/StorageBin.h\
|
||||
phreeqcpp/StorageBinList.cpp\
|
||||
phreeqcpp/StorageBinList.h\
|
||||
phreeqcpp/Surface.cxx\
|
||||
phreeqcpp/Surface.h\
|
||||
phreeqcpp/SurfaceCharge.cxx\
|
||||
phreeqcpp/SurfaceCharge.h\
|
||||
phreeqcpp/SurfaceComp.cxx\
|
||||
phreeqcpp/SurfaceComp.h\
|
||||
phreeqcpp/System.cxx\
|
||||
phreeqcpp/System.h\
|
||||
phreeqcpp/Temperature.cxx\
|
||||
phreeqcpp/Temperature.h\
|
||||
phreeqcpp/Utils.cxx\
|
||||
phreeqcpp/Utils.h\
|
||||
phreeqcpp/phreeqc/advection.c\
|
||||
phreeqcpp/phreeqc/basic.c\
|
||||
phreeqcpp/phreeqc/basic.h\
|
||||
phreeqcpp/phreeqc/basicsubs.c\
|
||||
phreeqcpp/phreeqc/cl1.c\
|
||||
phreeqcpp/phreeqc/cvdense.c\
|
||||
phreeqcpp/phreeqc/cvdense.h\
|
||||
phreeqcpp/phreeqc/cvode.c\
|
||||
phreeqcpp/phreeqc/cvode.h\
|
||||
phreeqcpp/phreeqc/dense.c\
|
||||
phreeqcpp/phreeqc/dense.h\
|
||||
phreeqcpp/phreeqc/dw.c\
|
||||
phreeqcpp/phreeqc/global.h\
|
||||
phreeqcpp/phreeqc/global_structures.h\
|
||||
phreeqcpp/phreeqc/input.c\
|
||||
phreeqcpp/phreeqc/input.h\
|
||||
phreeqcpp/phreeqc/integrate.c\
|
||||
phreeqcpp/phreeqc/inverse.c\
|
||||
phreeqcpp/phreeqc/isotopes.c\
|
||||
phreeqcpp/phreeqc/kinetics.c\
|
||||
phreeqcpp/phreeqc/kinetics.h\
|
||||
phreeqcpp/phreeqc/mainsubs.c\
|
||||
phreeqcpp/phreeqc/model.c\
|
||||
phreeqcpp/phreeqc/nvector.c\
|
||||
phreeqcpp/phreeqc/nvector.h\
|
||||
phreeqcpp/phreeqc/nvector_serial.c\
|
||||
phreeqcpp/phreeqc/nvector_serial.h\
|
||||
phreeqcpp/phreeqc/output.c\
|
||||
phreeqcpp/phreeqc/output.h\
|
||||
phreeqcpp/phreeqc/p2c.h\
|
||||
phreeqcpp/phreeqc/p2clib.c\
|
||||
phreeqcpp/phreeqc/parse.c\
|
||||
phreeqcpp/phreeqc/phqalloc.c\
|
||||
phreeqcpp/phreeqc/phqalloc.h\
|
||||
phreeqcpp/phreeqc/phreeqc_files.c\
|
||||
phreeqcpp/phreeqc/phrqproto.h\
|
||||
phreeqcpp/phreeqc/phrqtype.h\
|
||||
phreeqcpp/phreeqc/pitzer.c\
|
||||
phreeqcpp/phreeqc/pitzer.h\
|
||||
phreeqcpp/phreeqc/pitzer_structures.c\
|
||||
phreeqcpp/phreeqc/pitzer_structures.h\
|
||||
phreeqcpp/phreeqc/prep.c\
|
||||
phreeqcpp/phreeqc/print.c\
|
||||
phreeqcpp/phreeqc/read.c\
|
||||
phreeqcpp/phreeqc/readtr.c\
|
||||
phreeqcpp/phreeqc/sit.c\
|
||||
phreeqcpp/phreeqc/smalldense.c\
|
||||
phreeqcpp/phreeqc/smalldense.h\
|
||||
phreeqcpp/phreeqc/spread.c\
|
||||
phreeqcpp/phreeqc/step.c\
|
||||
phreeqcpp/phreeqc/structures.c\
|
||||
phreeqcpp/phreeqc/sundialsmath.c\
|
||||
phreeqcpp/phreeqc/sundialsmath.h\
|
||||
phreeqcpp/phreeqc/sundialstypes.h\
|
||||
phreeqcpp/phreeqc/tally.c\
|
||||
phreeqcpp/phreeqc/tidy.c\
|
||||
phreeqcpp/phreeqc/transport.c\
|
||||
phreeqcpp/phreeqc/utilities.c
|
||||
|
||||
include_HEADERS=\
|
||||
$(top_srcdir)/include/IPhreeqc.h\
|
||||
@ -36,5 +155,8 @@ libiphreeqc_la_SOURCES+=\
|
||||
include_HEADERS+=\
|
||||
$(top_srcdir)/include/IPhreeqc.f90.inc\
|
||||
$(top_srcdir)/include/IPhreeqc.f.inc
|
||||
|
||||
|
||||
endif
|
||||
|
||||
COMPILE = $(CXXCOMPILE)
|
||||
LTCOMPILE = $(LTCXXCOMPILE)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user