]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Mon, 3 Mar 2008 15:37:41 +0000 (15:37 +0000)
committerarif <devnull@localhost>
Mon, 3 Mar 2008 15:37:41 +0000 (15:37 +0000)
cmd/smyrna/gui/Makefile.am [new file with mode: 0644]

diff --git a/cmd/smyrna/gui/Makefile.am b/cmd/smyrna/gui/Makefile.am
new file mode 100644 (file)
index 0000000..331a1f8
--- /dev/null
@@ -0,0 +1,27 @@
+# $Id$ $Revision$
+# ## Process this file with automake to produce Makefile.in
+#
+
+guidir = $(pkgdatadir)/gui
+
+AM_CPPFLAGS = \
+       -DSMYRNA_GLADE=\""$(guidir)/smyrna.glade"\" \
+       -DSMYRNA_ATTRS=\""$(guidir)/attrs.txt"\" \
+       -I$(top_srcdir) \
+       -I$(top_srcdir)/lib/xdot \
+       -I$(top_srcdir)/lib/cgraph \
+       -I$(top_srcdir)/lib/cdt \
+       -I$(top_srcdir)/lib/glcomp \
+       -I$(top_srcdir)/lib/utilities \
+       -I$(top_srcdir)/lib/topfish \
+       -I$(top_srcdir)/cmd/smyrna \
+       $(GTK_CFLAGS) $(GTKGL_CFLAGS) $(GTKGLEXT_CFLAGS) $(GLADE_CFLAGS) $(FREETYPE2_CFLAGS)
+
+if WITH_SMYRNA
+noinst_HEADERS = callbacks.h datalistcallbacks.h filterscallbacks.h gui.h \
+       menucallbacks.h toolboxcallbacks.h
+noinst_LTLIBRARIES = libgui_C.la
+endif
+
+libgui_C_la_SOURCES = callbacks.c datalistcallbacks.c filterscallbacks.c \
+       gui.c menucallbacks.c toolboxcallbacks.c