~ubuntu-branches/ubuntu/trusty/ceph/trusty-updates

« back to all changes in this revision

Viewing changes to src/tools/Makefile.am

  • Committer: Package Import Robot
  • Author(s): James Page
  • Date: 2014-04-09 11:14:03 UTC
  • mfrom: (1.1.33)
  • Revision ID: package-import@ubuntu.com-20140409111403-jlql95pa8kg1nk9a
Tags: 0.79-0ubuntu1
* New upstream release (LP: #1278466):
  - d/p/modules.patch: Refreshed.
  - d/ceph.install: Install all jerasure modules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
ceph_osdomap_tool_SOURCES = tools/ceph-osdomap-tool.cc
 
1
ceph_osdomap_tool_SOURCES = tools/ceph_osdomap_tool.cc
2
2
ceph_osdomap_tool_LDADD = $(LIBOS) $(CEPH_GLOBAL) $(BOOST_PROGRAM_OPTIONS_LIBS)
3
3
bin_DEBUGPROGRAMS += ceph-osdomap-tool
4
4
 
5
 
ceph_monstore_tool_SOURCES = tools/ceph-monstore-tool.cc
 
5
ceph_monstore_tool_SOURCES = tools/ceph_monstore_tool.cc
6
6
ceph_monstore_tool_LDADD = $(LIBOS) $(CEPH_GLOBAL) $(BOOST_PROGRAM_OPTIONS_LIBS)
7
7
bin_DEBUGPROGRAMS += ceph-monstore-tool
8
8
 
9
 
ceph_kvstore_tool_SOURCES = tools/ceph-kvstore-tool.cc
 
9
ceph_kvstore_tool_SOURCES = tools/ceph_kvstore_tool.cc
10
10
ceph_kvstore_tool_LDADD = $(LIBOS) $(CEPH_GLOBAL)
11
11
ceph_kvstore_tool_CXXFLAGS = $(UNITTEST_CXXFLAGS)
12
12
bin_DEBUGPROGRAMS += ceph-kvstore-tool
13
13
 
14
14
 
15
 
ceph_filestore_tool_SOURCES = tools/ceph-filestore-tool.cc
 
15
ceph_filestore_tool_SOURCES = tools/ceph_filestore_tool.cc
16
16
ceph_filestore_tool_LDADD = $(LIBOSD) $(LIBOS) $(CEPH_GLOBAL) -lboost_program_options
17
17
if LINUX
18
18
ceph_filestore_tool_LDADD += -ldl
19
19
endif # LINUX
20
20
bin_PROGRAMS += ceph_filestore_tool
21
21
 
22
 
ceph_filestore_dump_SOURCES = tools/ceph-filestore-dump.cc
 
22
ceph_filestore_dump_SOURCES = tools/ceph_filestore_dump.cc
23
23
ceph_filestore_dump_LDADD = $(LIBOSD) $(LIBOS) $(CEPH_GLOBAL) $(BOOST_PROGRAM_OPTIONS_LIBS)
24
24
if LINUX
25
25
ceph_filestore_dump_LDADD += -ldl
58
58
ceph_radosacl_LDADD = $(LIBRADOS) $(CEPH_GLOBAL)
59
59
bin_DEBUGPROGRAMS += ceph_radosacl
60
60
 
 
61
ceph_client_debug_SOURCES = tools/ceph-client-debug.cc
 
62
ceph_client_debug_LDADD = $(LIBCEPHFS) $(CEPH_GLOBAL) $(LIBCOMMON)
 
63
bin_DEBUGPROGRAMS += ceph-client-debug
 
64
 
61
65
rados_SOURCES = \
62
66
        tools/rados/rados.cc \
63
67
        tools/rados/rados_import.cc \