diff options
author | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 23:42:11 +0000 |
---|---|---|
committer | samelian <samelian@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-01-23 23:42:11 +0000 |
commit | b6fc43ccd522dfbc1e215b12adb8208c156bbd31 (patch) | |
tree | b6d14378dd6c3d2f74ea8acf515cef7f4a024cb2 /doc/kinfocenter | |
parent | d53bf360906757a36588588fb0286d3b4784ffcb (diff) | |
download | tdebase-b6fc43ccd522dfbc1e215b12adb8208c156bbd31.tar.gz tdebase-b6fc43ccd522dfbc1e215b12adb8208c156bbd31.zip |
[kdebase] initial cmake support
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1216551 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'doc/kinfocenter')
-rw-r--r-- | doc/kinfocenter/CMakeLists.txt | 13 | ||||
-rw-r--r-- | doc/kinfocenter/cdinfo/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/devices/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/dma/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/interrupts/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/ioports/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/memory/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/nics/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/opengl/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/partitions/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/pci/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/pcmcia/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/processor/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/protocols/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/samba/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/scsi/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/sound/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/usb/CMakeLists.txt | 12 | ||||
-rw-r--r-- | doc/kinfocenter/xserver/CMakeLists.txt | 12 |
19 files changed, 229 insertions, 0 deletions
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 ) |