tools/Makefile.am
author deba
Tue, 11 Dec 2007 17:37:08 +0000
changeset 2539 c25f62a6452d
parent 2390 8450951a8e2d
permissions -rw-r--r--
DynEdgeLookUp implementation based on splay trees
In general case it is slower than the static version, but it should not
refreshed on the change of the graph
     1 EXTRA_DIST += \
     2 	tools/Makefile
     3 
     4 	
     5 if WANT_TOOLS
     6 
     7 bin_PROGRAMS += \
     8 	tools/dim_to_lgf \
     9 	tools/lgf-gen
    10 
    11 endif WANT_TOOLS
    12 
    13 tools_lgf_gen_SOURCES = tools/lgf-gen.cc
    14 
    15 tools_dim_to_lgf_SOURCES = tools/dim_to_lgf.cc