]> granicus.if.org Git - graphviz/commitdiff
put rbtree sources in their own directory, build as a convenience library
authorellson <devnull@localhost>
Sun, 5 Oct 2008 03:22:07 +0000 (03:22 +0000)
committerellson <devnull@localhost>
Sun, 5 Oct 2008 03:22:07 +0000 (03:22 +0000)
lib/rbtree/Makefile.am [new file with mode: 0644]

diff --git a/lib/rbtree/Makefile.am b/lib/rbtree/Makefile.am
new file mode 100644 (file)
index 0000000..199ad9b
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$ $Revision$
+## Process this file with automake to produce Makefile.in
+
+noinst_HEADERS = misc.h red_black_tree.h stack.h
+noinst_LTLIBRARIES = librbtree_C.la
+
+librbtree_C_la_SOURCES = misc.c red_black_tree.c stack.c
+
+CLEANFILES = inkpot_lib_*.dat
+
+EXTRA_DIST = POSTER CHANGES makefile.txt test_red_black_tree.c \
+            simple_test.sh test_rb
+
+DISTCLEANFILES = 
+