[Lemon-commits] [lemon_svn] ladanyi: r1261 - in hugo/trunk: . src src/demo

Lemon SVN svn at lemon.cs.elte.hu
Mon Nov 6 20:44:13 CET 2006


Author: ladanyi
Date: Mon Oct  4 16:43:11 2004
New Revision: 1261

Added:
   hugo/trunk/src/demo/Makefile.am
Modified:
   hugo/trunk/Makefile.am
   hugo/trunk/configure.ac
   hugo/trunk/src/Makefile.am

Log:
Added 'src/demo/Makefile.am'.

Modified: hugo/trunk/Makefile.am
==============================================================================
--- hugo/trunk/Makefile.am	(original)
+++ hugo/trunk/Makefile.am	Mon Oct  4 16:43:11 2004
@@ -13,7 +13,8 @@
 	src/Makefile.in							\
 	src/lemon/Makefile.in						\
 	src/test/Makefile.in                                            \
-	src/benchmark/Makefile.in
+	src/benchmark/Makefile.in					\
+	src/demo/Makefile.in
 
 docs:
 	@cd doc \

Modified: hugo/trunk/configure.ac
==============================================================================
--- hugo/trunk/configure.ac	(original)
+++ hugo/trunk/configure.ac	Mon Oct  4 16:43:11 2004
@@ -27,5 +27,5 @@
 AC_HEADER_STDC
 AC_CHECK_FUNCS(gettimeofday)
 
-AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile])
+AC_CONFIG_FILES([Makefile doc/Makefile src/Makefile src/lemon/Makefile src/test/Makefile src/benchmark/Makefile src/demo/Makefile])
 AC_OUTPUT

Modified: hugo/trunk/src/Makefile.am
==============================================================================
--- hugo/trunk/src/Makefile.am	(original)
+++ hugo/trunk/src/Makefile.am	Mon Oct  4 16:43:11 2004
@@ -1 +1 @@
-SUBDIRS = lemon benchmark test
+SUBDIRS = lemon benchmark demo test

Added: hugo/trunk/src/demo/Makefile.am
==============================================================================
--- (empty file)
+++ hugo/trunk/src/demo/Makefile.am	Mon Oct  4 16:43:11 2004
@@ -0,0 +1,9 @@
+AM_CPPFLAGS = -I$(top_srcdir)/src
+
+EXTRA_DIST = sub_graph_wrapper_demo.dim
+
+noinst_PROGRAMS = dim_to_dot sub_graph_wrapper_demo
+
+dim_to_dot_SOURCES = dim_to_dot.cc
+
+sub_graph_wrapper_demo_SOURCES = sub_graph_wrapper_demo.cc tight_edge_filter_map.h



More information about the Lemon-commits mailing list