Changeset 23612c for ThirdParty/mpqc_open/src/lib/util/render/Makefile.am
- Timestamp:
- Mar 2, 2017, 12:28:36 PM (8 years ago)
- 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)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ThirdParty/mpqc_open/src/lib/util/render/Makefile.am
r318d5a r23612c 1 1 LIBSCRENDERSOURCES = \ 2 algebra3.cc animate.cc appearance.cc color.cc material.cc object.cc oogl.cc polygons.cc polylines.cc polysphere.cc render.cc sphere.cc tempinst.cc transform.cc 2 util/render/algebra3.cc \ 3 util/render/animate.cc \ 4 util/render/appearance.cc \ 5 util/render/color.cc \ 6 util/render/material.cc \ 7 util/render/object.cc \ 8 util/render/oogl.cc \ 9 util/render/polygons.cc \ 10 util/render/polylines.cc \ 11 util/render/polysphere.cc \ 12 util/render/render.cc \ 13 util/render/sphere.cc \ 14 util/render/tempinst.cc \ 15 util/render/transform.cc 16 3 17 4 18 LIBSCRENDERHEADERS = \ 5 algebra3.h animate.h appearance.h color.h find.h linkage.h material.h object.h oogl.h parameter.h polygons.h polylines.h polysphere.h render.h sphere.h stack.h transform.h 19 util/render/algebra3.h \ 20 util/render/animate.h \ 21 util/render/appearance.h \ 22 util/render/color.h \ 23 util/render/find.h \ 24 util/render/linkage.h \ 25 util/render/material.h \ 26 util/render/object.h \ 27 util/render/oogl.h \ 28 util/render/parameter.h \ 29 util/render/polygons.h \ 30 util/render/polylines.h \ 31 util/render/polysphere.h \ 32 util/render/render.h \ 33 util/render/sphere.h \ 34 util/render/stack.h \ 35 util/render/transform.h 36 6 37 7 38 lib_LTLIBRARIES += … … 43 74 #nodist_libSCrender_libinclude_HEADERS = $(top_builddir)/src/lib/scconfig.h 44 75 76 45 77 RENDERTESTS = \ 46 78 rentest … … 54 86 libSCcontainer.la libSCref.la libSCmisc.la 55 87 56 rentest_SOURCES = rentest.cc 88 rentest_SOURCES = \ 89 util/render/rentest.cc 57 90 rentest_LDADD = \ 58 91 $(RENDERLIBS)
Note:
See TracChangeset
for help on using the changeset viewer.