From b6fc43ccd522dfbc1e215b12adb8208c156bbd31 Mon Sep 17 00:00:00 2001 From: samelian Date: Sun, 23 Jan 2011 23:42:11 +0000 Subject: [kdebase] initial cmake support git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/kinfocenter/CMakeLists.txt | 13 +++++++++++++ doc/kinfocenter/cdinfo/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/devices/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/dma/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/interrupts/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/ioports/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/memory/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/nics/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/opengl/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/partitions/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/pci/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/pcmcia/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/processor/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/protocols/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/samba/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/scsi/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/sound/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/usb/CMakeLists.txt | 12 ++++++++++++ doc/kinfocenter/xserver/CMakeLists.txt | 12 ++++++++++++ 19 files changed, 229 insertions(+) create mode 100644 doc/kinfocenter/CMakeLists.txt create mode 100644 doc/kinfocenter/cdinfo/CMakeLists.txt create mode 100644 doc/kinfocenter/devices/CMakeLists.txt create mode 100644 doc/kinfocenter/dma/CMakeLists.txt create mode 100644 doc/kinfocenter/interrupts/CMakeLists.txt create mode 100644 doc/kinfocenter/ioports/CMakeLists.txt create mode 100644 doc/kinfocenter/memory/CMakeLists.txt create mode 100644 doc/kinfocenter/nics/CMakeLists.txt create mode 100644 doc/kinfocenter/opengl/CMakeLists.txt create mode 100644 doc/kinfocenter/partitions/CMakeLists.txt create mode 100644 doc/kinfocenter/pci/CMakeLists.txt create mode 100644 doc/kinfocenter/pcmcia/CMakeLists.txt create mode 100644 doc/kinfocenter/processor/CMakeLists.txt create mode 100644 doc/kinfocenter/protocols/CMakeLists.txt create mode 100644 doc/kinfocenter/samba/CMakeLists.txt create mode 100644 doc/kinfocenter/scsi/CMakeLists.txt create mode 100644 doc/kinfocenter/sound/CMakeLists.txt create mode 100644 doc/kinfocenter/usb/CMakeLists.txt create mode 100644 doc/kinfocenter/xserver/CMakeLists.txt (limited to 'doc/kinfocenter') diff --git a/doc/kinfocenter/CMakeLists.txt b/doc/kinfocenter/CMakeLists.txt new file mode 100644 index 000000000..86c913fc5 --- /dev/null +++ b/doc/kinfocenter/CMakeLists.txt @@ -0,0 +1,13 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_auto_add_subdirectories() +tde_create_handbook( DESTINATION kinfocenter ) diff --git a/doc/kinfocenter/cdinfo/CMakeLists.txt b/doc/kinfocenter/cdinfo/CMakeLists.txt new file mode 100644 index 000000000..b71abcb30 --- /dev/null +++ b/doc/kinfocenter/cdinfo/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/cdinfo ) diff --git a/doc/kinfocenter/devices/CMakeLists.txt b/doc/kinfocenter/devices/CMakeLists.txt new file mode 100644 index 000000000..431a528fb --- /dev/null +++ b/doc/kinfocenter/devices/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/devices ) diff --git a/doc/kinfocenter/dma/CMakeLists.txt b/doc/kinfocenter/dma/CMakeLists.txt new file mode 100644 index 000000000..461ab9da5 --- /dev/null +++ b/doc/kinfocenter/dma/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/dma ) diff --git a/doc/kinfocenter/interrupts/CMakeLists.txt b/doc/kinfocenter/interrupts/CMakeLists.txt new file mode 100644 index 000000000..e6dbfb37d --- /dev/null +++ b/doc/kinfocenter/interrupts/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/interrupts ) diff --git a/doc/kinfocenter/ioports/CMakeLists.txt b/doc/kinfocenter/ioports/CMakeLists.txt new file mode 100644 index 000000000..87a473a9b --- /dev/null +++ b/doc/kinfocenter/ioports/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/ioports ) diff --git a/doc/kinfocenter/memory/CMakeLists.txt b/doc/kinfocenter/memory/CMakeLists.txt new file mode 100644 index 000000000..e463d2465 --- /dev/null +++ b/doc/kinfocenter/memory/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/memory ) diff --git a/doc/kinfocenter/nics/CMakeLists.txt b/doc/kinfocenter/nics/CMakeLists.txt new file mode 100644 index 000000000..fe31da6a2 --- /dev/null +++ b/doc/kinfocenter/nics/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/nics ) diff --git a/doc/kinfocenter/opengl/CMakeLists.txt b/doc/kinfocenter/opengl/CMakeLists.txt new file mode 100644 index 000000000..8639752af --- /dev/null +++ b/doc/kinfocenter/opengl/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/opengl ) diff --git a/doc/kinfocenter/partitions/CMakeLists.txt b/doc/kinfocenter/partitions/CMakeLists.txt new file mode 100644 index 000000000..1b92782a3 --- /dev/null +++ b/doc/kinfocenter/partitions/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/partitions ) diff --git a/doc/kinfocenter/pci/CMakeLists.txt b/doc/kinfocenter/pci/CMakeLists.txt new file mode 100644 index 000000000..5d385dcd8 --- /dev/null +++ b/doc/kinfocenter/pci/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/pci ) diff --git a/doc/kinfocenter/pcmcia/CMakeLists.txt b/doc/kinfocenter/pcmcia/CMakeLists.txt new file mode 100644 index 000000000..06dbc8042 --- /dev/null +++ b/doc/kinfocenter/pcmcia/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/pcmcia ) diff --git a/doc/kinfocenter/processor/CMakeLists.txt b/doc/kinfocenter/processor/CMakeLists.txt new file mode 100644 index 000000000..ee5d49a1c --- /dev/null +++ b/doc/kinfocenter/processor/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/processor ) diff --git a/doc/kinfocenter/protocols/CMakeLists.txt b/doc/kinfocenter/protocols/CMakeLists.txt new file mode 100644 index 000000000..66598bfdb --- /dev/null +++ b/doc/kinfocenter/protocols/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/protocols ) diff --git a/doc/kinfocenter/samba/CMakeLists.txt b/doc/kinfocenter/samba/CMakeLists.txt new file mode 100644 index 000000000..d59797e2a --- /dev/null +++ b/doc/kinfocenter/samba/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/samba ) diff --git a/doc/kinfocenter/scsi/CMakeLists.txt b/doc/kinfocenter/scsi/CMakeLists.txt new file mode 100644 index 000000000..26f891384 --- /dev/null +++ b/doc/kinfocenter/scsi/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/scsi) diff --git a/doc/kinfocenter/sound/CMakeLists.txt b/doc/kinfocenter/sound/CMakeLists.txt new file mode 100644 index 000000000..dfafb5077 --- /dev/null +++ b/doc/kinfocenter/sound/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/sound ) diff --git a/doc/kinfocenter/usb/CMakeLists.txt b/doc/kinfocenter/usb/CMakeLists.txt new file mode 100644 index 000000000..46f483e51 --- /dev/null +++ b/doc/kinfocenter/usb/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/usb ) diff --git a/doc/kinfocenter/xserver/CMakeLists.txt b/doc/kinfocenter/xserver/CMakeLists.txt new file mode 100644 index 000000000..5636eeba7 --- /dev/null +++ b/doc/kinfocenter/xserver/CMakeLists.txt @@ -0,0 +1,12 @@ +################################################# +# +# (C) 2010-2011 Serghei Amelian +# serghei (DOT) amelian (AT) gmail.com +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# + +tde_create_handbook( DESTINATION kinfocenter/xserver ) -- cgit v1.2.1