]> granicus.if.org Git - graphviz/commitdiff
Experimenting with cmake - which claims to replace autoconf,automake,libtool and...
authorellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:22 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:22 +0000 (03:11 +0000)
lib/CMakeLists.txt [new file with mode: 0644]

diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
new file mode 100644 (file)
index 0000000..9ca8e94
--- /dev/null
@@ -0,0 +1,37 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+SUBDIRS(
+       cdt 
+       graph 
+       agraph 
+       gd 
+       pathplan 
+       agutil 
+#sfio 
+#vmalloc 
+#ast 
+       vpsc 
+       circogen 
+       dotgen 
+       fdpgen 
+       neatogen 
+       twopigen 
+       common 
+       gvc 
+       pack 
+       ingraphs 
+#expr 
+       plugin
+) 
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#SUBDIRS = cdt graph agraph gd pathplan agutil sfio vmalloc ast vpsc \
+#      circogen dotgen fdpgen neatogen twopigen common gvc pack \
+#      ingraphs expr plugin 
+#
+#EXTRA_DIST = Makefile.old