author | athos |
Thu, 07 Apr 2005 15:22:03 +0000 | |
changeset 1319 | 6e277ba3fc76 |
parent 1073 | bedab8bd915f |
child 1322 | cfc26d103bcf |
permissions | -rw-r--r-- |
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 |
|
deba@1296 | 5 |
noinst_PROGRAMS = dim_to_dot \ |
deba@1296 | 6 |
sub_graph_wrapper_demo \ |
deba@1296 | 7 |
graph_to_eps_demo \ |
deba@1296 | 8 |
dim_to_lgf |
ladanyi@934 | 9 |
|
ladanyi@934 | 10 |
dim_to_dot_SOURCES = dim_to_dot.cc |
ladanyi@934 | 11 |
|
ladanyi@934 | 12 |
sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h |
alpar@1073 | 13 |
|
deba@1296 | 14 |
graph_to_eps_demo_SOURCES = graph_to_eps_demo.cc |
deba@1296 | 15 |
|
deba@1296 | 16 |
dim_to_lgf_SOURCES = dim_to_lgf.cc |