]> 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:24 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:24 +0000 (03:11 +0000)
tclpkg/tcldot/demo/.cvsignore
tclpkg/tcldot/demo/CMakeLists.txt [new file with mode: 0644]
tclpkg/tclhandle/.cvsignore

index 282522db0342d8750454b3dc162493b5fc709cc8..8cacbfb3f257e5717c97618918fa4a41dfd9e8d7 100644 (file)
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/tclpkg/tcldot/demo/CMakeLists.txt b/tclpkg/tcldot/demo/CMakeLists.txt
new file mode 100644 (file)
index 0000000..9a8e24f
--- /dev/null
@@ -0,0 +1,29 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+########### install files ###############
+
+INSTALL_FILES(FILES
+       doted
+       gcat
+)
+INSTALL_FILES(FILES
+       doted.README
+       gcat.README
+)
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#demodir = $(pkgdatadir)/demo
+#
+#if WITH_TCL
+#demo_SCRIPTS = doted gcat
+#demo_DATA = doted.README gcat.README
+#endif
+#
+#EXTRA_DIST = doted gcat doted.README gcat.README
index 9fb98574200a4331b9c86504fe4405a45f4d3605..2ae58179874327ff45bbbd4e581ee378e76bb16f 100644 (file)
@@ -4,3 +4,4 @@
 .libs
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake