~brianaker/libmemcached/embedded

« back to all changes in this revision

Viewing changes to clients/Makefile.am

  • Committer: Trond Norbye
  • Date: 2009-09-17 12:57:49 UTC
  • mto: This revision was merged to the branch mainline in revision 577.
  • Revision ID: trond.norbye@sun.com-20090917125749-s26vhu8j3p47yhzy
Add memcapable, a tool to test memcached capabilities

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
LDADDS = libutilities.la $(top_builddir)/libmemcached/libmemcached.la
2
2
 
3
 
bin_PROGRAMS = memcat memdump memcp memstat memrm memflush memslap memerror
 
3
bin_PROGRAMS = memcat memdump memcp memstat memrm memflush memslap memerror memcapable
4
4
 
5
5
noinst_HEADERS = client_options.h \
6
6
                utilities.h \
7
7
                generator.h \
8
 
                execute.h 
 
8
                execute.h
9
9
 
10
10
noinst_LTLIBRARIES= libutilities.la libgenexec.la
11
11
 
35
35
 
36
36
memslap_SOURCES = memslap.c
37
37
memslap_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS)
38
 
memslap_LDADD = $(PTHREAD_LIBS) libgenexec.la $(LDADDS) 
 
38
memslap_LDADD = $(PTHREAD_LIBS) libgenexec.la $(LDADDS)
 
39
 
 
40
memcapable_SOURCES = memcapable.c
 
41
if BUILD_BYTEORDER
 
42
memcapable_LDADD=$(top_builddir)/libmemcached/libbyteorder.la
 
43
endif
39
44
 
40
45
test-start-server:
41
46
        memflush --servers=localhost