src/demo/Makefile.am
author klao
Sun, 20 Feb 2005 01:02:07 +0000
changeset 1158 29961fa390a3
parent 934 003736604835
child 1296 12078ddcf065
permissions -rw-r--r--
Graph and UndirGraph concept modifications.

* For incidence iterators ({In,Out,Inc}EdgeIt) there is now baseNode and
runningNode functions in graph interface
* For Edge in undir graphs: Edge(UndirGraph const &, UndirEdge, Node)
constructor. Same for IncEdgeIt
* Edge(UndirEdge, bool) constructor is no more in the public interface. (But we
need it in the developpers interface).
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
alpar@1073
     5
noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo graph_to_eps_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
alpar@1073
    10
alpar@1073
    11
graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc