Add detection of Red Hat Enterprise Virtualization hypervisor (RHBZ#1249438).
[virt-what.git] / Makefile.am
1 # Makefile for virt-what
2 # Copyright (C) 2008-2011 Red Hat Inc.
3 #
4 # This program is free software; you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation; either version 2 of the License, or
7 # (at your option) any later version.
8 #
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12 # GNU General Public License for more details.
13 #
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software
16 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17
18 CLEANFILES = virt-what
19
20 AM_CPPFLAGS = -Wall
21
22 sbin_SCRIPTS = virt-what
23 libexec_PROGRAMS = virt-what-cpuid-helper
24 if HOST_CPU_IA64
25 libexec_PROGRAMS += virt-what-ia64-xen-rdtsc-test
26 endif
27
28 if HAVE_POD2MAN
29
30 CLEANFILES += virt-what.1 virt-what.txt
31 man_MANS = virt-what.1
32
33 virt-what.1: virt-what.pod
34         pod2man -c "Virtualization Support" --release "$(PACKAGE)-$(VERSION)" \
35           $? > $@
36 virt-what.txt: virt-what.pod
37         pod2text $? > $@
38
39 endif
40
41 TESTS = \
42         tests/test-baremetal.sh \
43         tests/test-docker.sh \
44         tests/test-esx4.1.sh \
45         tests/test-hyperv.sh \
46         tests/test-kvm.sh \
47         tests/test-kvm-explicit-cpu.sh \
48         tests/test-linux-vserver.sh \
49         tests/test-lkvm.sh \
50         tests/test-lkvm-arm.sh \
51         tests/test-lxc.sh \
52         tests/test-lx86.sh \
53         tests/test-parallels-desktop.sh \
54         tests/test-ppc64-baremetal.sh \
55         tests/test-ppc64-kvm.sh \
56         tests/test-ppc64-lpar-dedicated.sh \
57         tests/test-ppc64-lpar-shared.sh \
58         tests/test-qemu.sh \
59         tests/test-qemu-arm.sh \
60         tests/test-qemu-smbios.sh \
61         tests/test-qemu-smbios-kvm.sh \
62         tests/test-rhel5-xen-dom0.sh \
63         tests/test-rhel5-xen-domU-hvm.sh \
64         tests/test-rhel5-xen-domU-hvm-ia64.sh \
65         tests/test-rhel5-xen-domU-pv.sh \
66         tests/test-rhev.sh \
67         tests/test-xen-arm.sh \
68         tests/test-zvm.sh
69
70 EXTRA_DIST = \
71         virt-what.in \
72         virt-what.pod \
73         tests/baremetal/proc/cpuinfo \
74         tests/baremetal/proc/self/status \
75         tests/baremetal/sbin/dmidecode \
76         tests/baremetal/sbin/uname \
77         tests/baremetal/sbin/virt-what-cpuid-helper \
78         tests/docker/.dockerinit \
79         tests/docker/proc/cpuinfo \
80         tests/docker/proc/self/status \
81         tests/docker/sbin/dmidecode \
82         tests/docker/sbin/uname \
83         tests/docker/sbin/virt-what-cpuid-helper \
84         tests/esx4.1/proc/cpuinfo \
85         tests/esx4.1/proc/self/status \
86         tests/esx4.1/sbin/dmidecode \
87         tests/esx4.1/sbin/uname \
88         tests/esx4.1/sbin/virt-what-cpuid-helper \
89         tests/hyperv/proc/cpuinfo \
90         tests/hyperv/proc/self/status \
91         tests/hyperv/sbin/dmidecode \
92         tests/hyperv/sbin/uname \
93         tests/hyperv/sbin/virt-what-cpuid-helper \
94         tests/kvm/proc/cpuinfo \
95         tests/kvm/proc/self/status \
96         tests/kvm/sbin/dmidecode \
97         tests/kvm/sbin/uname \
98         tests/kvm/sbin/virt-what-cpuid-helper \
99         tests/kvm-explicit-cpu/proc/cpuinfo \
100         tests/kvm-explicit-cpu/proc/self/status \
101         tests/kvm-explicit-cpu/sbin/dmidecode \
102         tests/kvm-explicit-cpu/sbin/uname \
103         tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \
104         tests/linux-vserver/proc/cpuinfo \
105         tests/linux-vserver/proc/self/status \
106         tests/linux-vserver/sbin/dmidecode \
107         tests/linux-vserver/sbin/uname \
108         tests/linux-vserver/sbin/virt-what-cpuid-helper \
109         tests/lkvm/proc/cpuinfo \
110         tests/lkvm/proc/self/status \
111         tests/lkvm/sbin/dmidecode \
112         tests/lkvm/sbin/uname \
113         tests/lkvm/sbin/virt-what-cpuid-helper \
114         tests/lkvm-arm/proc/cpuinfo \
115         tests/lkvm-arm/proc/device-tree/compatible \
116         tests/lkvm-arm/proc/self/status \
117         tests/lkvm-arm/sbin/dmidecode \
118         tests/lkvm-arm/sbin/uname \
119         tests/lkvm-arm/sbin/virt-what-cpuid-helper \
120         tests/lxc/proc/1/environ \
121         tests/lxc/proc/cpuinfo \
122         tests/lxc/proc/self/status \
123         tests/lxc/sbin/dmidecode \
124         tests/lxc/sbin/uname \
125         tests/lxc/sbin/virt-what-cpuid-helper \
126         tests/lx86/proc/cpuinfo \
127         tests/lx86/proc/self/status \
128         tests/lx86/sbin/dmidecode \
129         tests/lx86/sbin/uname \
130         tests/lx86/sbin/virt-what-cpuid-helper \
131         tests/parallels-desktop/proc/cpuinfo \
132         tests/parallels-desktop/proc/self/status \
133         tests/parallels-desktop/sbin/dmidecode \
134         tests/parallels-desktop/sbin/uname \
135         tests/parallels-desktop/sbin/virt-what-cpuid-helper \
136         tests/ppc64-baremetal/proc/cpuinfo \
137         tests/ppc64-baremetal/proc/self/status \
138         tests/ppc64-baremetal/sbin/dmidecode \
139         tests/ppc64-baremetal/sbin/uname \
140         tests/ppc64-baremetal/sbin/virt-what-cpuid-helper \
141         tests/ppc64-kvm/proc/cpuinfo \
142         tests/ppc64-kvm/proc/self/status \
143         tests/ppc64-kvm/sbin/dmidecode \
144         tests/ppc64-kvm/sbin/uname \
145         tests/ppc64-kvm/sbin/virt-what-cpuid-helper \
146         tests/ppc64-lpar-dedicated/proc/cpuinfo \
147         tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg \
148         tests/ppc64-lpar-shared/sbin/dmidecode \
149         tests/ppc64-lpar-shared/sbin/uname \
150         tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \
151         tests/ppc64-lpar-shared/proc/cpuinfo \
152         tests/ppc64-lpar-shared/proc/self/status \
153         tests/ppc64-lpar-shared/proc/ppc64/lparcfg \
154         tests/ppc64-lpar-shared/sbin/dmidecode \
155         tests/ppc64-lpar-shared/sbin/uname \
156         tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \
157         tests/qemu/proc/cpuinfo \
158         tests/qemu/proc/self/status \
159         tests/qemu/sbin/dmidecode \
160         tests/qemu/sbin/uname \
161         tests/qemu/sbin/virt-what-cpuid-helper \
162         tests/qemu-arm/proc/cpuinfo \
163         tests/qemu-arm/proc/device-tree/fw-cfg@9020000/compatible \
164         tests/qemu-arm/proc/self/status \
165         tests/qemu-arm/sbin/dmidecode \
166         tests/qemu-arm/sbin/uname \
167         tests/qemu-arm/sbin/virt-what-cpuid-helper \
168         tests/qemu-smbios/proc/cpuinfo \
169         tests/qemu-smbios/proc/self/status \
170         tests/qemu-smbios/sbin/dmidecode \
171         tests/qemu-smbios/sbin/uname \
172         tests/qemu-smbios/sbin/virt-what-cpuid-helper \
173         tests/qemu-smbios-kvm/proc/cpuinfo \
174         tests/qemu-smbios-kvm/proc/self/status \
175         tests/qemu-smbios-kvm/sbin/dmidecode \
176         tests/qemu-smbios-kvm/sbin/uname \
177         tests/qemu-smbios-kvm/sbin/virt-what-cpuid-helper \
178         tests/rhel5-xen-dom0/proc/cpuinfo \
179         tests/rhel5-xen-dom0/proc/self/status \
180         tests/rhel5-xen-dom0/proc/xen/balloon \
181         tests/rhel5-xen-dom0/proc/xen/capabilities \
182         tests/rhel5-xen-dom0/proc/xen/privcmd \
183         tests/rhel5-xen-dom0/proc/xen/xenbus \
184         tests/rhel5-xen-dom0/proc/xen/xsd_kva \
185         tests/rhel5-xen-dom0/proc/xen/xsd_port \
186         tests/rhel5-xen-dom0/sbin/dmidecode \
187         tests/rhel5-xen-dom0/sbin/uname \
188         tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \
189         tests/rhel5-xen-dom0/sys/hypervisor/properties/pagesize \
190         tests/rhel5-xen-dom0/sys/hypervisor/properties/changeset \
191         tests/rhel5-xen-dom0/sys/hypervisor/properties/virtual_start \
192         tests/rhel5-xen-dom0/sys/hypervisor/properties/capabilities \
193         tests/rhel5-xen-dom0/sys/hypervisor/properties/writable_pt \
194         tests/rhel5-xen-dom0/sys/hypervisor/type \
195         tests/rhel5-xen-dom0/sys/hypervisor/vmcoreinfo \
196         tests/rhel5-xen-dom0/sys/hypervisor/version/minor \
197         tests/rhel5-xen-dom0/sys/hypervisor/version/major \
198         tests/rhel5-xen-dom0/sys/hypervisor/version/extra \
199         tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiler \
200         tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiled_by \
201         tests/rhel5-xen-dom0/sys/hypervisor/compilation/compile_date \
202         tests/rhel5-xen-dom0/sys/hypervisor/uuid \
203         tests/rhel5-xen-domU-hvm/proc/cpuinfo \
204         tests/rhel5-xen-domU-hvm/proc/self/status \
205         tests/rhel5-xen-domU-hvm/sbin/dmidecode \
206         tests/rhel5-xen-domU-hvm/sbin/uname \
207         tests/rhel5-xen-domU-hvm/sbin/virt-what-cpuid-helper \
208         tests/rhel5-xen-domU-hvm-ia64/proc/cpuinfo \
209         tests/rhel5-xen-domU-hvm-ia64/proc/self/status \
210         tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode \
211         tests/rhel5-xen-domU-hvm-ia64/sbin/uname \
212         tests/rhel5-xen-domU-hvm-ia64/sbin/virt-what-cpuid-helper \
213         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vbd/bind \
214         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vbd/unbind \
215         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vif/bind \
216         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vif/unbind \
217         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers_probe \
218         tests/rhel5-xen-domU-pv/proc/cpuinfo \
219         tests/rhel5-xen-domU-pv/proc/self/status \
220         tests/rhel5-xen-domU-pv/proc/xen/balloon \
221         tests/rhel5-xen-domU-pv/proc/xen/capabilities \
222         tests/rhel5-xen-domU-pv/proc/xen/privcmd \
223         tests/rhel5-xen-domU-pv/proc/xen/xenbus \
224         tests/rhel5-xen-domU-pv/sbin/dmidecode \
225         tests/rhel5-xen-domU-pv/sbin/uname \
226         tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \
227         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/pagesize \
228         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/changeset \
229         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/virtual_start \
230         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/capabilities \
231         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/writable_pt \
232         tests/rhel5-xen-domU-pv/sys/hypervisor/type \
233         tests/rhel5-xen-domU-pv/sys/hypervisor/vmcoreinfo \
234         tests/rhel5-xen-domU-pv/sys/hypervisor/version/minor \
235         tests/rhel5-xen-domU-pv/sys/hypervisor/version/major \
236         tests/rhel5-xen-domU-pv/sys/hypervisor/version/extra \
237         tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiler \
238         tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiled_by \
239         tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compile_date \
240         tests/rhel5-xen-domU-pv/sys/hypervisor/uuid \
241         tests/rhev/proc/cpuinfo \
242         tests/rhev/proc/self/status \
243         tests/rhev/sbin/dmidecode \
244         tests/rhev/sbin/uname \
245         tests/rhev/sbin/virt-what-cpuid-helper \
246         tests/xen-arm/proc/cpuinfo \
247         tests/xen-arm/proc/device-tree/hypervisor/compatible \
248         tests/xen-arm/proc/self/status \
249         tests/xen-arm/sbin/dmidecode \
250         tests/xen-arm/sbin/uname \
251         tests/xen-arm/sbin/virt-what-cpuid-helper \
252         tests/zvm/proc/cpuinfo \
253         tests/zvm/proc/self/status \
254         tests/zvm/proc/sysinfo \
255         tests/zvm/sbin/dmidecode \
256         tests/zvm/sbin/uname \
257         tests/zvm/sbin/virt-what-cpuid-helper \
258         $(TESTS)