mirror of
https://github.com/ceph/ceph
synced 2024-12-17 08:57:28 +00:00
0f6b9f2816
CMake Ceph Build System (Firefly) CMake. Add tests. Respace src/CMakeLists.txt. CMake. Spacing cleanups. CMake for Firefly is Triumphant CMake for Giant Adapt to Giant. Fix installation for scripts and man pages Fix CEPH_LIBDIR and CEPH_PKGLIBDIR defines Add erasure-code libraries uses try_compile() to detect support for -msse flags Fix rados object classes Propagate Casey's cls library change to src/test. Fix CMake build for Hammer. Try-add rados and common to librbd link. Fix name and linkage of libec_lrc. Rename arch/neon.c arm.c Fix libcommon.a dependencies (some unit tests). Authors: Ali Maredia <ali@cohortfs.com> Casey Bodley <casey@cohortfs.com> Adam Emerson <aemerson@cohortfs.com> Marcus Watts <mdw@cohortfs.com> Matt Benjamin <matt@cohortfs.com> Signed-off-by: Matt Benjamin <matt@cohortfs.com>
31 lines
437 B
CMake
31 lines
437 B
CMake
install(FILES
|
|
ceph-osd.8
|
|
ceph-mds.8
|
|
ceph-mon.8
|
|
ceph-fuse.8
|
|
ceph-syn.8
|
|
crushtool.8
|
|
osdmaptool.8
|
|
monmaptool.8
|
|
ceph-conf.8
|
|
ceph-run.8
|
|
ceph.8
|
|
mount.ceph.8
|
|
radosgw.8
|
|
radosgw-admin.8
|
|
ceph-authtool.8
|
|
rados.8
|
|
librados-config.8
|
|
rbd.8
|
|
ceph-clsinfo.8
|
|
ceph-debugpack.8
|
|
cephfs.8
|
|
ceph-dencoder.8
|
|
ceph-rest-api.8
|
|
ceph-rbdnamer.8
|
|
ceph-post-file.8
|
|
rbd-fuse.8
|
|
rbd-replay.8
|
|
rbd-replay-prep.8
|
|
DESTINATION ${CEPH_MAN_DIR}/man8)
|