]> 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:22 +0000 (03:11 +0000)
committerellson <devnull@localhost>
Fri, 23 Jun 2006 03:11:22 +0000 (03:11 +0000)
doc/.cvsignore
doc/CMakeLists.txt [new file with mode: 0644]
doc/docbook/.cvsignore
doc/info/.cvsignore
doc/info/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/doc/CMakeLists.txt b/doc/CMakeLists.txt
new file mode 100644 (file)
index 0000000..da00f45
--- /dev/null
@@ -0,0 +1,50 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+SUBDIRS(
+       info
+) 
+
+
+########### install files ###############
+
+INSTALL_FILES(FILES
+       build.html
+       FAQ.html
+       index.html
+       winbuild.html
+       pspdf.png
+)
+INSTALL_FILES(FILES
+       Dot.ref
+       latex_suggestions.txt
+)
+INSTALL_FILES(FILES
+       dotguide.pdf
+       dottyguide.pdf
+       leftyguide.pdf
+       neatoguide.pdf
+)
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+## SUBDIRS = dot neato lefty dotty info
+#SUBDIRS = info
+#
+#pdf = dotguide.pdf dottyguide.pdf leftyguide.pdf neatoguide.pdf
+#html = build.html FAQ.html index.html winbuild.html pspdf.png
+#txt = Dot.ref latex_suggestions.txt
+#
+#pdfdir = $(pkgdatadir)/doc/pdf
+#htmldir = $(pkgdatadir)/doc/html
+#txtdir = $(pkgdatadir)/doc
+#
+#pdf_DATA = $(pdf)
+#html_DATA = $(html)
+#txt_DATA = $(txt)
+#
+#EXTRA_DIST = $(txt) $(pdf) $(html)
index 39f16a28d517098569c32a8c6e10d5fbd2bd4407..f655d1a3281a928d3ec2bc742a25a89cc6a32ce2 100644 (file)
@@ -1,2 +1,3 @@
 book.pdf
 html
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
index 282522db0342d8750454b3dc162493b5fc709cc8..8cacbfb3f257e5717c97618918fa4a41dfd9e8d7 100644 (file)
@@ -1,2 +1,3 @@
 Makefile
 Makefile.in
