Candidate_v1.7.0
        stable
      
      
        
          | Last change
 on this file since 1ca493a was             2edf77, checked in by Frederik Heber <heber@…>, 10 years ago | 
        
          | 
DISTFIX: Added AdjacencyMatcher and TriangleMatcher noinst targets.
 distcheck failed on install-check on them.
adjacencymatcher and trianglematcher don't ust AUTOTEST_PATH but topdir.
 | 
        
          | 
              
Property                 mode
 set to                 100644 | 
        
          | File size:
            766 bytes | 
      
      
| Line |  | 
|---|
| 1 | # PLEASE adhere to the alphabetical ordering in this Makefile! | 
|---|
| 2 | # Also indentation by a single tab | 
|---|
| 3 |  | 
|---|
| 4 | MOSTLYCLEANFILES = | 
|---|
| 5 | lib_LTLIBRARIES = | 
|---|
| 6 | noinst_LTLIBRARIES = | 
|---|
| 7 | pyexec_LTLIBRARIES = | 
|---|
| 8 | BUILT_SOURCES = | 
|---|
| 9 | noinst_PROGRAMS = | 
|---|
| 10 | bin_PROGRAMS = | 
|---|
| 11 | check_PROGRAMS = | 
|---|
| 12 | EXTRA_DIST = | 
|---|
| 13 |  | 
|---|
| 14 | AM_LDFLAGS = -ldl ${BOOST_LDFLAGS} ${CodePatterns_LDFLAGS} | 
|---|
| 15 | AM_CPPFLAGS = \ | 
|---|
| 16 | ${BOOST_CPPFLAGS} \ | 
|---|
| 17 | ${CodePatterns_CFLAGS} | 
|---|
| 18 |  | 
|---|
| 19 | check_PROGRAMS += \ | 
|---|
| 20 | adjacencymatcher | 
|---|
| 21 |  | 
|---|
| 22 | noinst_PROGRAMS += \ | 
|---|
| 23 | adjacencymatcher | 
|---|
| 24 |  | 
|---|
| 25 | adjacencymatcher_SOURCES = \ | 
|---|
| 26 | Adjacency.hpp \ | 
|---|
| 27 | AdjacencyMatcher.cpp | 
|---|
| 28 | adjacencymatcher_CPPFLAGS = \ | 
|---|
| 29 | $(AM_CPPFLAGS) \ | 
|---|
| 30 | -std=c++0x | 
|---|
| 31 | adjacencymatcher_LDFLAGS = \ | 
|---|
| 32 | $(AM_LDFLAGS) \ | 
|---|
| 33 | $(BOOST_FILESYSTEM_LDFLAGS) \ | 
|---|
| 34 | $(BOOST_SYSTEM_LDFLAGS) | 
|---|
| 35 | adjacencymatcher_LDADD = \ | 
|---|
| 36 | $(BOOST_FILESYSTEM_LIBS) \ | 
|---|
| 37 | $(BOOST_SYSTEM_LIBS) | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.