summaryrefslogtreecommitdiff
path: root/src/gtkext/graph/nodes/Makefile.am
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-10-09 11:35:00 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-10-09 11:35:00 (GMT)
commit3628caa2311ee89ad0d2a0aa2438d7e85b497da4 (patch)
treebf81ed850cec1a35cdcaeff25a3479182e365c3c /src/gtkext/graph/nodes/Makefile.am
parentb6427496bde6f3ab34dc62d6b437c4f8a3a29b2d (diff)
Defined a new and simpler way to produce graphical view of basic blocks.
Diffstat (limited to 'src/gtkext/graph/nodes/Makefile.am')
-rwxr-xr-xsrc/gtkext/graph/nodes/Makefile.am15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/gtkext/graph/nodes/Makefile.am b/src/gtkext/graph/nodes/Makefile.am
deleted file mode 100755
index 50f26f1..0000000
--- a/src/gtkext/graph/nodes/Makefile.am
+++ /dev/null
@@ -1,15 +0,0 @@
-
-noinst_LTLIBRARIES = libgtkextgraphnodes.la
-
-libgtkextgraphnodes_la_SOURCES = \
- flow.h flow.c \
- virtual.h virtual.c
-
-libgtkextgraphnodes_la_LDFLAGS =
-
-
-AM_CPPFLAGS = $(LIBGTK_CFLAGS) $(LIBXML_CFLAGS)
-
-AM_CFLAGS = $(DEBUG_CFLAGS) $(WARNING_FLAGS) $(COMPLIANCE_FLAGS)
-
-SUBDIRS =