From 3aee2fd43e3059a699af2b63c6f2395e5a55e515 Mon Sep 17 00:00:00 2001 From: KatolaZ Date: Wed, 27 Sep 2017 15:06:31 +0100 Subject: First commit on github -- NetBunch 1.0 --- src/components/Makefile.am | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/components/Makefile.am (limited to 'src/components/Makefile.am') diff --git a/src/components/Makefile.am b/src/components/Makefile.am new file mode 100644 index 0000000..df629ab --- /dev/null +++ b/src/components/Makefile.am @@ -0,0 +1,10 @@ +include ../common.mk +bin_PROGRAMS = components largest_component strong_conn node_components +components_SOURCES = components.c ../utils/utils.c ../include/utils.h +components_LDADD = -lm +largest_component_SOURCES = largest_component.c ../utils/utils.c ../include/utils.h +largest_component_LDADD = -lm +strong_conn_SOURCES = strong_conn.c ../utils/utils.c ../include/utils.h +strong_conn_LDADD = -lm +node_components_SOURCES = node_components.c ../utils/utils.c ../include/utils.h +node_components_LDADD = -lm -- cgit v1.2.3