src/demo/Makefile.am
author deba
Wed, 15 Dec 2004 19:56:55 +0000
changeset 1037 3eaff8d04171
child 1073 bedab8bd915f
permissions -rw-r--r--
graph_io under construction
This is a working version, but needs more improvments.

todo:
documention + fix the file format
improve the exception system

add some possible asserts

tutorials
ladanyi@934
     1
AM_CPPFLAGS = -I$(top_srcdir)/src
ladanyi@934
     2
ladanyi@934
     3
EXTRA_DIST = sub_graph_wrapper_demo.dim
ladanyi@934
     4
ladanyi@934
     5
noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo
ladanyi@934
     6
ladanyi@934
     7
dim_to_dot_SOURCES = dim_to_dot.cc
ladanyi@934
     8
ladanyi@934
     9
sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h