]> granicus.if.org Git - graphviz/commitdiff
Add unix makefile template
authorerg <devnull@localhost>
Thu, 1 Jul 2010 20:34:55 +0000 (20:34 +0000)
committererg <devnull@localhost>
Thu, 1 Jul 2010 20:34:55 +0000 (20:34 +0000)
lib/dotgen2/Makefile.am [new file with mode: 0644]

diff --git a/lib/dotgen2/Makefile.am b/lib/dotgen2/Makefile.am
new file mode 100644 (file)
index 0000000..9f7d900
--- /dev/null
@@ -0,0 +1,25 @@
+# $Id$Revision$
+## Process this file with automake to produce Makefile.in
+
+if WITH_CGRAPH
+GRAPH = cgraph
+else
+GRAPH = graph
+endif
+
+AM_CPPFLAGS = \
+       -I$(top_srcdir) \
+        -I$(top_srcdir)/lib/common \
+        -I$(top_srcdir)/lib/gvc \
+        -I$(top_srcdir)/lib/ortho \
+       -I$(top_srcdir)/lib/$(GRAPH) \
+       -I$(top_srcdir)/lib/cdt \
+       -I$(top_srcdir)/lib/pathplan
+
+noinst_HEADERS = dot2.h dot2procs.h groups.h minc.h
+noinst_LTLIBRARIES = libdotgen2_C.la
+
+libdotgen2_C_la_LDFLAGS = -no-undefined
+libdotgen2_C_la_SOURCES = dotinit.c level.c minc2.c ns.c groups.c minc_utils.c
+
+EXTRA_DIST = dotgen2.vcproj