Candidate_v1.7.0
        stable
      
      
        
          | 
            Last change
 on this file since c41ce0 was             cb98f1, checked in by Frederik Heber <heber@…>, 9 years ago           | 
        
        
          | 
             
FIX: One Definition Rule violation by mpqc. 
 
- mpqc.cc implements MPQCJob::Work() a second time (other in MPQCJob.cpp), this
violates ODR and did so far work out of sheer luck. This was brough to
surface by making a debian package.
 - Now, we extracted MPQCJob::Work() into a separate library.
  
           | 
        
        
          
            
              - 
Property                 mode
 set to                 
100644
               
             
           | 
        
        
          | 
            File size:
            1.4 KB
           | 
        
      
      
| Rev | Line |   | 
|---|
| [19290f] | 1 | # PLEASE adhere to the alphabetical ordering in this Makefile!
 | 
|---|
 | 2 | # Also indentation by a single tab
 | 
|---|
 | 3 | 
 | 
|---|
| [455573] | 4 | UIELEMENTSCOMMANDLINEPARSERTESTSSOURCES = \
 | 
|---|
| [552597] | 5 |   ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp
 | 
|---|
| [455573] | 6 | 
 | 
|---|
 | 7 | UIELEMENTSCOMMANDLINEPARSERTESTSHEADERS = \
 | 
|---|
| [552597] | 8 |   ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp
 | 
|---|
| [455573] | 9 | 
 | 
|---|
 | 10 | UIELEMENTSCOMMANDLINEPARSERTESTS = \
 | 
|---|
 | 11 |   CommandLineParser_ActionRegistry_ConsistencyUnitTest
 | 
|---|
 | 12 | 
 | 
|---|
 | 13 | TESTS += $(UIELEMENTSCOMMANDLINEPARSERTESTS)
 | 
|---|
 | 14 | check_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS) 
 | 
|---|
 | 15 | noinst_PROGRAMS += $(UIELEMENTSCOMMANDLINEPARSERTESTS)
 | 
|---|
 | 16 | 
 | 
|---|
| [e9e86f] | 17 | CommandLineParser_ActionRegistry_ConsistencyUnitTest_SOURCES = \
 | 
|---|
| [552597] | 18 |   ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.cpp \
 | 
|---|
 | 19 |   ../UIElements/CommandLineUI/unittests/CommandLineParser_ActionRegistry_ConsistencyUnitTest.hpp
 | 
|---|
| [455573] | 20 | CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD = \
 | 
|---|
| [e9e86f] | 21 |   libUnitTest.la \
 | 
|---|
| [748fc7] | 22 |   ../libMolecuilder.la \
 | 
|---|
| [353326] | 23 |   ../libMolecuilderUI.la
 | 
|---|
| [eb0d77] | 24 | if CONDJOBMARKET
 | 
|---|
 | 25 | CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD += \
 | 
|---|
| [cb98f1] | 26 |         ../libMolecuilderJobs.la \
 | 
|---|
 | 27 |         ../libMolecuilderJobs_Work.la
 | 
|---|
| [eb0d77] | 28 | endif
 | 
|---|
 | 29 | CommandLineParser_ActionRegistry_ConsistencyUnitTest_LDADD += \
 | 
|---|
| [4ecb2d] | 30 |   $(top_builddir)/ThirdParty/LinearAlgebra/src/LinearAlgebra/libLinearAlgebra.la \
 | 
|---|
| [353326] | 31 |   ${CodePatterns_LIBS} \
 | 
|---|
 | 32 |   $(BOOST_LIB)
 | 
|---|
| [19290f] | 33 | 
 | 
|---|
 | 34 | #AUTOMAKE_OPTIONS = parallel-tests
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.