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

index e0ae7a54ead6e0ec3bac21be62d3c652b2c01bf5..b580cf644a32cabd31af4d38c815feee3f4e947b 100644 (file)
@@ -5,3 +5,4 @@
 Makefile
 Makefile.in
 pkgIndex.tcl
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/tclpkg/tclpathplan/CMakeLists.txt b/tclpkg/tclpathplan/CMakeLists.txt
new file mode 100644 (file)
index 0000000..14ad2e1
--- /dev/null
@@ -0,0 +1,68 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+SUBDIRS( demo ) 
+
+INCLUDE_DIRECTORIES(
+       ${CMAKE_CURRENT_SOURCE_DIR}
+       ${CMAKE_BINARY_DIR}
+       ${CMAKE_SOURCE_DIR}/tclpkg/tclhandle
+       ${CMAKE_SOURCE_DIR}/lib/pathplan
+       ${TCL_INCLUDE_PATH}
+)
+
+SET(tclplan_SRCS
+       find_ints.c
+       intersect.c
+       makecw.c
+       tclpathplan.c
+       wrapper.c
+)
+
+ADD_LIBRARY(tclplan MODULE ${tclplan_SRCS})
+
+
+
+########### install files ###############
+
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#SUBDIRS = demo
+#
+#pkgtcldir = $(pkglibdir)/tcl
+#
+#AM_CPPFLAGS = \
+#      -I$(top_srcdir) \
+#      -I$(top_srcdir)/tclpkg/tclhandle \
+#      -I$(top_srcdir)/lib/pathplan @TCL_INCLUDES@
+#
+#AM_CFLAGS = @TCL_CFLAGS@
+#
+#noinst_HEADERS = simple.h
+#if WITH_TCL
+#pkgtcl_LTLIBRARIES = libtclplan.la
+#endif
+#
+#libtclplan_la_SOURCES = find_ints.c intersect.c makecw.c tclpathplan.c wrapper.c
+#libtclplan_la_LDFLAGS = -no-undefined
+#libtclplan_la_LIBADD = \
+#      $(top_builddir)/tclpkg/tclhandle/libtclhandle_C.la \
+#      $(top_builddir)/tclpkg/tclstubs/libtclstubs_C.la \
+#      $(top_builddir)/lib/pathplan/libpathplan.la
+#
+#if WITH_TCL
+#all-local: pkgIndex.tcl
+#
+#pkgIndex.tcl: libtclplan.la
+#      sh $(top_srcdir)/tclpkg/mkpkgindex.sh libtclplan.la Tclpathplan $(VERSION)
+#endif
+#
+#CLEANFILES = pkgIndex.tcl
+#
+#EXTRA_DIST = $(libtclplan_la_SOURCES)
index 282522db0342d8750454b3dc162493b5fc709cc8..8cacbfb3f257e5717c97618918fa4a41dfd9e8d7 100644 (file)
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/tclpkg/tclpathplan/demo/CMakeLists.txt b/tclpkg/tclpathplan/demo/CMakeLists.txt
new file mode 100644 (file)
index 0000000..84b42d7
--- /dev/null
@@ -0,0 +1,31 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+ADD_SUBDIRECTORY( pathplan_data ) 
+
+########### install files ###############
+
+INSTALL_FILES(FILES
+       pathplan
+)
+INSTALL_FILES(FILES
+       pathplan.README
+)
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#SUBDIRS = pathplan_data
+#
+#demodir = $(pkgdatadir)/demo
+#
+#if WITH_TCL
+#demo_SCRIPTS = pathplan
+#demo_DATA = pathplan.README
+#endif
+#
+#EXTRA_DIST = pathplan pathplan.README
index 282522db0342d8750454b3dc162493b5fc709cc8..8cacbfb3f257e5717c97618918fa4a41dfd9e8d7 100644 (file)
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/tclpkg/tclpathplan/demo/pathplan_data/CMakeLists.txt b/tclpkg/tclpathplan/demo/pathplan_data/CMakeLists.txt
new file mode 100644 (file)
index 0000000..79b8c31
--- /dev/null
@@ -0,0 +1,37 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+########### install files ###############
+
+INSTALL_FILES(FILES
+       xes.dat
+       dpd.dat
+       funny.dat
+       maze.dat
+       nested.dat
+       northo.dat
+       obs.dat
+       other.dat
+       paths.dat
+       rotor.dat
+       u.dat
+       unknown.dat
+)
+
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#EXAMPLES = boxes.dat dpd.dat funny.dat maze.dat nested.dat northo.dat \
+#      obs.dat other.dat paths.dat rotor.dat u.dat unknown.dat
+#
+#pathplanexampledir = $(datadir)/@PACKAGE@/demo/pathplan_data
+#
+#if WITH_TCL
+#pathplanexample_DATA = $(EXAMPLES)
+#endif
+#
+#EXTRA_DIST = $(EXAMPLES)
index 1e08a37376c27c6014d232691cb652b4062b09a2..28b204a39f9a08e85156613930ee5c1493b52bfb 100644 (file)
@@ -6,3 +6,4 @@ Makefile
 Makefile.in
 pkgIndex.tcl
 *.pdf
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake