]> granicus.if.org Git - graphviz/commitdiff
fix up Makefile.am for lib/topfish
authorellson <devnull@localhost>
Thu, 24 Jan 2008 03:11:45 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Thu, 24 Jan 2008 03:11:45 +0000 (03:11 +0000)
lib/topfish/Makefile.am [new file with mode: 0644]

diff --git a/lib/topfish/Makefile.am b/lib/topfish/Makefile.am
new file mode 100644 (file)
index 0000000..f20d82a
--- /dev/null
@@ -0,0 +1,17 @@
+# $Id$ $Revision$
+# ## Process this file with automake to produce Makefile.in
+#
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+       -I$(top_srcdir)/lib/cgraph \
+       -I$(top_srcdir)/lib/cdt \
+       -I$(top_srcdir)/lib/common \
+       $(GTK_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS)
+
+if WITH_SMYRNA
+noinst_HEADERS = matrix_ops.h triangle.h defs.h hierarchy.h
+noinst_LTLIBRARIES = libtopfish_C.la
+endif
+
+libtopfish_C_la_SOURCES = delaunay.c hierarchy.c matrix_ops.c \
+                         rescale_layout.c triangle.c