From 32a3b96e252030786a7958b789e4f1645ccdeeca 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/CMakeLists.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 tclpkg/CMakeLists.txt diff --git a/tclpkg/CMakeLists.txt b/tclpkg/CMakeLists.txt new file mode 100644 index 000000000..6a1fe6cb0 --- /dev/null +++ b/tclpkg/CMakeLists.txt @@ -0,0 +1,39 @@ +# $Id$ $Revision$ +## Process this file with cmake to produce Makefile + +SUBDIRS( + tclstubs + tkstubs + tclhandle + gdtclft + tcldot + tclpathplan + tkspline + gv +) + + +########### install files ############### + +INSTALL_FILES( FILES pkgIndex.tcl ) + + + +#original Makefile.am contents follow: + +## $Id$ $Revision$ +### Process this file with automake to produce Makefile.in +# +#pkgindexdir = $(libdir)/@PACKAGE@ +#pkgindex_DATA = pkgIndex.tcl +# +#SUBDIRS = tclstubs tkstubs tclhandle gdtclft tcldot tclpathplan tkspline gv +# +#pkgIndex.tcl: @TCL_PKGINDEX@ @TK_PKGINDEX@ +# echo "# end" >end +# cat @TCL_PKGINDEX@ @TK_PKGINDEX@ end >$@ +# rm -f end +# +#EXTRA_DIST = Makefile.old mkpkgindex.sh +# +#DISTCLEANFILES = pkgIndex.tcl -- 2.40.0