From 48a15af38716827fe0b442485768cf6b14ae9a42 Mon Sep 17 00:00:00 2001 From: ellson Date: Fri, 23 Jun 2006 03:11:24 +0000 Subject: [PATCH] Experimenting with cmake - which claims to replace autoconf,automake,libtool and be more portable --- tclpkg/tcldot/demo/.cvsignore | 1 + tclpkg/tcldot/demo/CMakeLists.txt | 29 +++++++++++++++++++++++++++++ tclpkg/tclhandle/.cvsignore | 1 + 3 files changed, 31 insertions(+) create mode 100644 tclpkg/tcldot/demo/CMakeLists.txt diff --git a/tclpkg/tcldot/demo/.cvsignore b/tclpkg/tcldot/demo/.cvsignore index 282522db0..8cacbfb3f 100644 --- a/tclpkg/tcldot/demo/.cvsignore +++ b/tclpkg/tcldot/demo/.cvsignore @@ -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 index 000000000..9a8e24f37 --- /dev/null +++ b/tclpkg/tcldot/demo/CMakeLists.txt @@ -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 diff --git a/tclpkg/tclhandle/.cvsignore b/tclpkg/tclhandle/.cvsignore index 9fb985742..2ae581798 100644 --- a/tclpkg/tclhandle/.cvsignore +++ b/tclpkg/tclhandle/.cvsignore @@ -4,3 +4,4 @@ .libs Makefile Makefile.in +CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake -- 2.40.0