+CMakeFiles CMakeTmp CMakeFiles CMakeCache.txt cmake_install.cmake
diff --git a/doc/info/CMakeLists.txt b/doc/info/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e05e709
--- /dev/null
@@ -0,0 +1,149 @@
+# $Id$ $Revision$
+## Process this file with cmake to produce Makefile
+
+########### install files ###############
+
+INSTALL_FILES( FILES
+       attrs.html
+       colors.html
+       command.html
+       grammar.html
+       index.html
+       lang.html
+       output.html
+       shapes.html
+       Mcircle.gif
+       Mdiamond.gif
+       Msquare.gif
+       a_box.gif
+       a_crow.gif
+       a_diamond.gif
+       a_dot.gif
+       a_ediamond.gif
+       a_empty.gif
+       a_forward.gif
+       a_halfopen.gif
+       a_inv.gif
+       a_invdot.gif
+       a_invempty.gif
+       a_invodot.gif
+       a_lteeoldiamond.gif
+       a_nohead.gif
+       a_none.gif
+       a_normal.gif
+       a_obox.gif
+       a_odiamond.gif
+       a_odot.gif
+       a_open.gif
+       a_tee.gif
+       aa_box.gif
+       aa_crow.gif
+       aa_diamond.gif
+       aa_dot.gif
+       aa_inv.gif
+       aa_lbox.gif
+       aa_lcrow.gif
+       aa_ldiamond.gif
+       aa_linv.gif
+       aa_lnormal.gif
+       aa_ltee.gif
+       aa_lvee.gif
+       aa_none.gif
+       aa_normal.gif
+       aa_obox.gif
+       aa_odiamond.gif
+       aa_odot.gif
+       aa_oinv.gif
+       aa_olbox.gif
+       aa_oldiamond.gif
+       aa_olinv.gif
+       aa_olnormal.gif
+       aa_onormal.gif
+       aa_orbox.gif
+       aa_ordiamond.gif
+       aa_orinv.gif
+       aa_ornormal.gif
+       aa_rbox.gif
+       aa_rcrow.gif
+       aa_rdiamond.gif
+       aa_rinv.gif
+       aa_rnormal.gif
+       aa_rtee.gif
+       aa_rvee.gif
+       aa_tee.gif
+       aa_vee.gif
+       back.gif
+       both.gif
+       box.gif
+       circle.gif
+       constraint.gif
+       diamond.gif
+       doublecircle.gif
+       doubleoctagon.gif
+       egg.gif
+       ellipse.gif
+       fill.gif
+       forward.gif
+       hexagon.gif
+       house.gif
+       html1.gif
+       html2.gif
+       invhouse.gif
+       invtrapezium.gif
+       invtriangle.gif
+       mrecord.gif
+       nohead.gif
+       octagon.gif
+       none.gif
+       sdlshapes.jpg
+       html3.gif
+       html4.gif
+       parallelogram.gif
+       pentagon.gif
+       plaintext.gif
+       point.gif
+       polygon.gif
+       record.gif
+       rect.gif
+       rectangle.gif
+       round.gif
+       septagon.gif
+       trapezium.gif
+       triangle.gif
+       tripleoctagon.gif
+)
+
+
+#original Makefile.am contents follow:
+
+## $Id$ $Revision$
+### Process this file with automake to produce Makefile.in
+#
+#htmldir = $(pkgdatadir)/doc/html/info
+#
+#html_DATA = attrs.html colors.html command.html grammar.html \
+#      index.html lang.html output.html shapes.html \
+#      Mcircle.gif Mdiamond.gif Msquare.gif \
+#      a_box.gif a_crow.gif a_diamond.gif a_dot.gif \
+#      a_ediamond.gif a_empty.gif a_forward.gif a_halfopen.gif \
+#      a_inv.gif a_invdot.gif a_invempty.gif a_invodot.gif \
+#      a_lteeoldiamond.gif a_nohead.gif a_none.gif a_normal.gif \
+#      a_obox.gif a_odiamond.gif a_odot.gif a_open.gif a_tee.gif \
+#      aa_box.gif aa_crow.gif aa_diamond.gif aa_dot.gif aa_inv.gif \
+#      aa_lbox.gif aa_lcrow.gif aa_ldiamond.gif aa_linv.gif aa_lnormal.gif \
+#      aa_ltee.gif aa_lvee.gif aa_none.gif aa_normal.gif aa_obox.gif \
+#      aa_odiamond.gif aa_odot.gif aa_oinv.gif aa_olbox.gif \
+#      aa_oldiamond.gif aa_olinv.gif aa_olnormal.gif aa_onormal.gif \
+#      aa_orbox.gif aa_ordiamond.gif aa_orinv.gif aa_ornormal.gif \
+#      aa_rbox.gif aa_rcrow.gif aa_rdiamond.gif aa_rinv.gif \
+#      aa_rnormal.gif aa_rtee.gif aa_rvee.gif aa_tee.gif aa_vee.gif \
+#      back.gif both.gif box.gif circle.gif constraint.gif diamond.gif \
+#      doublecircle.gif doubleoctagon.gif egg.gif ellipse.gif fill.gif \
+#      forward.gif hexagon.gif house.gif html1.gif html2.gif invhouse.gif \
+#      invtrapezium.gif invtriangle.gif mrecord.gif nohead.gif octagon.gif \
+#    none.gif sdlshapes.jpg html3.gif html4.gif \
+#      parallelogram.gif pentagon.gif plaintext.gif point.gif \
+#      polygon.gif record.gif rect.gif rectangle.gif round.gif \
+#      septagon.gif trapezium.gif triangle.gif tripleoctagon.gif
+#
+#EXTRA_DIST = $(html_DATA)