benchmark/Makefile.am
author Alpar Juttner <alpar@cs.elte.hu>
Sat, 22 Dec 2007 12:35:00 +0000
changeset 25 751cd8f9bb1c
child 146 4b42aa24ce12
permissions -rw-r--r--
Port general map related stuff from svn -r3424 + minor changes

- Do automatic name changes in lemon/maps.h (only affects doc)
- Do not use MapTraits in ComposeMap
     1 EXTRA_DIST += \
     2         benchmark/Makefile
     3 
     4 if WANT_BENCHMARK
     5 
     6 noinst_HEADERS +=
     7 
     8 noinst_PROGRAMS +=
     9 
    10 endif WANT_BENCHMARK