Action_Thermostats
Add_AtomRandomPerturbation
Add_RotateAroundBondAction
Add_SelectAtomByNameAction
Adding_Graph_to_ChangeBondActions
Adding_MD_integration_tests
Adding_StructOpt_integration_tests
Automaking_mpqc_open
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_mpqc_open
Subpackage_vmg
ThirdParty_MPQC_rebuilt_buildsystem
TremoloParser_IncreasedPrecision
TremoloParser_MultipleTimesteps
Ubuntu_1604_changes
stable
Rev | Line | |
---|
[0b990d] | 1 | TOPDIR=../../../../..
|
---|
| 2 | ifndef SRCDIR
|
---|
| 3 | SRCDIR=$(shell pwd)
|
---|
| 4 | endif
|
---|
| 5 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalMakefile
|
---|
| 6 |
|
---|
| 7 | BIN_OR_LIB = LIB
|
---|
| 8 | TARGET_TO_MAKE=libSCoint3
|
---|
| 9 |
|
---|
| 10 | LIBSRC1 = \
|
---|
| 11 | build.cc \
|
---|
| 12 | i0100.cc \
|
---|
| 13 | i0101.cc \
|
---|
| 14 | i0111.cc \
|
---|
| 15 | i0200.cc \
|
---|
| 16 | i0201.cc \
|
---|
| 17 | i0202.cc \
|
---|
| 18 | i0211.cc \
|
---|
| 19 | i0212.cc \
|
---|
| 20 | i0222.cc \
|
---|
| 21 | i1100.cc \
|
---|
| 22 | i1111.cc \
|
---|
| 23 | i1200.cc \
|
---|
| 24 | i1201.cc \
|
---|
| 25 | i1211.cc \
|
---|
| 26 | i1212.cc \
|
---|
| 27 | i1222.cc \
|
---|
| 28 | i2200.cc \
|
---|
| 29 | i2201.cc \
|
---|
| 30 | i2211.cc \
|
---|
| 31 | i2222.cc \
|
---|
| 32 | i0100AB.cc \
|
---|
| 33 | i0101AB.cc \
|
---|
| 34 | i0111AB.cc \
|
---|
| 35 | i0200AB.cc \
|
---|
| 36 | i0201AB.cc \
|
---|
| 37 | i0202AB.cc \
|
---|
| 38 | i0211AB.cc \
|
---|
| 39 | i0212AB.cc \
|
---|
| 40 | i0222AB.cc \
|
---|
| 41 | i1100AB.cc \
|
---|
| 42 | i1111AB.cc \
|
---|
| 43 | i1200AB.cc \
|
---|
| 44 | i1201AB.cc \
|
---|
| 45 | i1211AB.cc \
|
---|
| 46 | i1212AB.cc \
|
---|
| 47 | i1222AB.cc \
|
---|
| 48 | i2200AB.cc \
|
---|
| 49 | i2201AB.cc \
|
---|
| 50 | i2211AB.cc \
|
---|
| 51 | i2222AB.cc
|
---|
| 52 |
|
---|
| 53 | LIBSRC2= \
|
---|
| 54 | i0300.cc \
|
---|
| 55 | i0301.cc \
|
---|
| 56 | i0302.cc \
|
---|
| 57 | i0303.cc \
|
---|
| 58 | i0311.cc \
|
---|
| 59 | i0312.cc \
|
---|
| 60 | i0313.cc \
|
---|
| 61 | i0322.cc \
|
---|
| 62 | i0323.cc \
|
---|
| 63 | i0333.cc \
|
---|
| 64 | i1300.cc \
|
---|
| 65 | i1301.cc \
|
---|
| 66 | i1302.cc \
|
---|
| 67 | i1311.cc \
|
---|
| 68 | i1312.cc \
|
---|
| 69 | i1313.cc \
|
---|
| 70 | i1322.cc \
|
---|
| 71 | i1323.cc \
|
---|
| 72 | i1333.cc \
|
---|
| 73 | i2300.cc \
|
---|
| 74 | i2301.cc \
|
---|
| 75 | i2302.cc \
|
---|
| 76 | i2311.cc \
|
---|
| 77 | i2312.cc \
|
---|
| 78 | i2322.cc \
|
---|
| 79 | i2323.cc \
|
---|
| 80 | i2333.cc \
|
---|
| 81 | i3300.cc \
|
---|
| 82 | i3301.cc \
|
---|
| 83 | i3302.cc \
|
---|
| 84 | i3311.cc \
|
---|
| 85 | i3312.cc \
|
---|
| 86 | i3322.cc \
|
---|
| 87 | i3333.cc \
|
---|
| 88 | i0300AB.cc \
|
---|
| 89 | i0301AB.cc \
|
---|
| 90 | i0302AB.cc \
|
---|
| 91 | i0303AB.cc \
|
---|
| 92 | i0311AB.cc \
|
---|
| 93 | i0312AB.cc \
|
---|
| 94 | i0313AB.cc \
|
---|
| 95 | i0322AB.cc \
|
---|
| 96 | i0323AB.cc \
|
---|
| 97 | i0333AB.cc \
|
---|
| 98 | i1300AB.cc \
|
---|
| 99 | i1301AB.cc \
|
---|
| 100 | i1302AB.cc \
|
---|
| 101 | i1311AB.cc \
|
---|
| 102 | i1312AB.cc \
|
---|
| 103 | i1313AB.cc \
|
---|
| 104 | i1322AB.cc \
|
---|
| 105 | i1323AB.cc \
|
---|
| 106 | i1333AB.cc \
|
---|
| 107 | i2300AB.cc \
|
---|
| 108 | i2301AB.cc \
|
---|
| 109 | i2302AB.cc \
|
---|
| 110 | i2311AB.cc \
|
---|
| 111 | i2312AB.cc \
|
---|
| 112 | i2322AB.cc \
|
---|
| 113 | i2323AB.cc \
|
---|
| 114 | i2333AB.cc \
|
---|
| 115 | i3300AB.cc \
|
---|
| 116 | i3301AB.cc \
|
---|
| 117 | i3302AB.cc \
|
---|
| 118 | i3311AB.cc \
|
---|
| 119 | i3312AB.cc \
|
---|
| 120 | i3322AB.cc \
|
---|
| 121 | i3333AB.cc
|
---|
| 122 |
|
---|
| 123 |
|
---|
| 124 | LIBSRC3=
|
---|
| 125 |
|
---|
| 126 | LIBSRC := $(LIBSRC1)
|
---|
| 127 |
|
---|
| 128 | ifneq ($(ARCH),NCUBE_V2)
|
---|
| 129 | LIBSRC := $(LIBSRC) $(LIBSRC2)
|
---|
| 130 |
|
---|
| 131 | LIBSRC := $(LIBSRC) $(LIBSRC3)
|
---|
| 132 | endif
|
---|
| 133 |
|
---|
| 134 | LIBOBJ = $(LIBSRC:%.cc=%.$(OBJSUF))
|
---|
| 135 |
|
---|
| 136 | DISTFILES = Makefile build.h $(LIBSRC1) $(LIBSRC2) $(LIBSRC3)
|
---|
| 137 |
|
---|
| 138 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalRules
|
---|
| 139 |
|
---|
| 140 | $(LIBOBJ:.$(OBJSUF)=.d): $(DEPENDINCLUDE)
|
---|
| 141 | ifneq ($(DODEPEND),no)
|
---|
| 142 | include $(LIBOBJ:.$(OBJSUF)=.d) $(TESTOBJ:.o=.d)
|
---|
| 143 | endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.