File: Makefile.am

package info (click to toggle)
fence-agents 4.17.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 5,736 kB
  • sloc: xml: 17,993; python: 17,007; ansic: 12,941; makefile: 431; sh: 224; perl: 135; lex: 106; yacc: 105
file content (37 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
MAINTAINERCLEANFILES	= Makefile.in

TARGET			= fencing.py fencing_snmp.py azure_fence.py

if BUILD_XENAPILIB
TARGET			+= XenAPI.py
endif

SRC			= fencing.py.py fencing_snmp.py.py XenAPI.py.py azure_fence.py.py check_used_options.py

XSL			= fence2man.xsl fence2rng.xsl fence2wiki.xsl

FASRNG			= fence.rng.head fence.rng.tail metadata.rng

EXTRA_DIST		= $(SRC) $(XSL) $(FASRNG)

SUBDIRS 		= tests

fencelibdir		= ${FENCEAGENTSLIBDIR}

fencelib_DATA		= $(TARGET)

rngdir			= ${CLUSTERDATA}/relaxng

rng_DATA		= $(XSL) $(FASRNG)

azure_fence.py: fencing.py
fencing_snmp.py: fencing.py
check_used_options.py: fencing.py

include $(top_srcdir)/make/fencebuild.mk

xml-check: all
xml-upload: all
test-fencing: all

clean-man: