~ubuntu-branches/debian/jessie/resource-agents/jessie

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Andres Rodriguez
  • Date: 2011-06-21 13:45:36 UTC
  • Revision ID: james.westby@ubuntu.com-20110621134536-155vq8sf8p2p18wt
Tags: upstream-3.9.1
ImportĀ upstreamĀ versionĀ 3.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
halibdir                = $(libdir)/heartbeat
27
27
 
 
28
EXTRA_DIST              = ocf-tester.8
 
29
 
28
30
sbin_PROGRAMS           = 
29
31
sbin_SCRIPTS            = ocf-tester
30
32
halib_PROGRAMS          = findif
31
33
 
 
34
man8_MANS               = ocf-tester.8
 
35
 
32
36
if BUILD_SFEX
33
37
halib_PROGRAMS          += sfex_daemon
34
38
sbin_PROGRAMS           += sfex_init sfex_stat
67
71
tickle_tcp_SOURCES      = tickle_tcp.c
68
72
endif
69
73
 
70
 
if BUILD_HELP
71
 
man8_MANS =     $(sbin_SCRIPTS:%=%.8)
72
 
%.8:    %
73
 
        echo Creating $@
74
 
        chmod a+x $<
75
 
        help2man --output $@ --no-info --section 8 --name "Part of the Linux-HA project" $(top_builddir)/tools/$<
76
 
 
77
 
clean-local:
78
 
        rm -f $(sbin_SCRIPTS:%=%.8)
79
 
endif
80
 
 
81
74
.PHONY: install-exec-hook