Revision | 379e9c12f1a3aa2a4729878ab2fc28b76882ac84 (tree) |
---|---|
Time | 2013-08-23 21:09:11 |
Author | Katsuhiko Nishimra <ktns.87@gmai...> |
Commiter | Katsuhiko Nishimra |
Generate files by autoreconf 2.69 with automake 1.11.6. #28588
git-svn-id: https://svn.sourceforge.jp/svnroot/molds/branches/automake@1500 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -58,10 +58,11 @@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ | ||
58 | 58 | $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ |
59 | 59 | config.guess config.sub depcomp install-sh missing |
60 | 60 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
61 | -am__aclocal_m4_deps = $(top_srcdir)/m4/ax_blas.m4 \ | |
62 | - $(top_srcdir)/m4/ax_boost_base.m4 \ | |
61 | +am__aclocal_m4_deps = $(top_srcdir)/m4/ac_cxx_namespaces.m4 \ | |
62 | + $(top_srcdir)/m4/ax_blas.m4 $(top_srcdir)/m4/ax_boost_base.m4 \ | |
63 | 63 | $(top_srcdir)/m4/ax_boost_mpi.m4 \ |
64 | 64 | $(top_srcdir)/m4/ax_boost_serialization.m4 \ |
65 | + $(top_srcdir)/m4/ax_boost_thread.m4 \ | |
65 | 66 | $(top_srcdir)/m4/ax_lapack.m4 $(top_srcdir)/m4/ax_mpi.m4 \ |
66 | 67 | $(top_srcdir)/m4/ax_openmp.m4 $(top_srcdir)/configure.ac |
67 | 68 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
@@ -74,24 +75,25 @@ CONFIG_CLEAN_FILES = | ||
74 | 75 | CONFIG_CLEAN_VPATH_FILES = |
75 | 76 | am__installdirs = "$(DESTDIR)$(bindir)" |
76 | 77 | PROGRAMS = $(bin_PROGRAMS) |
77 | -am_MolDS_OBJECTS = Main.$(OBJEXT) MpiProcess.$(OBJEXT) \ | |
78 | - MolDSException.$(OBJEXT) Blas.$(OBJEXT) Lapack.$(OBJEXT) \ | |
79 | - Utilities.$(OBJEXT) Enums.$(OBJEXT) MathUtilities.$(OBJEXT) \ | |
80 | - MallocerFreer.$(OBJEXT) EularAngle.$(OBJEXT) \ | |
81 | - Parameters.$(OBJEXT) Atom.$(OBJEXT) Hatom.$(OBJEXT) \ | |
82 | - Liatom.$(OBJEXT) Catom.$(OBJEXT) Natom.$(OBJEXT) \ | |
83 | - Oatom.$(OBJEXT) Satom.$(OBJEXT) AtomFactory.$(OBJEXT) \ | |
84 | - Molecule.$(OBJEXT) InputParser.$(OBJEXT) \ | |
85 | - GTOExpansionSTO.$(OBJEXT) \ | |
86 | - RealSphericalHarmonicsIndex.$(OBJEXT) MOLogger.$(OBJEXT) \ | |
87 | - DensityLogger.$(OBJEXT) HoleDensityLogger.$(OBJEXT) \ | |
88 | - ParticleDensityLogger.$(OBJEXT) Cndo2.$(OBJEXT) Indo.$(OBJEXT) \ | |
89 | - ZindoS.$(OBJEXT) Mndo.$(OBJEXT) Am1.$(OBJEXT) Am1D.$(OBJEXT) \ | |
90 | - Pm3.$(OBJEXT) Pm3D.$(OBJEXT) Pm3Pddg.$(OBJEXT) \ | |
91 | - ElectronicStructureFactory.$(OBJEXT) MD.$(OBJEXT) MC.$(OBJEXT) \ | |
92 | - RPMD.$(OBJEXT) NASCO.$(OBJEXT) Optimizer.$(OBJEXT) \ | |
93 | - ConjugateGradient.$(OBJEXT) SteepestDescent.$(OBJEXT) \ | |
94 | - BFGS.$(OBJEXT) OptimizerFactory.$(OBJEXT) MolDS.$(OBJEXT) | |
78 | +am_MolDS_OBJECTS = Enums.$(OBJEXT) PrintController.$(OBJEXT) \ | |
79 | + MolDSException.$(OBJEXT) MallocerFreer.$(OBJEXT) \ | |
80 | + MpiProcess.$(OBJEXT) AsyncCommunicator.$(OBJEXT) \ | |
81 | + Blas.$(OBJEXT) Lapack.$(OBJEXT) Utilities.$(OBJEXT) \ | |
82 | + MathUtilities.$(OBJEXT) EularAngle.$(OBJEXT) \ | |
83 | + Parameters.$(OBJEXT) RealSphericalHarmonicsIndex.$(OBJEXT) \ | |
84 | + Atom.$(OBJEXT) Hatom.$(OBJEXT) Liatom.$(OBJEXT) \ | |
85 | + Catom.$(OBJEXT) Natom.$(OBJEXT) Oatom.$(OBJEXT) \ | |
86 | + Satom.$(OBJEXT) AtomFactory.$(OBJEXT) Molecule.$(OBJEXT) \ | |
87 | + InputParser.$(OBJEXT) GTOExpansionSTO.$(OBJEXT) \ | |
88 | + MOLogger.$(OBJEXT) DensityLogger.$(OBJEXT) \ | |
89 | + HoleDensityLogger.$(OBJEXT) ParticleDensityLogger.$(OBJEXT) \ | |
90 | + Cndo2.$(OBJEXT) Indo.$(OBJEXT) ZindoS.$(OBJEXT) Mndo.$(OBJEXT) \ | |
91 | + Am1.$(OBJEXT) Am1D.$(OBJEXT) Pm3.$(OBJEXT) Pm3D.$(OBJEXT) \ | |
92 | + Pm3Pddg.$(OBJEXT) ElectronicStructureFactory.$(OBJEXT) \ | |
93 | + MD.$(OBJEXT) MC.$(OBJEXT) RPMD.$(OBJEXT) NASCO.$(OBJEXT) \ | |
94 | + Optimizer.$(OBJEXT) ConjugateGradient.$(OBJEXT) \ | |
95 | + SteepestDescent.$(OBJEXT) BFGS.$(OBJEXT) GEDIIS.$(OBJEXT) \ | |
96 | + OptimizerFactory.$(OBJEXT) MolDS.$(OBJEXT) Main.$(OBJEXT) | |
95 | 97 | MolDS_OBJECTS = $(am_MolDS_OBJECTS) |
96 | 98 | MolDS_LDADD = $(LDADD) |
97 | 99 | DEFAULT_INCLUDES = -I.@am__isrc@ |
@@ -142,6 +144,7 @@ BOOST_CPPFLAGS = @BOOST_CPPFLAGS@ | ||
142 | 144 | BOOST_LDFLAGS = @BOOST_LDFLAGS@ |
143 | 145 | BOOST_MPI_LIB = @BOOST_MPI_LIB@ |
144 | 146 | BOOST_SERIALIZATION_LIB = @BOOST_SERIALIZATION_LIB@ |
147 | +BOOST_THREAD_LIBS = @BOOST_THREAD_LIBS@ | |
145 | 148 | CC = @CC@ |
146 | 149 | CCDEPMODE = @CCDEPMODE@ |
147 | 150 | CFLAGS = @CFLAGS@ |
@@ -170,7 +173,8 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ | ||
170 | 173 | LAPACK_LIBS = @LAPACK_LIBS@ |
171 | 174 | LDFLAGS = @LDFLAGS@ |
172 | 175 | LIBOBJS = @LIBOBJS@ |
173 | -LIBS = @LIBS@ | |
176 | +LIBS = @LIBS@ $(BOOST_MPI_LIB) $(BOOST_SERIALIZATION_LIB) \ | |
177 | + $(BOOST_THREAD_LIBS) | |
174 | 178 | LTLIBOBJS = @LTLIBOBJS@ |
175 | 179 | MAKEINFO = @MAKEINFO@ |
176 | 180 | MKDIR_P = @MKDIR_P@ |
@@ -242,49 +246,13 @@ target_alias = @target_alias@ | ||
242 | 246 | top_build_prefix = @top_build_prefix@ |
243 | 247 | top_builddir = @top_builddir@ |
244 | 248 | top_srcdir = @top_srcdir@ |
245 | -MolDS_SOURCES = Main.cpp mpi/MpiProcess.cpp base/MolDSException.cpp \ | |
246 | - wrappers/Blas.cpp wrappers/Lapack.cpp base/Utilities.cpp \ | |
247 | - base/Enums.cpp base/MathUtilities.cpp base/MallocerFreer.cpp \ | |
248 | - base/EularAngle.cpp base/Parameters.cpp base/atoms/Atom.cpp \ | |
249 | - base/atoms/Hatom.cpp base/atoms/Liatom.cpp \ | |
250 | - base/atoms/Catom.cpp base/atoms/Natom.cpp base/atoms/Oatom.cpp \ | |
251 | - base/atoms/Satom.cpp base/factories/AtomFactory.cpp \ | |
252 | - base/Molecule.cpp base/InputParser.cpp \ | |
253 | - base/GTOExpansionSTO.cpp base/RealSphericalHarmonicsIndex.cpp \ | |
254 | - base/loggers/MOLogger.cpp base/loggers/DensityLogger.cpp \ | |
255 | - base/loggers/HoleDensityLogger.cpp \ | |
256 | - base/loggers/ParticleDensityLogger.cpp cndo/Cndo2.cpp \ | |
257 | - indo/Indo.cpp zindo/ZindoS.cpp mndo/Mndo.cpp am1/Am1.cpp \ | |
258 | - am1/Am1D.cpp pm3/Pm3.cpp pm3/Pm3D.cpp pm3/Pm3Pddg.cpp \ | |
259 | - base/factories/ElectronicStructureFactory.cpp md/MD.cpp \ | |
260 | - mc/MC.cpp rpmd/RPMD.cpp nasco/NASCO.cpp \ | |
261 | - optimization/Optimizer.cpp optimization/ConjugateGradient.cpp \ | |
262 | - optimization/SteepestDescent.cpp optimization/BFGS.cpp \ | |
263 | - base/factories/OptimizerFactory.cpp base/MolDS.cpp \ | |
264 | - base/Uncopyable.h mpi/MpiProcess.h base/PrintController.h \ | |
265 | - base/MolDSException.h wrappers/Blas.h wrappers/Lapack.h \ | |
266 | - base/Utilities.h base/Enums.h base/MathUtilities.h \ | |
267 | - base/MallocerFreer.h base/EularAngle.h base/Parameters.h \ | |
268 | - base/atoms/Atom.h base/atoms/Hatom.h base/atoms/Liatom.h \ | |
269 | - base/atoms/Catom.h base/atoms/Natom.h base/atoms/Oatom.h \ | |
270 | - base/atoms/Satom.h base/factories/AtomFactory.h \ | |
271 | - base/Molecule.h base/InputParser.h base/GTOExpansionSTO.h \ | |
272 | - base/RealSphericalHarmonicsIndex.h base/loggers/MOLogger.h \ | |
273 | - base/loggers/DensityLogger.h base/loggers/HoleDensityLogger.h \ | |
274 | - base/loggers/ParticleDensityLogger.h \ | |
275 | - base/ElectronicStructure.h cndo/Cndo2.h \ | |
276 | - cndo/ReducedOverlapAOsParameters.h indo/Indo.h zindo/ZindoS.h \ | |
277 | - mndo/Mndo.h am1/Am1.h am1/Am1D.h pm3/Pm3.h pm3/Pm3D.h \ | |
278 | - pm3/Pm3Pddg.h base/factories/ElectronicStructureFactory.h \ | |
279 | - md/MD.h mc/MC.h rpmd/RPMD.h nasco/NASCO.h \ | |
280 | - optimization/Optimizer.h optimization/ConjugateGradient.h \ | |
281 | - optimization/SteepestDescent.h optimization/BFGS.h \ | |
282 | - base/factories/OptimizerFactory.h base/MolDS.h | |
249 | +MolDS_SOURCES = base/Enums.cpp base/PrintController.cpp base/MolDSException.cpp base/MallocerFreer.cpp mpi/MpiProcess.cpp mpi/AsyncCommunicator.cpp wrappers/Blas.cpp wrappers/Lapack.cpp base/Utilities.cpp base/MathUtilities.cpp base/EularAngle.cpp base/Parameters.cpp base/RealSphericalHarmonicsIndex.cpp base/atoms/Atom.cpp base/atoms/Hatom.cpp base/atoms/Liatom.cpp base/atoms/Catom.cpp base/atoms/Natom.cpp base/atoms/Oatom.cpp base/atoms/Satom.cpp base/factories/AtomFactory.cpp base/Molecule.cpp base/InputParser.cpp base/GTOExpansionSTO.cpp base/loggers/MOLogger.cpp base/loggers/DensityLogger.cpp base/loggers/HoleDensityLogger.cpp base/loggers/ParticleDensityLogger.cpp cndo/Cndo2.cpp indo/Indo.cpp zindo/ZindoS.cpp mndo/Mndo.cpp am1/Am1.cpp am1/Am1D.cpp pm3/Pm3.cpp pm3/Pm3D.cpp pm3/Pm3Pddg.cpp base/factories/ElectronicStructureFactory.cpp md/MD.cpp mc/MC.cpp rpmd/RPMD.cpp nasco/NASCO.cpp optimization/Optimizer.cpp optimization/ConjugateGradient.cpp optimization/SteepestDescent.cpp optimization/BFGS.cpp optimization/GEDIIS.cpp base/factories/OptimizerFactory.cpp base/MolDS.cpp Main.cpp \ | |
250 | + base/Enums.h base/Uncopyable.h base/PrintController.h base/MolDSException.h base/containers/ThreadSafeQueue.h base/MallocerFreer.h mpi/MpiProcess.h mpi/AsyncCommunicator.h wrappers/Blas.h wrappers/Lapack.h base/Utilities.h base/MathUtilities.h base/EularAngle.h base/Parameters.h base/RealSphericalHarmonicsIndex.h base/atoms/Atom.h base/atoms/Hatom.h base/atoms/Liatom.h base/atoms/Catom.h base/atoms/Natom.h base/atoms/Oatom.h base/atoms/Satom.h base/factories/AtomFactory.h base/Molecule.h base/InputParser.h base/GTOExpansionSTO.h base/loggers/MOLogger.h base/loggers/DensityLogger.h base/loggers/HoleDensityLogger.h base/loggers/ParticleDensityLogger.h base/ElectronicStructure.h cndo/Cndo2.h cndo/ReducedOverlapAOsParameters.h indo/Indo.h zindo/ZindoS.h mndo/Mndo.h am1/Am1.h am1/Am1D.h pm3/Pm3.h pm3/Pm3D.h pm3/Pm3Pddg.h base/factories/ElectronicStructureFactory.h md/MD.h mc/MC.h rpmd/RPMD.h nasco/NASCO.h optimization/Optimizer.h optimization/ConjugateGradient.h optimization/SteepestDescent.h optimization/BFGS.h optimization/GEDIIS.h base/factories/OptimizerFactory.h base/MolDS.h | |
283 | 251 | |
284 | 252 | ACLOCAL_AMFLAGS = -I m4 |
285 | 253 | AM_CXXFLAGS = $(OPENMP_CXXFLAGS) |
286 | 254 | AM_CPPFLAGS = $(BOOST_CPPFLAGS) |
287 | -AM_LDFLAGS = $(BOOST_LDFLAGS) $(BOOST_MPI_LIB) $(BOOST_SERIALIZATION_LIB) | |
255 | +AM_LDFLAGS = $(BOOST_LDFLAGS) | |
288 | 256 | all: config.h |
289 | 257 | $(MAKE) $(AM_MAKEFLAGS) all-am |
290 | 258 |
@@ -391,6 +359,7 @@ distclean-compile: | ||
391 | 359 | |
392 | 360 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Am1.Po@am__quote@ |
393 | 361 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Am1D.Po@am__quote@ |
362 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AsyncCommunicator.Po@am__quote@ | |
394 | 363 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Atom.Po@am__quote@ |
395 | 364 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/AtomFactory.Po@am__quote@ |
396 | 365 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/BFGS.Po@am__quote@ |
@@ -402,6 +371,7 @@ distclean-compile: | ||
402 | 371 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ElectronicStructureFactory.Po@am__quote@ |
403 | 372 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Enums.Po@am__quote@ |
404 | 373 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EularAngle.Po@am__quote@ |
374 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GEDIIS.Po@am__quote@ | |
405 | 375 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GTOExpansionSTO.Po@am__quote@ |
406 | 376 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hatom.Po@am__quote@ |
407 | 377 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HoleDensityLogger.Po@am__quote@ |
@@ -430,6 +400,7 @@ distclean-compile: | ||
430 | 400 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Pm3.Po@am__quote@ |
431 | 401 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Pm3D.Po@am__quote@ |
432 | 402 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Pm3Pddg.Po@am__quote@ |
403 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/PrintController.Po@am__quote@ | |
433 | 404 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RPMD.Po@am__quote@ |
434 | 405 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/RealSphericalHarmonicsIndex.Po@am__quote@ |
435 | 406 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Satom.Po@am__quote@ |
@@ -451,19 +422,33 @@ distclean-compile: | ||
451 | 422 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
452 | 423 | @am__fastdepCXX_FALSE@ $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
453 | 424 | |
454 | -MpiProcess.o: mpi/MpiProcess.cpp | |
455 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MpiProcess.o -MD -MP -MF $(DEPDIR)/MpiProcess.Tpo -c -o MpiProcess.o `test -f 'mpi/MpiProcess.cpp' || echo '$(srcdir)/'`mpi/MpiProcess.cpp | |
456 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MpiProcess.Tpo $(DEPDIR)/MpiProcess.Po | |
457 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mpi/MpiProcess.cpp' object='MpiProcess.o' libtool=no @AMDEPBACKSLASH@ | |
425 | +Enums.o: base/Enums.cpp | |
426 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Enums.o -MD -MP -MF $(DEPDIR)/Enums.Tpo -c -o Enums.o `test -f 'base/Enums.cpp' || echo '$(srcdir)/'`base/Enums.cpp | |
427 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Enums.Tpo $(DEPDIR)/Enums.Po | |
428 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/Enums.cpp' object='Enums.o' libtool=no @AMDEPBACKSLASH@ | |
458 | 429 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
459 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MpiProcess.o `test -f 'mpi/MpiProcess.cpp' || echo '$(srcdir)/'`mpi/MpiProcess.cpp | |
430 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Enums.o `test -f 'base/Enums.cpp' || echo '$(srcdir)/'`base/Enums.cpp | |
460 | 431 | |
461 | -MpiProcess.obj: mpi/MpiProcess.cpp | |
462 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MpiProcess.obj -MD -MP -MF $(DEPDIR)/MpiProcess.Tpo -c -o MpiProcess.obj `if test -f 'mpi/MpiProcess.cpp'; then $(CYGPATH_W) 'mpi/MpiProcess.cpp'; else $(CYGPATH_W) '$(srcdir)/mpi/MpiProcess.cpp'; fi` | |
463 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MpiProcess.Tpo $(DEPDIR)/MpiProcess.Po | |
464 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mpi/MpiProcess.cpp' object='MpiProcess.obj' libtool=no @AMDEPBACKSLASH@ | |
432 | +Enums.obj: base/Enums.cpp | |
433 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Enums.obj -MD -MP -MF $(DEPDIR)/Enums.Tpo -c -o Enums.obj `if test -f 'base/Enums.cpp'; then $(CYGPATH_W) 'base/Enums.cpp'; else $(CYGPATH_W) '$(srcdir)/base/Enums.cpp'; fi` | |
434 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Enums.Tpo $(DEPDIR)/Enums.Po | |
435 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/Enums.cpp' object='Enums.obj' libtool=no @AMDEPBACKSLASH@ | |
465 | 436 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
466 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MpiProcess.obj `if test -f 'mpi/MpiProcess.cpp'; then $(CYGPATH_W) 'mpi/MpiProcess.cpp'; else $(CYGPATH_W) '$(srcdir)/mpi/MpiProcess.cpp'; fi` | |
437 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Enums.obj `if test -f 'base/Enums.cpp'; then $(CYGPATH_W) 'base/Enums.cpp'; else $(CYGPATH_W) '$(srcdir)/base/Enums.cpp'; fi` | |
438 | + | |
439 | +PrintController.o: base/PrintController.cpp | |
440 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrintController.o -MD -MP -MF $(DEPDIR)/PrintController.Tpo -c -o PrintController.o `test -f 'base/PrintController.cpp' || echo '$(srcdir)/'`base/PrintController.cpp | |
441 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PrintController.Tpo $(DEPDIR)/PrintController.Po | |
442 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/PrintController.cpp' object='PrintController.o' libtool=no @AMDEPBACKSLASH@ | |
443 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
444 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrintController.o `test -f 'base/PrintController.cpp' || echo '$(srcdir)/'`base/PrintController.cpp | |
445 | + | |
446 | +PrintController.obj: base/PrintController.cpp | |
447 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT PrintController.obj -MD -MP -MF $(DEPDIR)/PrintController.Tpo -c -o PrintController.obj `if test -f 'base/PrintController.cpp'; then $(CYGPATH_W) 'base/PrintController.cpp'; else $(CYGPATH_W) '$(srcdir)/base/PrintController.cpp'; fi` | |
448 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/PrintController.Tpo $(DEPDIR)/PrintController.Po | |
449 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/PrintController.cpp' object='PrintController.obj' libtool=no @AMDEPBACKSLASH@ | |
450 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
451 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o PrintController.obj `if test -f 'base/PrintController.cpp'; then $(CYGPATH_W) 'base/PrintController.cpp'; else $(CYGPATH_W) '$(srcdir)/base/PrintController.cpp'; fi` | |
467 | 452 | |
468 | 453 | MolDSException.o: base/MolDSException.cpp |
469 | 454 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MolDSException.o -MD -MP -MF $(DEPDIR)/MolDSException.Tpo -c -o MolDSException.o `test -f 'base/MolDSException.cpp' || echo '$(srcdir)/'`base/MolDSException.cpp |
@@ -479,6 +464,48 @@ MolDSException.obj: base/MolDSException.cpp | ||
479 | 464 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
480 | 465 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MolDSException.obj `if test -f 'base/MolDSException.cpp'; then $(CYGPATH_W) 'base/MolDSException.cpp'; else $(CYGPATH_W) '$(srcdir)/base/MolDSException.cpp'; fi` |
481 | 466 | |
467 | +MallocerFreer.o: base/MallocerFreer.cpp | |
468 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MallocerFreer.o -MD -MP -MF $(DEPDIR)/MallocerFreer.Tpo -c -o MallocerFreer.o `test -f 'base/MallocerFreer.cpp' || echo '$(srcdir)/'`base/MallocerFreer.cpp | |
469 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MallocerFreer.Tpo $(DEPDIR)/MallocerFreer.Po | |
470 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/MallocerFreer.cpp' object='MallocerFreer.o' libtool=no @AMDEPBACKSLASH@ | |
471 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
472 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MallocerFreer.o `test -f 'base/MallocerFreer.cpp' || echo '$(srcdir)/'`base/MallocerFreer.cpp | |
473 | + | |
474 | +MallocerFreer.obj: base/MallocerFreer.cpp | |
475 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MallocerFreer.obj -MD -MP -MF $(DEPDIR)/MallocerFreer.Tpo -c -o MallocerFreer.obj `if test -f 'base/MallocerFreer.cpp'; then $(CYGPATH_W) 'base/MallocerFreer.cpp'; else $(CYGPATH_W) '$(srcdir)/base/MallocerFreer.cpp'; fi` | |
476 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MallocerFreer.Tpo $(DEPDIR)/MallocerFreer.Po | |
477 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/MallocerFreer.cpp' object='MallocerFreer.obj' libtool=no @AMDEPBACKSLASH@ | |
478 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
479 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MallocerFreer.obj `if test -f 'base/MallocerFreer.cpp'; then $(CYGPATH_W) 'base/MallocerFreer.cpp'; else $(CYGPATH_W) '$(srcdir)/base/MallocerFreer.cpp'; fi` | |
480 | + | |
481 | +MpiProcess.o: mpi/MpiProcess.cpp | |
482 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MpiProcess.o -MD -MP -MF $(DEPDIR)/MpiProcess.Tpo -c -o MpiProcess.o `test -f 'mpi/MpiProcess.cpp' || echo '$(srcdir)/'`mpi/MpiProcess.cpp | |
483 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MpiProcess.Tpo $(DEPDIR)/MpiProcess.Po | |
484 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mpi/MpiProcess.cpp' object='MpiProcess.o' libtool=no @AMDEPBACKSLASH@ | |
485 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
486 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MpiProcess.o `test -f 'mpi/MpiProcess.cpp' || echo '$(srcdir)/'`mpi/MpiProcess.cpp | |
487 | + | |
488 | +MpiProcess.obj: mpi/MpiProcess.cpp | |
489 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MpiProcess.obj -MD -MP -MF $(DEPDIR)/MpiProcess.Tpo -c -o MpiProcess.obj `if test -f 'mpi/MpiProcess.cpp'; then $(CYGPATH_W) 'mpi/MpiProcess.cpp'; else $(CYGPATH_W) '$(srcdir)/mpi/MpiProcess.cpp'; fi` | |
490 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MpiProcess.Tpo $(DEPDIR)/MpiProcess.Po | |
491 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mpi/MpiProcess.cpp' object='MpiProcess.obj' libtool=no @AMDEPBACKSLASH@ | |
492 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
493 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MpiProcess.obj `if test -f 'mpi/MpiProcess.cpp'; then $(CYGPATH_W) 'mpi/MpiProcess.cpp'; else $(CYGPATH_W) '$(srcdir)/mpi/MpiProcess.cpp'; fi` | |
494 | + | |
495 | +AsyncCommunicator.o: mpi/AsyncCommunicator.cpp | |
496 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AsyncCommunicator.o -MD -MP -MF $(DEPDIR)/AsyncCommunicator.Tpo -c -o AsyncCommunicator.o `test -f 'mpi/AsyncCommunicator.cpp' || echo '$(srcdir)/'`mpi/AsyncCommunicator.cpp | |
497 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AsyncCommunicator.Tpo $(DEPDIR)/AsyncCommunicator.Po | |
498 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mpi/AsyncCommunicator.cpp' object='AsyncCommunicator.o' libtool=no @AMDEPBACKSLASH@ | |
499 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
500 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AsyncCommunicator.o `test -f 'mpi/AsyncCommunicator.cpp' || echo '$(srcdir)/'`mpi/AsyncCommunicator.cpp | |
501 | + | |
502 | +AsyncCommunicator.obj: mpi/AsyncCommunicator.cpp | |
503 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AsyncCommunicator.obj -MD -MP -MF $(DEPDIR)/AsyncCommunicator.Tpo -c -o AsyncCommunicator.obj `if test -f 'mpi/AsyncCommunicator.cpp'; then $(CYGPATH_W) 'mpi/AsyncCommunicator.cpp'; else $(CYGPATH_W) '$(srcdir)/mpi/AsyncCommunicator.cpp'; fi` | |
504 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AsyncCommunicator.Tpo $(DEPDIR)/AsyncCommunicator.Po | |
505 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='mpi/AsyncCommunicator.cpp' object='AsyncCommunicator.obj' libtool=no @AMDEPBACKSLASH@ | |
506 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
507 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o AsyncCommunicator.obj `if test -f 'mpi/AsyncCommunicator.cpp'; then $(CYGPATH_W) 'mpi/AsyncCommunicator.cpp'; else $(CYGPATH_W) '$(srcdir)/mpi/AsyncCommunicator.cpp'; fi` | |
508 | + | |
482 | 509 | Blas.o: wrappers/Blas.cpp |
483 | 510 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Blas.o -MD -MP -MF $(DEPDIR)/Blas.Tpo -c -o Blas.o `test -f 'wrappers/Blas.cpp' || echo '$(srcdir)/'`wrappers/Blas.cpp |
484 | 511 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Blas.Tpo $(DEPDIR)/Blas.Po |
@@ -521,20 +548,6 @@ Utilities.obj: base/Utilities.cpp | ||
521 | 548 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
522 | 549 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Utilities.obj `if test -f 'base/Utilities.cpp'; then $(CYGPATH_W) 'base/Utilities.cpp'; else $(CYGPATH_W) '$(srcdir)/base/Utilities.cpp'; fi` |
523 | 550 | |
524 | -Enums.o: base/Enums.cpp | |
525 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Enums.o -MD -MP -MF $(DEPDIR)/Enums.Tpo -c -o Enums.o `test -f 'base/Enums.cpp' || echo '$(srcdir)/'`base/Enums.cpp | |
526 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Enums.Tpo $(DEPDIR)/Enums.Po | |
527 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/Enums.cpp' object='Enums.o' libtool=no @AMDEPBACKSLASH@ | |
528 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
529 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Enums.o `test -f 'base/Enums.cpp' || echo '$(srcdir)/'`base/Enums.cpp | |
530 | - | |
531 | -Enums.obj: base/Enums.cpp | |
532 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Enums.obj -MD -MP -MF $(DEPDIR)/Enums.Tpo -c -o Enums.obj `if test -f 'base/Enums.cpp'; then $(CYGPATH_W) 'base/Enums.cpp'; else $(CYGPATH_W) '$(srcdir)/base/Enums.cpp'; fi` | |
533 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Enums.Tpo $(DEPDIR)/Enums.Po | |
534 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/Enums.cpp' object='Enums.obj' libtool=no @AMDEPBACKSLASH@ | |
535 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
536 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Enums.obj `if test -f 'base/Enums.cpp'; then $(CYGPATH_W) 'base/Enums.cpp'; else $(CYGPATH_W) '$(srcdir)/base/Enums.cpp'; fi` | |
537 | - | |
538 | 551 | MathUtilities.o: base/MathUtilities.cpp |
539 | 552 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MathUtilities.o -MD -MP -MF $(DEPDIR)/MathUtilities.Tpo -c -o MathUtilities.o `test -f 'base/MathUtilities.cpp' || echo '$(srcdir)/'`base/MathUtilities.cpp |
540 | 553 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MathUtilities.Tpo $(DEPDIR)/MathUtilities.Po |
@@ -549,20 +562,6 @@ MathUtilities.obj: base/MathUtilities.cpp | ||
549 | 562 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
550 | 563 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MathUtilities.obj `if test -f 'base/MathUtilities.cpp'; then $(CYGPATH_W) 'base/MathUtilities.cpp'; else $(CYGPATH_W) '$(srcdir)/base/MathUtilities.cpp'; fi` |
551 | 564 | |
552 | -MallocerFreer.o: base/MallocerFreer.cpp | |
553 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MallocerFreer.o -MD -MP -MF $(DEPDIR)/MallocerFreer.Tpo -c -o MallocerFreer.o `test -f 'base/MallocerFreer.cpp' || echo '$(srcdir)/'`base/MallocerFreer.cpp | |
554 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MallocerFreer.Tpo $(DEPDIR)/MallocerFreer.Po | |
555 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/MallocerFreer.cpp' object='MallocerFreer.o' libtool=no @AMDEPBACKSLASH@ | |
556 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
557 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MallocerFreer.o `test -f 'base/MallocerFreer.cpp' || echo '$(srcdir)/'`base/MallocerFreer.cpp | |
558 | - | |
559 | -MallocerFreer.obj: base/MallocerFreer.cpp | |
560 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MallocerFreer.obj -MD -MP -MF $(DEPDIR)/MallocerFreer.Tpo -c -o MallocerFreer.obj `if test -f 'base/MallocerFreer.cpp'; then $(CYGPATH_W) 'base/MallocerFreer.cpp'; else $(CYGPATH_W) '$(srcdir)/base/MallocerFreer.cpp'; fi` | |
561 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MallocerFreer.Tpo $(DEPDIR)/MallocerFreer.Po | |
562 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/MallocerFreer.cpp' object='MallocerFreer.obj' libtool=no @AMDEPBACKSLASH@ | |
563 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
564 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o MallocerFreer.obj `if test -f 'base/MallocerFreer.cpp'; then $(CYGPATH_W) 'base/MallocerFreer.cpp'; else $(CYGPATH_W) '$(srcdir)/base/MallocerFreer.cpp'; fi` | |
565 | - | |
566 | 565 | EularAngle.o: base/EularAngle.cpp |
567 | 566 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EularAngle.o -MD -MP -MF $(DEPDIR)/EularAngle.Tpo -c -o EularAngle.o `test -f 'base/EularAngle.cpp' || echo '$(srcdir)/'`base/EularAngle.cpp |
568 | 567 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/EularAngle.Tpo $(DEPDIR)/EularAngle.Po |
@@ -591,6 +590,20 @@ Parameters.obj: base/Parameters.cpp | ||
591 | 590 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
592 | 591 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Parameters.obj `if test -f 'base/Parameters.cpp'; then $(CYGPATH_W) 'base/Parameters.cpp'; else $(CYGPATH_W) '$(srcdir)/base/Parameters.cpp'; fi` |
593 | 592 | |
593 | +RealSphericalHarmonicsIndex.o: base/RealSphericalHarmonicsIndex.cpp | |
594 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RealSphericalHarmonicsIndex.o -MD -MP -MF $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo -c -o RealSphericalHarmonicsIndex.o `test -f 'base/RealSphericalHarmonicsIndex.cpp' || echo '$(srcdir)/'`base/RealSphericalHarmonicsIndex.cpp | |
595 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo $(DEPDIR)/RealSphericalHarmonicsIndex.Po | |
596 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/RealSphericalHarmonicsIndex.cpp' object='RealSphericalHarmonicsIndex.o' libtool=no @AMDEPBACKSLASH@ | |
597 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
598 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RealSphericalHarmonicsIndex.o `test -f 'base/RealSphericalHarmonicsIndex.cpp' || echo '$(srcdir)/'`base/RealSphericalHarmonicsIndex.cpp | |
599 | + | |
600 | +RealSphericalHarmonicsIndex.obj: base/RealSphericalHarmonicsIndex.cpp | |
601 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RealSphericalHarmonicsIndex.obj -MD -MP -MF $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo -c -o RealSphericalHarmonicsIndex.obj `if test -f 'base/RealSphericalHarmonicsIndex.cpp'; then $(CYGPATH_W) 'base/RealSphericalHarmonicsIndex.cpp'; else $(CYGPATH_W) '$(srcdir)/base/RealSphericalHarmonicsIndex.cpp'; fi` | |
602 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo $(DEPDIR)/RealSphericalHarmonicsIndex.Po | |
603 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/RealSphericalHarmonicsIndex.cpp' object='RealSphericalHarmonicsIndex.obj' libtool=no @AMDEPBACKSLASH@ | |
604 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
605 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RealSphericalHarmonicsIndex.obj `if test -f 'base/RealSphericalHarmonicsIndex.cpp'; then $(CYGPATH_W) 'base/RealSphericalHarmonicsIndex.cpp'; else $(CYGPATH_W) '$(srcdir)/base/RealSphericalHarmonicsIndex.cpp'; fi` | |
606 | + | |
594 | 607 | Atom.o: base/atoms/Atom.cpp |
595 | 608 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Atom.o -MD -MP -MF $(DEPDIR)/Atom.Tpo -c -o Atom.o `test -f 'base/atoms/Atom.cpp' || echo '$(srcdir)/'`base/atoms/Atom.cpp |
596 | 609 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Atom.Tpo $(DEPDIR)/Atom.Po |
@@ -745,20 +758,6 @@ GTOExpansionSTO.obj: base/GTOExpansionSTO.cpp | ||
745 | 758 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
746 | 759 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GTOExpansionSTO.obj `if test -f 'base/GTOExpansionSTO.cpp'; then $(CYGPATH_W) 'base/GTOExpansionSTO.cpp'; else $(CYGPATH_W) '$(srcdir)/base/GTOExpansionSTO.cpp'; fi` |
747 | 760 | |
748 | -RealSphericalHarmonicsIndex.o: base/RealSphericalHarmonicsIndex.cpp | |
749 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RealSphericalHarmonicsIndex.o -MD -MP -MF $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo -c -o RealSphericalHarmonicsIndex.o `test -f 'base/RealSphericalHarmonicsIndex.cpp' || echo '$(srcdir)/'`base/RealSphericalHarmonicsIndex.cpp | |
750 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo $(DEPDIR)/RealSphericalHarmonicsIndex.Po | |
751 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/RealSphericalHarmonicsIndex.cpp' object='RealSphericalHarmonicsIndex.o' libtool=no @AMDEPBACKSLASH@ | |
752 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
753 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RealSphericalHarmonicsIndex.o `test -f 'base/RealSphericalHarmonicsIndex.cpp' || echo '$(srcdir)/'`base/RealSphericalHarmonicsIndex.cpp | |
754 | - | |
755 | -RealSphericalHarmonicsIndex.obj: base/RealSphericalHarmonicsIndex.cpp | |
756 | -@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT RealSphericalHarmonicsIndex.obj -MD -MP -MF $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo -c -o RealSphericalHarmonicsIndex.obj `if test -f 'base/RealSphericalHarmonicsIndex.cpp'; then $(CYGPATH_W) 'base/RealSphericalHarmonicsIndex.cpp'; else $(CYGPATH_W) '$(srcdir)/base/RealSphericalHarmonicsIndex.cpp'; fi` | |
757 | -@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/RealSphericalHarmonicsIndex.Tpo $(DEPDIR)/RealSphericalHarmonicsIndex.Po | |
758 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/RealSphericalHarmonicsIndex.cpp' object='RealSphericalHarmonicsIndex.obj' libtool=no @AMDEPBACKSLASH@ | |
759 | -@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
760 | -@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o RealSphericalHarmonicsIndex.obj `if test -f 'base/RealSphericalHarmonicsIndex.cpp'; then $(CYGPATH_W) 'base/RealSphericalHarmonicsIndex.cpp'; else $(CYGPATH_W) '$(srcdir)/base/RealSphericalHarmonicsIndex.cpp'; fi` | |
761 | - | |
762 | 761 | MOLogger.o: base/loggers/MOLogger.cpp |
763 | 762 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT MOLogger.o -MD -MP -MF $(DEPDIR)/MOLogger.Tpo -c -o MOLogger.o `test -f 'base/loggers/MOLogger.cpp' || echo '$(srcdir)/'`base/loggers/MOLogger.cpp |
764 | 763 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/MOLogger.Tpo $(DEPDIR)/MOLogger.Po |
@@ -1067,6 +1066,20 @@ BFGS.obj: optimization/BFGS.cpp | ||
1067 | 1066 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
1068 | 1067 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o BFGS.obj `if test -f 'optimization/BFGS.cpp'; then $(CYGPATH_W) 'optimization/BFGS.cpp'; else $(CYGPATH_W) '$(srcdir)/optimization/BFGS.cpp'; fi` |
1069 | 1068 | |
1069 | +GEDIIS.o: optimization/GEDIIS.cpp | |
1070 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEDIIS.o -MD -MP -MF $(DEPDIR)/GEDIIS.Tpo -c -o GEDIIS.o `test -f 'optimization/GEDIIS.cpp' || echo '$(srcdir)/'`optimization/GEDIIS.cpp | |
1071 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GEDIIS.Tpo $(DEPDIR)/GEDIIS.Po | |
1072 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='optimization/GEDIIS.cpp' object='GEDIIS.o' libtool=no @AMDEPBACKSLASH@ | |
1073 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
1074 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEDIIS.o `test -f 'optimization/GEDIIS.cpp' || echo '$(srcdir)/'`optimization/GEDIIS.cpp | |
1075 | + | |
1076 | +GEDIIS.obj: optimization/GEDIIS.cpp | |
1077 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GEDIIS.obj -MD -MP -MF $(DEPDIR)/GEDIIS.Tpo -c -o GEDIIS.obj `if test -f 'optimization/GEDIIS.cpp'; then $(CYGPATH_W) 'optimization/GEDIIS.cpp'; else $(CYGPATH_W) '$(srcdir)/optimization/GEDIIS.cpp'; fi` | |
1078 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GEDIIS.Tpo $(DEPDIR)/GEDIIS.Po | |
1079 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='optimization/GEDIIS.cpp' object='GEDIIS.obj' libtool=no @AMDEPBACKSLASH@ | |
1080 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
1081 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GEDIIS.obj `if test -f 'optimization/GEDIIS.cpp'; then $(CYGPATH_W) 'optimization/GEDIIS.cpp'; else $(CYGPATH_W) '$(srcdir)/optimization/GEDIIS.cpp'; fi` | |
1082 | + | |
1070 | 1083 | OptimizerFactory.o: base/factories/OptimizerFactory.cpp |
1071 | 1084 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT OptimizerFactory.o -MD -MP -MF $(DEPDIR)/OptimizerFactory.Tpo -c -o OptimizerFactory.o `test -f 'base/factories/OptimizerFactory.cpp' || echo '$(srcdir)/'`base/factories/OptimizerFactory.cpp |
1072 | 1085 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/OptimizerFactory.Tpo $(DEPDIR)/OptimizerFactory.Po |
@@ -969,10 +969,12 @@ AC_SUBST([am__tar]) | ||
969 | 969 | AC_SUBST([am__untar]) |
970 | 970 | ]) # _AM_PROG_TAR |
971 | 971 | |
972 | +m4_include([m4/ac_cxx_namespaces.m4]) | |
972 | 973 | m4_include([m4/ax_blas.m4]) |
973 | 974 | m4_include([m4/ax_boost_base.m4]) |
974 | 975 | m4_include([m4/ax_boost_mpi.m4]) |
975 | 976 | m4_include([m4/ax_boost_serialization.m4]) |
977 | +m4_include([m4/ax_boost_thread.m4]) | |
976 | 978 | m4_include([m4/ax_lapack.m4]) |
977 | 979 | m4_include([m4/ax_mpi.m4]) |
978 | 980 | m4_include([m4/ax_openmp.m4]) |
@@ -32,6 +32,9 @@ | ||
32 | 32 | /* Define to 1 if you have the <boost/shared_ptr.hpp> header file. */ |
33 | 33 | #undef HAVE_BOOST_SHARED_PTR_HPP |
34 | 34 | |
35 | +/* define if the Boost::Thread library is available */ | |
36 | +#undef HAVE_BOOST_THREAD | |
37 | + | |
35 | 38 | /* Define to 1 if you have the `cblas_daxpy' function. */ |
36 | 39 | #undef HAVE_CBLAS_DAXPY |
37 | 40 |
@@ -110,6 +113,9 @@ | ||
110 | 113 | /* Define if you have the MPI library. */ |
111 | 114 | #undef HAVE_MPI |
112 | 115 | |
116 | +/* define if the compiler implements namespaces */ | |
117 | +#undef HAVE_NAMESPACES | |
118 | + | |
113 | 119 | /* Define to 1 if you have the <omp.h> header file. */ |
114 | 120 | #undef HAVE_OMP_H |
115 | 121 |
@@ -579,7 +579,7 @@ MAKEFLAGS= | ||
579 | 579 | |
580 | 580 | # Identity of this package. |
581 | 581 | PACKAGE_NAME='MolDS' |
582 | -PACKAGE_TARNAME='molds' | |
582 | +PACKAGE_TARNAME='MolDS' | |
583 | 583 | PACKAGE_VERSION='0.2' |
584 | 584 | PACKAGE_STRING='MolDS 0.2' |
585 | 585 | PACKAGE_BUGREPORT='molds-dev@lists.sourceforge.jp' |
@@ -626,6 +626,7 @@ ac_subst_vars='am__EXEEXT_FALSE | ||
626 | 626 | am__EXEEXT_TRUE |
627 | 627 | LTLIBOBJS |
628 | 628 | LIBOBJS |
629 | +BOOST_THREAD_LIBS | |
629 | 630 | BOOST_MPI_LIB |
630 | 631 | BOOST_SERIALIZATION_LIB |
631 | 632 | BOOST_LDFLAGS |
@@ -746,6 +747,7 @@ with_boost | ||
746 | 747 | with_boost_libdir |
747 | 748 | with_boost_serialization |
748 | 749 | with_boost_mpi |
750 | +with_boost_thread | |
749 | 751 | ' |
750 | 752 | ac_precious_vars='build_alias |
751 | 753 | host_alias |
@@ -1350,7 +1352,7 @@ Fine tuning of the installation directories: | ||
1350 | 1352 | --infodir=DIR info documentation [DATAROOTDIR/info] |
1351 | 1353 | --localedir=DIR locale-dependent data [DATAROOTDIR/locale] |
1352 | 1354 | --mandir=DIR man documentation [DATAROOTDIR/man] |
1353 | - --docdir=DIR documentation root [DATAROOTDIR/doc/molds] | |
1355 | + --docdir=DIR documentation root [DATAROOTDIR/doc/MolDS] | |
1354 | 1356 | --htmldir=DIR html documentation [DOCDIR] |
1355 | 1357 | --dvidir=DIR dvi documentation [DOCDIR] |
1356 | 1358 | --pdfdir=DIR pdf documentation [DOCDIR] |
@@ -1409,6 +1411,7 @@ Optional Packages: | ||
1409 | 1411 | use the Mpi library from boost - it is possible to |
1410 | 1412 | specify a certain library for the linker e.g. |
1411 | 1413 | --with-boost-mpi=boost_mpi-gcc-mt-d-1_33_1 |
1414 | + --with-boost-thread specify the boost thread library or suffix to use | |
1412 | 1415 | |
1413 | 1416 | Some influential environment variables: |
1414 | 1417 | CC C compiler command |
@@ -2517,6 +2520,9 @@ as_fn_error $? "Don't execute configure script in source directory! | ||
2517 | 2520 | See \`config.log' for more details" "$LINENO" 5; } |
2518 | 2521 | fi |
2519 | 2522 | |
2523 | + | |
2524 | +ac_config_headers="$ac_config_headers config.h" | |
2525 | + | |
2520 | 2526 | am__api_version='1.11' |
2521 | 2527 | |
2522 | 2528 | ac_aux_dir= |
@@ -2983,8 +2989,8 @@ fi | ||
2983 | 2989 | |
2984 | 2990 | |
2985 | 2991 | # Define the identity of the package. |
2986 | - PACKAGE=MolDS | |
2987 | - VERSION=0.2 | |
2992 | + PACKAGE='MolDS' | |
2993 | + VERSION='0.2' | |
2988 | 2994 | |
2989 | 2995 | |
2990 | 2996 | # Some tools Automake needs. |
@@ -3016,9 +3022,6 @@ am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -' | ||
3016 | 3022 | |
3017 | 3023 | |
3018 | 3024 | |
3019 | -ac_config_headers="$ac_config_headers config.h" | |
3020 | - | |
3021 | - | |
3022 | 3025 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking release mode" >&5 |
3023 | 3026 | $as_echo_n "checking release mode... " >&6; } |
3024 | 3027 | # Check whether --enable-release was given. |
@@ -8502,6 +8505,247 @@ fi | ||
8502 | 8505 | LDFLAGS="$LDFLAGS_SAVED" |
8503 | 8506 | fi |
8504 | 8507 | |
8508 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the compiler implements namespaces" >&5 | |
8509 | +$as_echo_n "checking whether the compiler implements namespaces... " >&6; } | |
8510 | +if ${ac_cv_cxx_namespaces+:} false; then : | |
8511 | + $as_echo_n "(cached) " >&6 | |
8512 | +else | |
8513 | + | |
8514 | + ac_ext=cpp | |
8515 | +ac_cpp='$CXXCPP $CPPFLAGS' | |
8516 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8517 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8518 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
8519 | + | |
8520 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
8521 | +/* end confdefs.h. */ | |
8522 | +namespace Outer { namespace Inner { int i = 0; }} | |
8523 | +#ifdef F77_DUMMY_MAIN | |
8524 | + | |
8525 | +# ifdef __cplusplus | |
8526 | + extern "C" | |
8527 | +# endif | |
8528 | + int F77_DUMMY_MAIN() { return 1; } | |
8529 | + | |
8530 | +#endif | |
8531 | +int | |
8532 | +main () | |
8533 | +{ | |
8534 | +using namespace Outer::Inner; return i; | |
8535 | + ; | |
8536 | + return 0; | |
8537 | +} | |
8538 | +_ACEOF | |
8539 | +if ac_fn_cxx_try_compile "$LINENO"; then : | |
8540 | + ac_cv_cxx_namespaces=yes | |
8541 | +else | |
8542 | + ac_cv_cxx_namespaces=no | |
8543 | +fi | |
8544 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
8545 | + ac_ext=cpp | |
8546 | +ac_cpp='$CXXCPP $CPPFLAGS' | |
8547 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8548 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8549 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
8550 | + | |
8551 | + | |
8552 | +fi | |
8553 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_cxx_namespaces" >&5 | |
8554 | +$as_echo "$ac_cv_cxx_namespaces" >&6; } | |
8555 | +if test "$ac_cv_cxx_namespaces" = yes; then | |
8556 | + | |
8557 | +$as_echo "#define HAVE_NAMESPACES /**/" >>confdefs.h | |
8558 | + | |
8559 | +fi | |
8560 | + | |
8561 | + | |
8562 | + | |
8563 | +ac_ext=cpp | |
8564 | +ac_cpp='$CXXCPP $CPPFLAGS' | |
8565 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8566 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8567 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
8568 | + | |
8569 | +CXXFLAGS_SAVE=$CXXFLAGS | |
8570 | +LIBS_SAVE=$LIBS | |
8571 | +CXXFLAGS="-pthread $CXXFLAGS" | |
8572 | + | |
8573 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether the Boost::Thread library is available" >&5 | |
8574 | +$as_echo_n "checking whether the Boost::Thread library is available... " >&6; } | |
8575 | +if ${ax_cv_boost_thread+:} false; then : | |
8576 | + $as_echo_n "(cached) " >&6 | |
8577 | +else | |
8578 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
8579 | +/* end confdefs.h. */ | |
8580 | +#include <boost/thread/thread.hpp> | |
8581 | +#ifdef F77_DUMMY_MAIN | |
8582 | + | |
8583 | +# ifdef __cplusplus | |
8584 | + extern "C" | |
8585 | +# endif | |
8586 | + int F77_DUMMY_MAIN() { return 1; } | |
8587 | + | |
8588 | +#endif | |
8589 | +int | |
8590 | +main () | |
8591 | +{ | |
8592 | +boost::thread_group thrds; return 0; | |
8593 | + ; | |
8594 | + return 0; | |
8595 | +} | |
8596 | +_ACEOF | |
8597 | +if ac_fn_cxx_try_compile "$LINENO"; then : | |
8598 | + ax_cv_boost_thread=yes | |
8599 | +else | |
8600 | + ax_cv_boost_thread=no | |
8601 | +fi | |
8602 | +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext | |
8603 | + | |
8604 | +fi | |
8605 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_thread" >&5 | |
8606 | +$as_echo "$ax_cv_boost_thread" >&6; } | |
8607 | + | |
8608 | +if test "$ax_cv_boost_thread" = yes; then | |
8609 | + | |
8610 | +$as_echo "#define HAVE_BOOST_THREAD /**/" >>confdefs.h | |
8611 | + | |
8612 | + | |
8613 | +# Check whether --with-boost-thread was given. | |
8614 | +if test "${with_boost_thread+set}" = set; then : | |
8615 | + withval=$with_boost_thread; if test "x$with_boost_thread" != "xno"; then | |
8616 | + ax_thread_lib=$with_boost_thread | |
8617 | + ax_boost_thread_lib=boost_thread-$with_boost_thread | |
8618 | + fi | |
8619 | +fi | |
8620 | + | |
8621 | + for ax_lib in $ax_thread_lib $ax_boost_thread_lib boost_thread boost_thread-mt; do | |
8622 | + as_ac_Lib=`$as_echo "ac_cv_lib_$ax_lib''_main" | $as_tr_sh` | |
8623 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -l$ax_lib" >&5 | |
8624 | +$as_echo_n "checking for main in -l$ax_lib... " >&6; } | |
8625 | +if eval \${$as_ac_Lib+:} false; then : | |
8626 | + $as_echo_n "(cached) " >&6 | |
8627 | +else | |
8628 | + ac_check_lib_save_LIBS=$LIBS | |
8629 | +LIBS="-l$ax_lib $LIBS" | |
8630 | +cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
8631 | +/* end confdefs.h. */ | |
8632 | + | |
8633 | + | |
8634 | +#ifdef F77_DUMMY_MAIN | |
8635 | + | |
8636 | +# ifdef __cplusplus | |
8637 | + extern "C" | |
8638 | +# endif | |
8639 | + int F77_DUMMY_MAIN() { return 1; } | |
8640 | + | |
8641 | +#endif | |
8642 | +int | |
8643 | +main () | |
8644 | +{ | |
8645 | +return main (); | |
8646 | + ; | |
8647 | + return 0; | |
8648 | +} | |
8649 | +_ACEOF | |
8650 | +if ac_fn_cxx_try_link "$LINENO"; then : | |
8651 | + eval "$as_ac_Lib=yes" | |
8652 | +else | |
8653 | + eval "$as_ac_Lib=no" | |
8654 | +fi | |
8655 | +rm -f core conftest.err conftest.$ac_objext \ | |
8656 | + conftest$ac_exeext conftest.$ac_ext | |
8657 | +LIBS=$ac_check_lib_save_LIBS | |
8658 | +fi | |
8659 | +eval ac_res=\$$as_ac_Lib | |
8660 | + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_res" >&5 | |
8661 | +$as_echo "$ac_res" >&6; } | |
8662 | +if eval test \"x\$"$as_ac_Lib"\" = x"yes"; then : | |
8663 | + BOOST_THREAD_LIBS=-l$ax_lib | |
8664 | +break | |
8665 | +fi | |
8666 | + | |
8667 | + done | |
8668 | + | |
8669 | + # OXullo 2012-07-18: since boost 1.50, boost::thread depends on boost::system | |
8670 | + { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether Boost::Thread needs Boost::System library" >&5 | |
8671 | +$as_echo_n "checking whether Boost::Thread needs Boost::System library... " >&6; } | |
8672 | +if ${ax_cv_boost_thread_system+:} false; then : | |
8673 | + $as_echo_n "(cached) " >&6 | |
8674 | +else | |
8675 | + LIBS="$LIBS $BOOST_THREAD_LIBS" | |
8676 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
8677 | +/* end confdefs.h. */ | |
8678 | +#include <boost/thread/thread.hpp> | |
8679 | +#ifdef F77_DUMMY_MAIN | |
8680 | + | |
8681 | +# ifdef __cplusplus | |
8682 | + extern "C" | |
8683 | +# endif | |
8684 | + int F77_DUMMY_MAIN() { return 1; } | |
8685 | + | |
8686 | +#endif | |
8687 | +int | |
8688 | +main () | |
8689 | +{ | |
8690 | +boost::thread_group thrds; return 0; | |
8691 | + ; | |
8692 | + return 0; | |
8693 | +} | |
8694 | +_ACEOF | |
8695 | +if ac_fn_cxx_try_link "$LINENO"; then : | |
8696 | + ax_cv_boost_thread_system=no | |
8697 | +else | |
8698 | + LIBS="$LIBS $BOOST_THREAD_LIBS -lboost_system" | |
8699 | + cat confdefs.h - <<_ACEOF >conftest.$ac_ext | |
8700 | +/* end confdefs.h. */ | |
8701 | + | |
8702 | + #include <boost/thread/thread.hpp> | |
8703 | +#ifdef F77_DUMMY_MAIN | |
8704 | + | |
8705 | +# ifdef __cplusplus | |
8706 | + extern "C" | |
8707 | +# endif | |
8708 | + int F77_DUMMY_MAIN() { return 1; } | |
8709 | + | |
8710 | +#endif | |
8711 | +int | |
8712 | +main () | |
8713 | +{ | |
8714 | +boost::thread_group thrds; return 0; | |
8715 | + ; | |
8716 | + return 0; | |
8717 | +} | |
8718 | + | |
8719 | +_ACEOF | |
8720 | +if ac_fn_cxx_try_link "$LINENO"; then : | |
8721 | + BOOST_THREAD_LIBS="$BOOST_THREAD_LIBS -lboost_system" | |
8722 | + ax_cv_boost_thread_system=yes | |
8723 | +else | |
8724 | + as_fn_error $? "Cannot use Boost::Thread" "$LINENO" 5 | |
8725 | + | |
8726 | +fi | |
8727 | +rm -f core conftest.err conftest.$ac_objext \ | |
8728 | + conftest$ac_exeext conftest.$ac_ext | |
8729 | +fi | |
8730 | +rm -f core conftest.err conftest.$ac_objext \ | |
8731 | + conftest$ac_exeext conftest.$ac_ext | |
8732 | + | |
8733 | +fi | |
8734 | +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ax_cv_boost_thread_system" >&5 | |
8735 | +$as_echo "$ax_cv_boost_thread_system" >&6; } | |
8736 | + | |
8737 | + CXXFLAGS=$CXXFLAGS_SAVE | |
8738 | + LIBS=$LIBS_SAVE | |
8739 | + ac_ext=cpp | |
8740 | +ac_cpp='$CXXCPP $CPPFLAGS' | |
8741 | +ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5' | |
8742 | +ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5' | |
8743 | +ac_compiler_gnu=$ac_cv_cxx_compiler_gnu | |
8744 | + | |
8745 | + | |
8746 | + | |
8747 | +fi | |
8748 | + | |
8505 | 8749 | |
8506 | 8750 | { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ld accepts -rpath option" >&5 |
8507 | 8751 | $as_echo_n "checking whether ld accepts -rpath option... " >&6; } |