Changeset fec597 for src/Makefile.am


Ignore:
Timestamp:
Aug 14, 2014, 2:49:51 PM (10 years ago)
Author:
Frederik Heber <heber@…>
Branches:
Action_Thermostats, Add_AtomRandomPerturbation, Add_FitFragmentPartialChargesAction, Add_RotateAroundBondAction, Add_SelectAtomByNameAction, Added_ParseSaveFragmentResults, AddingActions_SaveParseParticleParameters, Adding_Graph_to_ChangeBondActions, Adding_MD_integration_tests, Adding_ParticleName_to_Atom, Adding_StructOpt_integration_tests, AtomFragments, Automaking_mpqc_open, AutomationFragmentation_failures, Candidate_v1.5.4, Candidate_v1.6.0, Candidate_v1.6.1, ChangeBugEmailaddress, ChangingTestPorts, ChemicalSpaceEvaluator, CombiningParticlePotentialParsing, Combining_Subpackages, Debian_Package_split, Debian_package_split_molecuildergui_only, Disabling_MemDebug, Docu_Python_wait, EmpiricalPotential_contain_HomologyGraph, EmpiricalPotential_contain_HomologyGraph_documentation, Enable_parallel_make_install, Enhance_userguide, Enhanced_StructuralOptimization, Enhanced_StructuralOptimization_continued, Example_ManyWaysToTranslateAtom, Exclude_Hydrogens_annealWithBondGraph, FitPartialCharges_GlobalError, Fix_BoundInBox_CenterInBox_MoleculeActions, Fix_ChargeSampling_PBC, Fix_ChronosMutex, Fix_FitPartialCharges, Fix_FitPotential_needs_atomicnumbers, Fix_ForceAnnealing, Fix_IndependentFragmentGrids, Fix_ParseParticles, Fix_ParseParticles_split_forward_backward_Actions, Fix_PopActions, Fix_QtFragmentList_sorted_selection, Fix_Restrictedkeyset_FragmentMolecule, Fix_StatusMsg, Fix_StepWorldTime_single_argument, Fix_Verbose_Codepatterns, Fix_fitting_potentials, Fixes, ForceAnnealing_goodresults, ForceAnnealing_oldresults, ForceAnnealing_tocheck, ForceAnnealing_with_BondGraph, ForceAnnealing_with_BondGraph_continued, ForceAnnealing_with_BondGraph_continued_betteresults, ForceAnnealing_with_BondGraph_contraction-expansion, FragmentAction_writes_AtomFragments, FragmentMolecule_checks_bonddegrees, GeometryObjects, Gui_Fixes, Gui_displays_atomic_force_velocity, ImplicitCharges, IndependentFragmentGrids, IndependentFragmentGrids_IndividualZeroInstances, IndependentFragmentGrids_IntegrationTest, IndependentFragmentGrids_Sole_NN_Calculation, JobMarket_RobustOnKillsSegFaults, JobMarket_StableWorkerPool, JobMarket_unresolvable_hostname_fix, MoreRobust_FragmentAutomation, ODR_violation_mpqc_open, PartialCharges_OrthogonalSummation, PdbParser_setsAtomName, PythonUI_with_named_parameters, QtGui_reactivate_TimeChanged_changes, Recreated_GuiChecks, Rewrite_FitPartialCharges, RotateToPrincipalAxisSystem_UndoRedo, SaturateAtoms_findBestMatching, SaturateAtoms_singleDegree, StoppableMakroAction, Subpackage_CodePatterns, Subpackage_JobMarket, Subpackage_LinearAlgebra, Subpackage_levmar, Subpackage_mpqc_open, Subpackage_vmg, Switchable_LogView, ThirdParty_MPQC_rebuilt_buildsystem, TrajectoryDependenant_MaxOrder, TremoloParser_IncreasedPrecision, TremoloParser_MultipleTimesteps, TremoloParser_setsAtomName, Ubuntu_1604_changes, stable
Children:
3834b6
Parents:
de2cbf
git-author:
Frederik Heber <heber@…> (07/12/14 11:56:14)
git-committer:
Frederik Heber <heber@…> (08/14/14 14:49:51)
Message:

Added new convenience library libMolecuilderTesselation.

  • we need this for getting the connection information between the nearest neighboring points on the sphere.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Makefile.am

    rde2cbf rfec597  
    3636include RandomNumbers/Makefile.am
    3737include Shapes/Makefile.am
     38include Tesselation/Makefile.am
    3839include UIElements/Makefile.am
    3940
     
    146147  Thermostats/Woodcock.hpp
    147148
    148 TESSELATIONSOURCE = \
    149   Tesselation/ApproximateShapeArea.cpp \
    150   Tesselation/ApproximateShapeVolume.cpp \
    151   Tesselation/boundary.cpp \
    152   Tesselation/BoundaryLineSet.cpp \
    153   Tesselation/BoundaryPointSet.cpp \
    154   Tesselation/BoundaryPolygonSet.cpp \
    155   Tesselation/BoundaryTriangleSet.cpp \
    156   Tesselation/CandidateForTesselation.cpp \
    157   Tesselation/ellipsoid.cpp \
    158   Tesselation/tesselation.cpp \
    159   Tesselation/tesselationhelpers.cpp \
    160   Tesselation/triangleintersectionlist.cpp
    161  
    162 TESSELATIONHEADER = \
    163   Tesselation/ApproximateShapeArea.hpp \
    164   Tesselation/ApproximateShapeVolume.hpp \
    165   Tesselation/boundary.hpp \
    166   Tesselation/BoundaryLineSet.hpp \
    167   Tesselation/BoundaryMaps.hpp \
    168   Tesselation/BoundaryPointSet.hpp \
    169   Tesselation/BoundaryPolygonSet.hpp \
    170   Tesselation/BoundaryTriangleSet.hpp \
    171   Tesselation/CandidateForTesselation.hpp \
    172   Tesselation/ellipsoid.hpp \
    173   Tesselation/tesselation.hpp \
    174   Tesselation/tesselationhelpers.hpp \
    175   Tesselation/triangleintersectionlist.hpp
    176 
    177149MOLECUILDERSOURCE = \
    178150  ${BONDSOURCE} \
     
    180152  ${DYNAMICSSOURCE} \
    181153  ${THERMOSTATSOURCE} \
    182   ${TESSELATIONSOURCE} \
    183154  Shapes/ShapeFactory.cpp \
    184155  AtomIdSet.cpp \
     
    203174  ${DYNAMICSHEADER} \
    204175  ${THERMOSTATHEADER} \
    205   ${TESSELATIONHEADER} \
    206176  Shapes/ShapeFactory.hpp \
    207177  AtomIdSet.hpp \
     
    231201        $(BOOST_THREAD_LDFLAGS)
    232202libMolecuilder_la_LIBADD = \
     203        libMolecuilderTesselation.la \
    233204        libMolecuilderShapes.la \
    234205        $(top_builddir)/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
Note: See TracChangeset for help on using the changeset viewer.