Action_Thermostats
Adding_Graph_to_ChangeBondActions
Adding_MD_integration_tests
Adding_StructOpt_integration_tests
AutomationFragmentation_failures
Candidate_v1.6.1
Candidate_v1.7.0
Candidate_v1.7.1
ChemicalSpaceEvaluator
Enhanced_StructuralOptimization
Enhanced_StructuralOptimization_continued
Example_ManyWaysToTranslateAtom
Exclude_Hydrogens_annealWithBondGraph
Fix_Verbose_Codepatterns
ForceAnnealing_with_BondGraph
ForceAnnealing_with_BondGraph_continued
ForceAnnealing_with_BondGraph_continued_betteresults
ForceAnnealing_with_BondGraph_contraction-expansion
Gui_displays_atomic_force_velocity
JobMarket_RobustOnKillsSegFaults
JobMarket_StableWorkerPool
PythonUI_with_named_parameters
Recreated_GuiChecks
StoppableMakroAction
TremoloParser_IncreasedPrecision
TremoloParser_MultipleTimesteps
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 = libSCoptions
|
|---|
| 9 |
|
|---|
| 10 | LIBOBJ = GetLongOpt.$(OBJSUF)
|
|---|
| 11 |
|
|---|
| 12 | TESTPROGS = sample
|
|---|
| 13 |
|
|---|
| 14 | include $(SRCDIR)/$(TOPDIR)/lib/GlobalRules
|
|---|
| 15 |
|
|---|
| 16 | sample: README.$(OBJSUF) libSCoptions.$(LIBSUF)
|
|---|
| 17 | $(LTLINK) $(CXX) -o $@ $^ $(LTLINKBINOPTS)
|
|---|
| 18 |
|
|---|
| 19 | $(LIBOBJ:.$(OBJSUF)=.d): $(DEPENDINCLUDE)
|
|---|
| 20 | ifneq ($(DODEPEND),no)
|
|---|
| 21 | include $(LIBOBJ:.$(OBJSUF)=.d)
|
|---|
| 22 | endif
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.