protocol.mk 708 B

123456789101112131415161718192021222324252627
  1. # vim:ft=automake
  2. #
  3. # Gearman server and library
  4. # Copyright (C) 2013 Data Differential, http://datadifferential.com/
  5. # All rights reserved.
  6. #
  7. # Use and distribution licensed under the BSD license. See
  8. # the COPYING file in the parent directory for full text.
  9. t_protocol_SOURCES=
  10. t_protocol_LDADD=
  11. t_protocol_SOURCES+= tests/protocol.cc
  12. t_protocol_LDADD+= ${LIBGEARMAN_1_0_CLIENT_LDADD}
  13. t_protocol_LDADD+= libgearman/libgearmancore.la
  14. check_PROGRAMS+= t/protocol
  15. noinst_PROGRAMS+= t/protocol
  16. test-protocol: t/protocol gearmand/gearmand
  17. @t/protocol
  18. gdb-protocol: t/protocol gearmand/gearmand
  19. @$(GDB_COMMAND) t/protocol
  20. valgrind-protocol: t/protocol gearmand/gearmand
  21. @$(VALGRIND_COMMAND) t/protocol