]> 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:20 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:20 +0000 (03:11 +0000)
cmd/lefty/examples/.cvsignore
cmd/lefty/examples/CMakeLists.txt [new file with mode: 0644]
cmd/lefty/os/.cvsignore
cmd/lefty/os/CMakeLists.txt [new file with mode: 0644]

index 282522db0342d8750454b3dc162493b5fc709cc8..8cacbfb3f257e5717c97618918fa4a41dfd9e8d7 100644 (file)
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/cmd/lefty/examples/CMakeLists.txt b/cmd/lefty/examples/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e9228c2
--- /dev/null
@@ -0,0 +1,27 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+########### install files ###############
+
+INSTALL_FILES(FILES
+       box.lefty
+       def.lefty
+       fractal.lefty
+       fractal2.lefty
+       slides.lefty
+       tree.lefty
+)
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#leftydir = $(pkgdatadir)/lefty
+#
+#lefty_DATA = box.lefty def.lefty fractal.lefty fractal2.lefty \
+#      slides.lefty tree.lefty
+#
+#EXTRA_DIST = $(lefty_DATA)
index 9fb98574200a4331b9c86504fe4405a45f4d3605..2ae58179874327ff45bbbd4e581ee378e76bb16f 100644 (file)
@@ -4,3 +4,4 @@
 .libs
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/cmd/lefty/os/CMakeLists.txt b/cmd/lefty/os/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e12ad64
--- /dev/null
@@ -0,0 +1,15 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+ADD_SUBDIRECTORY( unix ) 
+ADD_SUBDIRECTORY( mswin32 ) 
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#SUBDIRS = unix
+#
+#EXTRA_DIST = mswin32/lefty.mak mswin32/doinst mswin32/io.c