From: ellson Date: Thu, 24 Jan 2008 03:11:45 +0000 (+0000) Subject: fix up Makefile.am for lib/topfish X-Git-Tag: LAST_LIBGRAPH~32^2~4817 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=28587d7ae45bd0df5145836652dc6abd18cc33fa;p=graphviz fix up Makefile.am for lib/topfish --- diff --git a/lib/topfish/Makefile.am b/lib/topfish/Makefile.am new file mode 100644 index 000000000..f20d82ae1 --- /dev/null +++ b/lib/topfish/Makefile.am @@ -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