Revision | 699286389f1d506b731fc0422f089a8e7681b2e2 (tree) |
---|---|
Time | 2014-01-10 01:24:38 |
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@1630 1136aad2-a195-0410-b898-f5ea1d11b9d8
@@ -51,7 +51,7 @@ PRE_UNINSTALL = : | ||
51 | 51 | POST_UNINSTALL = : |
52 | 52 | build_triplet = @build@ |
53 | 53 | host_triplet = @host@ |
54 | -bin_PROGRAMS = MolDS$(EXEEXT) | |
54 | +bin_PROGRAMS = molds$(EXEEXT) | |
55 | 55 | subdir = . |
56 | 56 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
57 | 57 | $(srcdir)/Makefile.in $(srcdir)/config.h.in \ |
@@ -75,7 +75,7 @@ CONFIG_CLEAN_FILES = | ||
75 | 75 | CONFIG_CLEAN_VPATH_FILES = |
76 | 76 | am__installdirs = "$(DESTDIR)$(bindir)" |
77 | 77 | PROGRAMS = $(bin_PROGRAMS) |
78 | -am_MolDS_OBJECTS = Enums.$(OBJEXT) PrintController.$(OBJEXT) \ | |
78 | +am__objects_1 = Enums.$(OBJEXT) PrintController.$(OBJEXT) \ | |
79 | 79 | MolDSException.$(OBJEXT) MallocerFreer.$(OBJEXT) \ |
80 | 80 | MpiProcess.$(OBJEXT) AsyncCommunicator.$(OBJEXT) \ |
81 | 81 | Blas.$(OBJEXT) Lapack.$(OBJEXT) Utilities.$(OBJEXT) \ |
@@ -83,19 +83,26 @@ am_MolDS_OBJECTS = Enums.$(OBJEXT) PrintController.$(OBJEXT) \ | ||
83 | 83 | Parameters.$(OBJEXT) RealSphericalHarmonicsIndex.$(OBJEXT) \ |
84 | 84 | Atom.$(OBJEXT) Hatom.$(OBJEXT) Liatom.$(OBJEXT) \ |
85 | 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) | |
97 | -MolDS_OBJECTS = $(am_MolDS_OBJECTS) | |
98 | -MolDS_LDADD = $(LDADD) | |
86 | + Satom.$(OBJEXT) Znatom.$(OBJEXT) Ghost.$(OBJEXT) \ | |
87 | + GhostHatom.$(OBJEXT) GhostLiatom.$(OBJEXT) \ | |
88 | + GhostCatom.$(OBJEXT) GhostNatom.$(OBJEXT) GhostOatom.$(OBJEXT) \ | |
89 | + GhostSatom.$(OBJEXT) GhostZnatom.$(OBJEXT) \ | |
90 | + EnvironmentalPointCharge.$(OBJEXT) AtomFactory.$(OBJEXT) \ | |
91 | + Molecule.$(OBJEXT) InputParser.$(OBJEXT) \ | |
92 | + GTOExpansionSTO.$(OBJEXT) MOLogger.$(OBJEXT) \ | |
93 | + DensityLogger.$(OBJEXT) HoleDensityLogger.$(OBJEXT) \ | |
94 | + ParticleDensityLogger.$(OBJEXT) Cndo2.$(OBJEXT) Indo.$(OBJEXT) \ | |
95 | + ZindoS.$(OBJEXT) Mndo.$(OBJEXT) Am1.$(OBJEXT) Am1D.$(OBJEXT) \ | |
96 | + Pm3.$(OBJEXT) Pm3D.$(OBJEXT) Pm3Pddg.$(OBJEXT) \ | |
97 | + ElectronicStructureFactory.$(OBJEXT) MD.$(OBJEXT) MC.$(OBJEXT) \ | |
98 | + RPMD.$(OBJEXT) NASCO.$(OBJEXT) Optimizer.$(OBJEXT) \ | |
99 | + ConjugateGradient.$(OBJEXT) SteepestDescent.$(OBJEXT) \ | |
100 | + BFGS.$(OBJEXT) GEDIIS.$(OBJEXT) OptimizerFactory.$(OBJEXT) \ | |
101 | + MolDS.$(OBJEXT) Main.$(OBJEXT) | |
102 | +am__objects_2 = | |
103 | +am_molds_OBJECTS = $(am__objects_1) $(am__objects_2) | |
104 | +molds_OBJECTS = $(am_molds_OBJECTS) | |
105 | +molds_LDADD = $(LDADD) | |
99 | 106 | DEFAULT_INCLUDES = -I.@am__isrc@ |
100 | 107 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
101 | 108 | am__depfiles_maybe = depfiles |
@@ -109,8 +116,8 @@ COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ | ||
109 | 116 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
110 | 117 | CCLD = $(CC) |
111 | 118 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
112 | -SOURCES = $(MolDS_SOURCES) | |
113 | -DIST_SOURCES = $(MolDS_SOURCES) | |
119 | +SOURCES = $(molds_SOURCES) | |
120 | +DIST_SOURCES = $(molds_SOURCES) | |
114 | 121 | am__can_run_installinfo = \ |
115 | 122 | case $$AM_UPDATE_INFO_DIR in \ |
116 | 123 | n|no|NO) false;; \ |
@@ -246,9 +253,66 @@ target_alias = @target_alias@ | ||
246 | 253 | top_build_prefix = @top_build_prefix@ |
247 | 254 | top_builddir = @top_builddir@ |
248 | 255 | top_srcdir = @top_srcdir@ |
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 | |
251 | - | |
256 | +ALL_CPP_FILES = base/Enums.cpp base/PrintController.cpp \ | |
257 | + base/MolDSException.cpp base/MallocerFreer.cpp \ | |
258 | + mpi/MpiProcess.cpp mpi/AsyncCommunicator.cpp wrappers/Blas.cpp \ | |
259 | + wrappers/Lapack.cpp base/Utilities.cpp base/MathUtilities.cpp \ | |
260 | + base/EularAngle.cpp base/Parameters.cpp \ | |
261 | + base/RealSphericalHarmonicsIndex.cpp base/atoms/Atom.cpp \ | |
262 | + base/atoms/Hatom.cpp base/atoms/Liatom.cpp \ | |
263 | + base/atoms/Catom.cpp base/atoms/Natom.cpp base/atoms/Oatom.cpp \ | |
264 | + base/atoms/Satom.cpp base/atoms/Znatom.cpp \ | |
265 | + base/atoms/ghost/Ghost.cpp base/atoms/ghost/GhostHatom.cpp \ | |
266 | + base/atoms/ghost/GhostLiatom.cpp \ | |
267 | + base/atoms/ghost/GhostCatom.cpp \ | |
268 | + base/atoms/ghost/GhostNatom.cpp \ | |
269 | + base/atoms/ghost/GhostOatom.cpp \ | |
270 | + base/atoms/ghost/GhostSatom.cpp \ | |
271 | + base/atoms/ghost/GhostZnatom.cpp \ | |
272 | + base/atoms/mm/EnvironmentalPointCharge.cpp \ | |
273 | + base/factories/AtomFactory.cpp base/Molecule.cpp \ | |
274 | + base/InputParser.cpp base/GTOExpansionSTO.cpp \ | |
275 | + base/loggers/MOLogger.cpp base/loggers/DensityLogger.cpp \ | |
276 | + base/loggers/HoleDensityLogger.cpp \ | |
277 | + base/loggers/ParticleDensityLogger.cpp cndo/Cndo2.cpp \ | |
278 | + indo/Indo.cpp zindo/ZindoS.cpp mndo/Mndo.cpp am1/Am1.cpp \ | |
279 | + am1/Am1D.cpp pm3/Pm3.cpp pm3/Pm3D.cpp pm3/Pm3Pddg.cpp \ | |
280 | + base/factories/ElectronicStructureFactory.cpp md/MD.cpp \ | |
281 | + mc/MC.cpp rpmd/RPMD.cpp nasco/NASCO.cpp \ | |
282 | + optimization/Optimizer.cpp optimization/ConjugateGradient.cpp \ | |
283 | + optimization/SteepestDescent.cpp optimization/BFGS.cpp \ | |
284 | + optimization/GEDIIS.cpp base/factories/OptimizerFactory.cpp \ | |
285 | + base/MolDS.cpp Main.cpp | |
286 | +ALL_HEAD_FILES = config.h base/Enums.h base/Uncopyable.h \ | |
287 | + base/PrintController.h base/MolDSException.h \ | |
288 | + base/containers/ThreadSafeQueue.h base/MallocerFreer.h \ | |
289 | + mpi/MpiInt.h mpi/MpiProcess.h mpi/AsyncCommunicator.h \ | |
290 | + wrappers/Blas.h wrappers/Lapack.h base/Utilities.h \ | |
291 | + base/MathUtilities.h base/EularAngle.h base/Parameters.h \ | |
292 | + base/RealSphericalHarmonicsIndex.h base/atoms/Atom.h \ | |
293 | + base/atoms/Hatom.h base/atoms/Liatom.h base/atoms/Catom.h \ | |
294 | + base/atoms/Natom.h base/atoms/Oatom.h base/atoms/Satom.h \ | |
295 | + base/atoms/Znatom.h base/atoms/ghost/Ghost.h \ | |
296 | + base/atoms/ghost/GhostHatom.h base/atoms/ghost/GhostLiatom.h \ | |
297 | + base/atoms/ghost/GhostCatom.h base/atoms/ghost/GhostNatom.h \ | |
298 | + base/atoms/ghost/GhostOatom.h base/atoms/ghost/GhostSatom.h \ | |
299 | + base/atoms/ghost/GhostZnatom.h \ | |
300 | + base/atoms/mm/EnvironmentalPointCharge.h \ | |
301 | + base/factories/AtomFactory.h base/Molecule.h \ | |
302 | + base/InputParser.h base/GTOExpansionSTO.h \ | |
303 | + base/loggers/MOLogger.h base/loggers/DensityLogger.h \ | |
304 | + base/loggers/HoleDensityLogger.h \ | |
305 | + base/loggers/ParticleDensityLogger.h \ | |
306 | + base/ElectronicStructure.h cndo/Cndo2.h \ | |
307 | + cndo/ReducedOverlapAOsParameters.h indo/Indo.h zindo/ZindoS.h \ | |
308 | + mndo/Mndo.h am1/Am1.h am1/Am1D.h pm3/Pm3.h pm3/Pm3D.h \ | |
309 | + pm3/Pm3Pddg.h base/factories/ElectronicStructureFactory.h \ | |
310 | + md/MD.h mc/MC.h rpmd/RPMD.h nasco/NASCO.h \ | |
311 | + optimization/Optimizer.h optimization/ConjugateGradient.h \ | |
312 | + optimization/SteepestDescent.h optimization/BFGS.h \ | |
313 | + optimization/GEDIIS.h base/factories/OptimizerFactory.h \ | |
314 | + base/MolDS.h | |
315 | +molds_SOURCES = $(ALL_CPP_FILES) $(ALL_HEAD_FILES) | |
252 | 316 | ACLOCAL_AMFLAGS = -I m4 |
253 | 317 | AM_CXXFLAGS = $(OPENMP_CXXFLAGS) |
254 | 318 | AM_CPPFLAGS = $(BOOST_CPPFLAGS) |
@@ -347,9 +411,9 @@ uninstall-binPROGRAMS: | ||
347 | 411 | |
348 | 412 | clean-binPROGRAMS: |
349 | 413 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) |
350 | -MolDS$(EXEEXT): $(MolDS_OBJECTS) $(MolDS_DEPENDENCIES) $(EXTRA_MolDS_DEPENDENCIES) | |
351 | - @rm -f MolDS$(EXEEXT) | |
352 | - $(CXXLINK) $(MolDS_OBJECTS) $(MolDS_LDADD) $(LIBS) | |
414 | +molds$(EXEEXT): $(molds_OBJECTS) $(molds_DEPENDENCIES) $(EXTRA_molds_DEPENDENCIES) | |
415 | + @rm -f molds$(EXEEXT) | |
416 | + $(CXXLINK) $(molds_OBJECTS) $(molds_LDADD) $(LIBS) | |
353 | 417 | |
354 | 418 | mostlyclean-compile: |
355 | 419 | -rm -f *.$(OBJEXT) |
@@ -370,9 +434,18 @@ distclean-compile: | ||
370 | 434 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/DensityLogger.Po@am__quote@ |
371 | 435 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ElectronicStructureFactory.Po@am__quote@ |
372 | 436 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Enums.Po@am__quote@ |
437 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EnvironmentalPointCharge.Po@am__quote@ | |
373 | 438 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/EularAngle.Po@am__quote@ |
374 | 439 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GEDIIS.Po@am__quote@ |
375 | 440 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GTOExpansionSTO.Po@am__quote@ |
441 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ghost.Po@am__quote@ | |
442 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostCatom.Po@am__quote@ | |
443 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostHatom.Po@am__quote@ | |
444 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostLiatom.Po@am__quote@ | |
445 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostNatom.Po@am__quote@ | |
446 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostOatom.Po@am__quote@ | |
447 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostSatom.Po@am__quote@ | |
448 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/GhostZnatom.Po@am__quote@ | |
376 | 449 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Hatom.Po@am__quote@ |
377 | 450 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/HoleDensityLogger.Po@am__quote@ |
378 | 451 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Indo.Po@am__quote@ |
@@ -407,6 +480,7 @@ distclean-compile: | ||
407 | 480 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/SteepestDescent.Po@am__quote@ |
408 | 481 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Utilities.Po@am__quote@ |
409 | 482 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ZindoS.Po@am__quote@ |
483 | +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Znatom.Po@am__quote@ | |
410 | 484 | |
411 | 485 | .cpp.o: |
412 | 486 | @am__fastdepCXX_TRUE@ $(CXXCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
@@ -702,6 +776,146 @@ Satom.obj: base/atoms/Satom.cpp | ||
702 | 776 | @AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
703 | 777 | @am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Satom.obj `if test -f 'base/atoms/Satom.cpp'; then $(CYGPATH_W) 'base/atoms/Satom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/Satom.cpp'; fi` |
704 | 778 | |
779 | +Znatom.o: base/atoms/Znatom.cpp | |
780 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Znatom.o -MD -MP -MF $(DEPDIR)/Znatom.Tpo -c -o Znatom.o `test -f 'base/atoms/Znatom.cpp' || echo '$(srcdir)/'`base/atoms/Znatom.cpp | |
781 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Znatom.Tpo $(DEPDIR)/Znatom.Po | |
782 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/Znatom.cpp' object='Znatom.o' libtool=no @AMDEPBACKSLASH@ | |
783 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
784 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Znatom.o `test -f 'base/atoms/Znatom.cpp' || echo '$(srcdir)/'`base/atoms/Znatom.cpp | |
785 | + | |
786 | +Znatom.obj: base/atoms/Znatom.cpp | |
787 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Znatom.obj -MD -MP -MF $(DEPDIR)/Znatom.Tpo -c -o Znatom.obj `if test -f 'base/atoms/Znatom.cpp'; then $(CYGPATH_W) 'base/atoms/Znatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/Znatom.cpp'; fi` | |
788 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Znatom.Tpo $(DEPDIR)/Znatom.Po | |
789 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/Znatom.cpp' object='Znatom.obj' libtool=no @AMDEPBACKSLASH@ | |
790 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
791 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Znatom.obj `if test -f 'base/atoms/Znatom.cpp'; then $(CYGPATH_W) 'base/atoms/Znatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/Znatom.cpp'; fi` | |
792 | + | |
793 | +Ghost.o: base/atoms/ghost/Ghost.cpp | |
794 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Ghost.o -MD -MP -MF $(DEPDIR)/Ghost.Tpo -c -o Ghost.o `test -f 'base/atoms/ghost/Ghost.cpp' || echo '$(srcdir)/'`base/atoms/ghost/Ghost.cpp | |
795 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Ghost.Tpo $(DEPDIR)/Ghost.Po | |
796 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/Ghost.cpp' object='Ghost.o' libtool=no @AMDEPBACKSLASH@ | |
797 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
798 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Ghost.o `test -f 'base/atoms/ghost/Ghost.cpp' || echo '$(srcdir)/'`base/atoms/ghost/Ghost.cpp | |
799 | + | |
800 | +Ghost.obj: base/atoms/ghost/Ghost.cpp | |
801 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT Ghost.obj -MD -MP -MF $(DEPDIR)/Ghost.Tpo -c -o Ghost.obj `if test -f 'base/atoms/ghost/Ghost.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/Ghost.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/Ghost.cpp'; fi` | |
802 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/Ghost.Tpo $(DEPDIR)/Ghost.Po | |
803 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/Ghost.cpp' object='Ghost.obj' libtool=no @AMDEPBACKSLASH@ | |
804 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
805 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o Ghost.obj `if test -f 'base/atoms/ghost/Ghost.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/Ghost.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/Ghost.cpp'; fi` | |
806 | + | |
807 | +GhostHatom.o: base/atoms/ghost/GhostHatom.cpp | |
808 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostHatom.o -MD -MP -MF $(DEPDIR)/GhostHatom.Tpo -c -o GhostHatom.o `test -f 'base/atoms/ghost/GhostHatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostHatom.cpp | |
809 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostHatom.Tpo $(DEPDIR)/GhostHatom.Po | |
810 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostHatom.cpp' object='GhostHatom.o' libtool=no @AMDEPBACKSLASH@ | |
811 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
812 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostHatom.o `test -f 'base/atoms/ghost/GhostHatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostHatom.cpp | |
813 | + | |
814 | +GhostHatom.obj: base/atoms/ghost/GhostHatom.cpp | |
815 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostHatom.obj -MD -MP -MF $(DEPDIR)/GhostHatom.Tpo -c -o GhostHatom.obj `if test -f 'base/atoms/ghost/GhostHatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostHatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostHatom.cpp'; fi` | |
816 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostHatom.Tpo $(DEPDIR)/GhostHatom.Po | |
817 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostHatom.cpp' object='GhostHatom.obj' libtool=no @AMDEPBACKSLASH@ | |
818 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
819 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostHatom.obj `if test -f 'base/atoms/ghost/GhostHatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostHatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostHatom.cpp'; fi` | |
820 | + | |
821 | +GhostLiatom.o: base/atoms/ghost/GhostLiatom.cpp | |
822 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostLiatom.o -MD -MP -MF $(DEPDIR)/GhostLiatom.Tpo -c -o GhostLiatom.o `test -f 'base/atoms/ghost/GhostLiatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostLiatom.cpp | |
823 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostLiatom.Tpo $(DEPDIR)/GhostLiatom.Po | |
824 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostLiatom.cpp' object='GhostLiatom.o' libtool=no @AMDEPBACKSLASH@ | |
825 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
826 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostLiatom.o `test -f 'base/atoms/ghost/GhostLiatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostLiatom.cpp | |
827 | + | |
828 | +GhostLiatom.obj: base/atoms/ghost/GhostLiatom.cpp | |
829 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostLiatom.obj -MD -MP -MF $(DEPDIR)/GhostLiatom.Tpo -c -o GhostLiatom.obj `if test -f 'base/atoms/ghost/GhostLiatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostLiatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostLiatom.cpp'; fi` | |
830 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostLiatom.Tpo $(DEPDIR)/GhostLiatom.Po | |
831 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostLiatom.cpp' object='GhostLiatom.obj' libtool=no @AMDEPBACKSLASH@ | |
832 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
833 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostLiatom.obj `if test -f 'base/atoms/ghost/GhostLiatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostLiatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostLiatom.cpp'; fi` | |
834 | + | |
835 | +GhostCatom.o: base/atoms/ghost/GhostCatom.cpp | |
836 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostCatom.o -MD -MP -MF $(DEPDIR)/GhostCatom.Tpo -c -o GhostCatom.o `test -f 'base/atoms/ghost/GhostCatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostCatom.cpp | |
837 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostCatom.Tpo $(DEPDIR)/GhostCatom.Po | |
838 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostCatom.cpp' object='GhostCatom.o' libtool=no @AMDEPBACKSLASH@ | |
839 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
840 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostCatom.o `test -f 'base/atoms/ghost/GhostCatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostCatom.cpp | |
841 | + | |
842 | +GhostCatom.obj: base/atoms/ghost/GhostCatom.cpp | |
843 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostCatom.obj -MD -MP -MF $(DEPDIR)/GhostCatom.Tpo -c -o GhostCatom.obj `if test -f 'base/atoms/ghost/GhostCatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostCatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostCatom.cpp'; fi` | |
844 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostCatom.Tpo $(DEPDIR)/GhostCatom.Po | |
845 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostCatom.cpp' object='GhostCatom.obj' libtool=no @AMDEPBACKSLASH@ | |
846 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
847 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostCatom.obj `if test -f 'base/atoms/ghost/GhostCatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostCatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostCatom.cpp'; fi` | |
848 | + | |
849 | +GhostNatom.o: base/atoms/ghost/GhostNatom.cpp | |
850 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostNatom.o -MD -MP -MF $(DEPDIR)/GhostNatom.Tpo -c -o GhostNatom.o `test -f 'base/atoms/ghost/GhostNatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostNatom.cpp | |
851 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostNatom.Tpo $(DEPDIR)/GhostNatom.Po | |
852 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostNatom.cpp' object='GhostNatom.o' libtool=no @AMDEPBACKSLASH@ | |
853 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
854 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostNatom.o `test -f 'base/atoms/ghost/GhostNatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostNatom.cpp | |
855 | + | |
856 | +GhostNatom.obj: base/atoms/ghost/GhostNatom.cpp | |
857 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostNatom.obj -MD -MP -MF $(DEPDIR)/GhostNatom.Tpo -c -o GhostNatom.obj `if test -f 'base/atoms/ghost/GhostNatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostNatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostNatom.cpp'; fi` | |
858 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostNatom.Tpo $(DEPDIR)/GhostNatom.Po | |
859 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostNatom.cpp' object='GhostNatom.obj' libtool=no @AMDEPBACKSLASH@ | |
860 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
861 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostNatom.obj `if test -f 'base/atoms/ghost/GhostNatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostNatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostNatom.cpp'; fi` | |
862 | + | |
863 | +GhostOatom.o: base/atoms/ghost/GhostOatom.cpp | |
864 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostOatom.o -MD -MP -MF $(DEPDIR)/GhostOatom.Tpo -c -o GhostOatom.o `test -f 'base/atoms/ghost/GhostOatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostOatom.cpp | |
865 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostOatom.Tpo $(DEPDIR)/GhostOatom.Po | |
866 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostOatom.cpp' object='GhostOatom.o' libtool=no @AMDEPBACKSLASH@ | |
867 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
868 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostOatom.o `test -f 'base/atoms/ghost/GhostOatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostOatom.cpp | |
869 | + | |
870 | +GhostOatom.obj: base/atoms/ghost/GhostOatom.cpp | |
871 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostOatom.obj -MD -MP -MF $(DEPDIR)/GhostOatom.Tpo -c -o GhostOatom.obj `if test -f 'base/atoms/ghost/GhostOatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostOatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostOatom.cpp'; fi` | |
872 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostOatom.Tpo $(DEPDIR)/GhostOatom.Po | |
873 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostOatom.cpp' object='GhostOatom.obj' libtool=no @AMDEPBACKSLASH@ | |
874 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
875 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostOatom.obj `if test -f 'base/atoms/ghost/GhostOatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostOatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostOatom.cpp'; fi` | |
876 | + | |
877 | +GhostSatom.o: base/atoms/ghost/GhostSatom.cpp | |
878 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostSatom.o -MD -MP -MF $(DEPDIR)/GhostSatom.Tpo -c -o GhostSatom.o `test -f 'base/atoms/ghost/GhostSatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostSatom.cpp | |
879 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostSatom.Tpo $(DEPDIR)/GhostSatom.Po | |
880 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostSatom.cpp' object='GhostSatom.o' libtool=no @AMDEPBACKSLASH@ | |
881 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
882 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostSatom.o `test -f 'base/atoms/ghost/GhostSatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostSatom.cpp | |
883 | + | |
884 | +GhostSatom.obj: base/atoms/ghost/GhostSatom.cpp | |
885 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostSatom.obj -MD -MP -MF $(DEPDIR)/GhostSatom.Tpo -c -o GhostSatom.obj `if test -f 'base/atoms/ghost/GhostSatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostSatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostSatom.cpp'; fi` | |
886 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostSatom.Tpo $(DEPDIR)/GhostSatom.Po | |
887 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostSatom.cpp' object='GhostSatom.obj' libtool=no @AMDEPBACKSLASH@ | |
888 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
889 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostSatom.obj `if test -f 'base/atoms/ghost/GhostSatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostSatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostSatom.cpp'; fi` | |
890 | + | |
891 | +GhostZnatom.o: base/atoms/ghost/GhostZnatom.cpp | |
892 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostZnatom.o -MD -MP -MF $(DEPDIR)/GhostZnatom.Tpo -c -o GhostZnatom.o `test -f 'base/atoms/ghost/GhostZnatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostZnatom.cpp | |
893 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostZnatom.Tpo $(DEPDIR)/GhostZnatom.Po | |
894 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostZnatom.cpp' object='GhostZnatom.o' libtool=no @AMDEPBACKSLASH@ | |
895 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
896 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostZnatom.o `test -f 'base/atoms/ghost/GhostZnatom.cpp' || echo '$(srcdir)/'`base/atoms/ghost/GhostZnatom.cpp | |
897 | + | |
898 | +GhostZnatom.obj: base/atoms/ghost/GhostZnatom.cpp | |
899 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT GhostZnatom.obj -MD -MP -MF $(DEPDIR)/GhostZnatom.Tpo -c -o GhostZnatom.obj `if test -f 'base/atoms/ghost/GhostZnatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostZnatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostZnatom.cpp'; fi` | |
900 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/GhostZnatom.Tpo $(DEPDIR)/GhostZnatom.Po | |
901 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/ghost/GhostZnatom.cpp' object='GhostZnatom.obj' libtool=no @AMDEPBACKSLASH@ | |
902 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
903 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o GhostZnatom.obj `if test -f 'base/atoms/ghost/GhostZnatom.cpp'; then $(CYGPATH_W) 'base/atoms/ghost/GhostZnatom.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/ghost/GhostZnatom.cpp'; fi` | |
904 | + | |
905 | +EnvironmentalPointCharge.o: base/atoms/mm/EnvironmentalPointCharge.cpp | |
906 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EnvironmentalPointCharge.o -MD -MP -MF $(DEPDIR)/EnvironmentalPointCharge.Tpo -c -o EnvironmentalPointCharge.o `test -f 'base/atoms/mm/EnvironmentalPointCharge.cpp' || echo '$(srcdir)/'`base/atoms/mm/EnvironmentalPointCharge.cpp | |
907 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/EnvironmentalPointCharge.Tpo $(DEPDIR)/EnvironmentalPointCharge.Po | |
908 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/mm/EnvironmentalPointCharge.cpp' object='EnvironmentalPointCharge.o' libtool=no @AMDEPBACKSLASH@ | |
909 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
910 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EnvironmentalPointCharge.o `test -f 'base/atoms/mm/EnvironmentalPointCharge.cpp' || echo '$(srcdir)/'`base/atoms/mm/EnvironmentalPointCharge.cpp | |
911 | + | |
912 | +EnvironmentalPointCharge.obj: base/atoms/mm/EnvironmentalPointCharge.cpp | |
913 | +@am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT EnvironmentalPointCharge.obj -MD -MP -MF $(DEPDIR)/EnvironmentalPointCharge.Tpo -c -o EnvironmentalPointCharge.obj `if test -f 'base/atoms/mm/EnvironmentalPointCharge.cpp'; then $(CYGPATH_W) 'base/atoms/mm/EnvironmentalPointCharge.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/mm/EnvironmentalPointCharge.cpp'; fi` | |
914 | +@am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/EnvironmentalPointCharge.Tpo $(DEPDIR)/EnvironmentalPointCharge.Po | |
915 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ source='base/atoms/mm/EnvironmentalPointCharge.cpp' object='EnvironmentalPointCharge.obj' libtool=no @AMDEPBACKSLASH@ | |
916 | +@AMDEP_TRUE@@am__fastdepCXX_FALSE@ DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) @AMDEPBACKSLASH@ | |
917 | +@am__fastdepCXX_FALSE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -c -o EnvironmentalPointCharge.obj `if test -f 'base/atoms/mm/EnvironmentalPointCharge.cpp'; then $(CYGPATH_W) 'base/atoms/mm/EnvironmentalPointCharge.cpp'; else $(CYGPATH_W) '$(srcdir)/base/atoms/mm/EnvironmentalPointCharge.cpp'; fi` | |
918 | + | |
705 | 919 | AtomFactory.o: base/factories/AtomFactory.cpp |
706 | 920 | @am__fastdepCXX_TRUE@ $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS) -MT AtomFactory.o -MD -MP -MF $(DEPDIR)/AtomFactory.Tpo -c -o AtomFactory.o `test -f 'base/factories/AtomFactory.cpp' || echo '$(srcdir)/'`base/factories/AtomFactory.cpp |
707 | 921 | @am__fastdepCXX_TRUE@ $(am__mv) $(DEPDIR)/AtomFactory.Tpo $(DEPDIR)/AtomFactory.Po |
@@ -110,6 +110,9 @@ | ||
110 | 110 | /* Define to 1 if you have the <mkl.h> header file. */ |
111 | 111 | #undef HAVE_MKL_H |
112 | 112 | |
113 | +/* Define to 1 if you have the <mkl_lapacke.h> header file. */ | |
114 | +#undef HAVE_MKL_LAPACKE_H | |
115 | + | |
113 | 116 | /* Define if you have the MPI library. */ |
114 | 117 | #undef HAVE_MPI |
115 | 118 |
@@ -7477,7 +7477,7 @@ See \`config.log' for more details" "$LINENO" 5; } | ||
7477 | 7477 | fi |
7478 | 7478 | |
7479 | 7479 | LIBS="$LAPACK_LIBS $LIBS" |
7480 | -for ac_header in mkl.h lapacke.h | |
7480 | +for ac_header in mkl_lapacke.h lapacke.h | |
7481 | 7481 | do : |
7482 | 7482 | as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` |
7483 | 7483 | ac_fn_cxx_check_header_mongrel "$LINENO" "$ac_header" "$as_ac_Header" "$ac_includes_default" |
@@ -7493,7 +7493,7 @@ done | ||
7493 | 7493 | if test "x$molds_lapack_header_found" != "xyes"; then : |
7494 | 7494 | { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5 |
7495 | 7495 | $as_echo "$as_me: error: in \`$ac_pwd':" >&2;} |
7496 | -as_fn_error $? "Cannot find mkl.h or lapacke.h! | |
7496 | +as_fn_error $? "Cannot find mkl_lapacke.h or lapacke.h! | |
7497 | 7497 | See \`config.log' for more details" "$LINENO" 5; } |
7498 | 7498 | fi |
7499 | 7499 |