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/qc/basis/Makefile.am

    r318d5a r23612c  
    11LIBSCBASISSOURCES = \
    2                 aotoso.cc cartiter.cc dercent.cc distshpair.cc extent.cc files.cc gaussbas.cc gaussbaval.cc gaussshell.cc gaussshval.cc gpetite.cc integral.cc obint.cc orthog.cc petite.cc shellrot.cc sobasis.cc sointegral.cc symmint.cc tbint.cc transform.cc
     2        chemistry/qc/basis/aotoso.cc \
     3        chemistry/qc/basis/cartiter.cc \
     4        chemistry/qc/basis/dercent.cc \
     5        chemistry/qc/basis/distshpair.cc \
     6        chemistry/qc/basis/extent.cc \
     7        chemistry/qc/basis/files.cc \
     8        chemistry/qc/basis/gaussbas.cc \
     9        chemistry/qc/basis/gaussbaval.cc \
     10        chemistry/qc/basis/gaussshell.cc \
     11        chemistry/qc/basis/gaussshval.cc \
     12        chemistry/qc/basis/gpetite.cc \
     13        chemistry/qc/basis/integral.cc \
     14        chemistry/qc/basis/obint.cc \
     15        chemistry/qc/basis/orthog.cc \
     16        chemistry/qc/basis/petite.cc \
     17        chemistry/qc/basis/shellrot.cc \
     18        chemistry/qc/basis/sobasis.cc \
     19        chemistry/qc/basis/sointegral.cc \
     20        chemistry/qc/basis/symmint.cc \
     21        chemistry/qc/basis/tbint.cc \
     22        chemistry/qc/basis/transform.cc
     23
     24LIBSCBASISBUILTHEADERS = \
     25        chemistry/qc/basis/f77sym.h
    326
    427LIBSCBASISHEADERS = \
    5                 basis.h cartiter.h dercent.h distshpair.h extent.h files.h gaussbas.h gaussshell.h gpetite.h integral.h obint.h orthog.h petite.h shellrot.h sobasis.h sointegral.h symmint.h tbint.h transform.h
     28        chemistry/qc/basis/basis.h \
     29        chemistry/qc/basis/cartiter.h \
     30        chemistry/qc/basis/dercent.h \
     31        chemistry/qc/basis/distshpair.h \
     32        chemistry/qc/basis/extent.h \
     33        chemistry/qc/basis/files.h \
     34        chemistry/qc/basis/gaussbas.h \
     35        chemistry/qc/basis/gaussshell.h \
     36        chemistry/qc/basis/gpetite.h \
     37        chemistry/qc/basis/integral.h \
     38        chemistry/qc/basis/obint.h \
     39        chemistry/qc/basis/orthog.h \
     40        chemistry/qc/basis/petite.h \
     41        chemistry/qc/basis/shellrot.h \
     42        chemistry/qc/basis/sobasis.h \
     43        chemistry/qc/basis/sointegral.h \
     44        chemistry/qc/basis/symmint.h \
     45        chemistry/qc/basis/tbint.h \
     46        chemistry/qc/basis/transform.h
     47
    648
    749lib_LTLIBRARIES +=
     
    4385#nodist_libSCbasis_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h
    4486
     87
    4588BASISTESTS = \
    4689        btest
     
    5497        libSCcontainer.la libSCref.la libSCmisc.la
    5598
    56 btest_SOURCES = btest.cc
     99btest_SOURCES = \
     100        chemistry/qc/basis/btest.cc
    57101btest_LDADD = \
    58102        $(BASISLIBS)
Note: See TracChangeset for help on using the changeset viewer.