Ignore:
Timestamp:
Mar 2, 2017, 12:28:36 PM (8 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_StructOpt_integration_tests, AutomationFragmentation_failures, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_ChronosMutex, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, GeometryObjects, Gui_displays_atomic_force_velocity, IndependentFragmentGrids_IntegrationTest, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, RotateToPrincipalAxisSystem_UndoRedo, StoppableMakroAction, Subpackage_levmar, Subpackage_vmg, ThirdParty_MPQC_rebuilt_buildsystem, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, Ubuntu_1604_changes, stable
Children:
e2a57d
Parents:
318d5a
git-author:
Frederik Heber <heber@…> (02/08/17 21:37:21)
git-committer:
Frederik Heber <heber@…> (03/02/17 12:28:36)
Message:

Split SOURCES and HEADERS and prepended subdir.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ThirdParty/mpqc_open/src/lib/chemistry/cca/Makefile.am

    r318d5a r23612c  
    11LIBSCCCASOURCES = \
    2                 basis_cca_to_sc.cc except.cc MPQC_Chemistry_Molecule_Impl.cc MPQC_Chemistry_MoleculeViewer_Impl.cc MPQC_ChemistryOpt_CoordinateModel_Impl.cc MPQC_Chemistry_QC_ModelFactory_Impl.cc MPQC_Chemistry_QC_Model_Impl.cc MPQC_ComponentClassDescription_Impl.cc MPQC_ComponentFactory_Impl.cc MPQC_GaussianBasis_Atomic_Impl.cc MPQC_GaussianBasis_Molecular_Impl.cc MPQC_GaussianBasis_Shell_Impl.cc MPQC_IntegralEvaluator2_Impl.cc MPQC_IntegralEvaluator3_Impl.cc MPQC_IntegralEvaluator4_Impl.cc MPQC_IntegralEvaluatorFactory_Impl.cc MPQC_Physics_Units_Impl.cc MPQC_SimpleDriver_Impl.cc socket.cc
     2        chemistry/cca/basis_cca_to_sc.cc \
     3        chemistry/cca/except.cc \
     4        chemistry/cca/MPQC_Chemistry_Molecule_Impl.cc \
     5        chemistry/cca/MPQC_Chemistry_MoleculeViewer_Impl.cc \
     6        chemistry/cca/MPQC_ChemistryOpt_CoordinateModel_Impl.cc \
     7        chemistry/cca/MPQC_Chemistry_QC_ModelFactory_Impl.cc \
     8        chemistry/cca/MPQC_Chemistry_QC_Model_Impl.cc \
     9        chemistry/cca/MPQC_ComponentClassDescription_Impl.cc \
     10        chemistry/cca/MPQC_ComponentFactory_Impl.cc \
     11        chemistry/cca/MPQC_GaussianBasis_Atomic_Impl.cc \
     12        chemistry/cca/MPQC_GaussianBasis_Molecular_Impl.cc \
     13        chemistry/cca/MPQC_GaussianBasis_Shell_Impl.cc \
     14        chemistry/cca/MPQC_IntegralEvaluator2_Impl.cc \
     15        chemistry/cca/MPQC_IntegralEvaluator3_Impl.cc \
     16        chemistry/cca/MPQC_IntegralEvaluator4_Impl.cc \
     17        chemistry/cca/MPQC_IntegralEvaluatorFactory_Impl.cc \
     18        chemistry/cca/MPQC_Physics_Units_Impl.cc \
     19        chemistry/cca/MPQC_SimpleDriver_Impl.cc \
     20        chemistry/cca/socket.cc
     21
    322
    423LIBSCCCAHEADERS = \
    5                 ccaiter.h except.h LIBS.h MPQC_Chemistry_Molecule_Impl.hh MPQC_Chemistry_MoleculeViewer_Impl.hh MPQC_ChemistryOpt_CoordinateModel_Impl.hh MPQC_Chemistry_QC_ModelFactory_Impl.hh MPQC_Chemistry_QC_Model_Impl.hh MPQC_ComponentClassDescription_Impl.hh MPQC_ComponentFactory_Impl.hh MPQC_GaussianBasis_Atomic_Impl.hh MPQC_GaussianBasis_Molecular_Impl.hh MPQC_GaussianBasis_Shell_Impl.hh MPQC_IntegralEvaluator2_Impl.hh MPQC_IntegralEvaluator3_Impl.hh MPQC_IntegralEvaluator4_Impl.hh MPQC_IntegralEvaluatorFactory_Impl.hh MPQC_Physics_Units_Impl.hh MPQC_SimpleDriver_Impl.hh socket.h
     24        chemistry/cca/ccaiter.h \
     25        chemistry/cca/except.h \
     26        chemistry/cca/LIBS.h \
     27        chemistry/cca/MPQC_Chemistry_Molecule_Impl.hh \
     28        chemistry/cca/MPQC_Chemistry_MoleculeViewer_Impl.hh \
     29        chemistry/cca/MPQC_ChemistryOpt_CoordinateModel_Impl.hh \
     30        chemistry/cca/MPQC_Chemistry_QC_ModelFactory_Impl.hh \
     31        chemistry/cca/MPQC_Chemistry_QC_Model_Impl.hh \
     32        chemistry/cca/MPQC_ComponentClassDescription_Impl.hh \
     33        chemistry/cca/MPQC_ComponentFactory_Impl.hh \
     34        chemistry/cca/MPQC_GaussianBasis_Atomic_Impl.hh \
     35        chemistry/cca/MPQC_GaussianBasis_Molecular_Impl.hh \
     36        chemistry/cca/MPQC_GaussianBasis_Shell_Impl.hh \
     37        chemistry/cca/MPQC_IntegralEvaluator2_Impl.hh \
     38        chemistry/cca/MPQC_IntegralEvaluator3_Impl.hh \
     39        chemistry/cca/MPQC_IntegralEvaluator4_Impl.hh \
     40        chemistry/cca/MPQC_IntegralEvaluatorFactory_Impl.hh \
     41        chemistry/cca/MPQC_Physics_Units_Impl.hh \
     42        chemistry/cca/MPQC_SimpleDriver_Impl.hh \
     43        chemistry/cca/socket.h
     44
    645
    746lib_LTLIBRARIES +=
     
    4382#nodist_libSCcca_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
    4483
     84
Note: See TracChangeset for help on using the changeset viewer.