${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-post-file
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/ceph-crash
- ${CMAKE_SOURCE_DIR}/src/ceph-run
- ${CMAKE_SOURCE_DIR}/src/ceph-clsinfo
+ ceph-run
+ ceph-clsinfo
DESTINATION bin)
install(PROGRAMS
${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/init-ceph
DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/ceph)
install(PROGRAMS
- ${CMAKE_SOURCE_DIR}/src/ceph-create-keys
+ ceph-create-keys
DESTINATION sbin)
add_subdirectory(bash_completion)
endif(ENABLE_SHARED)
install(TARGETS cephfs DESTINATION ${CMAKE_INSTALL_LIBDIR})
install(DIRECTORY
- "${CMAKE_SOURCE_DIR}/src/include/cephfs"
+ "include/cephfs"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})
set(ceph_syn_srcs
ceph_syn.cc
endif()
install(PROGRAMS
- ${CMAKE_SOURCE_DIR}/src/ceph-rbdnamer
- ${CMAKE_SOURCE_DIR}/src/rbd-replay-many
- ${CMAKE_SOURCE_DIR}/src/rbdmap
+ ceph-rbdnamer
+ rbd-replay-many
+ rbdmap
DESTINATION ${CMAKE_INSTALL_BINDIR})
add_subdirectory(rbd_replay)
endif(WITH_RBD)
rgw
COMMENT "Generate C++ documentation")
endif()
-
OUTPUT_STRIP_TRAILING_WHITESPACE)
install(FILES
- ${CMAKE_CURRENT_SOURCE_DIR}/ceph_argparse.py
- ${CMAKE_CURRENT_SOURCE_DIR}/ceph_daemon.py
+ ceph_argparse.py
+ ceph_daemon.py
DESTINATION ${PYTHON3_INSTDIR})
if(WITH_MGR)