virt-what-cvm: rename 'azure-hcl' fact to 'hyperv-hcl'
[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-bhyve.sh \
44         tests/test-docker.sh \
45         tests/test-esx4.1.sh \
46         tests/test-hyperv.sh \
47         tests/test-kvm.sh \
48         tests/test-kvm-explicit-cpu.sh \
49         tests/test-linux-vserver.sh \
50         tests/test-ldoms.sh \
51         tests/test-lkvm.sh \
52         tests/test-lkvm-arm.sh \
53         tests/test-lxc.sh \
54         tests/test-lx86.sh \
55         tests/test-parallels-desktop.sh \
56         tests/test-ppc64-baremetal.sh \
57         tests/test-ppc64-kvm.sh \
58         tests/test-ppc64-lpar-dedicated.sh \
59         tests/test-ppc64-lpar-shared.sh \
60         tests/test-qemu.sh \
61         tests/test-qemu-arm.sh \
62         tests/test-qemu-smbios.sh \
63         tests/test-qemu-smbios-kvm.sh \
64         tests/test-rhel5-xen-dom0.sh \
65         tests/test-rhel5-xen-domU-hvm.sh \
66         tests/test-rhel5-xen-domU-hvm-ia64.sh \
67         tests/test-rhel5-xen-domU-pv.sh \
68         tests/test-rhev.sh \
69         tests/test-vmm.sh \
70         tests/test-xen-arm.sh \
71         tests/test-zvm.sh
72
73 EXTRA_DIST = \
74         virt-what.in \
75         virt-what.pod \
76         tests/baremetal/proc/cpuinfo \
77         tests/baremetal/proc/self/status \
78         tests/baremetal/sbin/dmidecode \
79         tests/baremetal/sbin/uname \
80         tests/baremetal/sbin/virt-what-cpuid-helper \
81         tests/bhyve/proc/cpuinfo \
82         tests/bhyve/sbin/dmidecode \
83         tests/bhyve/sbin/uname \
84         tests/bhyve/sbin/virt-what-cpuid-helper \
85         tests/docker/.dockerinit \
86         tests/docker/proc/cpuinfo \
87         tests/docker/proc/self/status \
88         tests/docker/sbin/dmidecode \
89         tests/docker/sbin/uname \
90         tests/docker/sbin/virt-what-cpuid-helper \
91         tests/esx4.1/proc/cpuinfo \
92         tests/esx4.1/proc/self/status \
93         tests/esx4.1/sbin/dmidecode \
94         tests/esx4.1/sbin/uname \
95         tests/esx4.1/sbin/virt-what-cpuid-helper \
96         tests/hyperv/proc/cpuinfo \
97         tests/hyperv/proc/self/status \
98         tests/hyperv/sbin/dmidecode \
99         tests/hyperv/sbin/uname \
100         tests/hyperv/sbin/virt-what-cpuid-helper \
101         tests/kvm/proc/cpuinfo \
102         tests/kvm/proc/self/status \
103         tests/kvm/sbin/dmidecode \
104         tests/kvm/sbin/uname \
105         tests/kvm/sbin/virt-what-cpuid-helper \
106         tests/kvm-explicit-cpu/proc/cpuinfo \
107         tests/kvm-explicit-cpu/proc/self/status \
108         tests/kvm-explicit-cpu/sbin/dmidecode \
109         tests/kvm-explicit-cpu/sbin/uname \
110         tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \
111         tests/ldoms/dev/mdesc \
112         tests/ldoms/proc/cpuinfo \
113         tests/ldoms/sbin/uname \
114         tests/ldoms/sbin/virt-what-cpuid-helper \
115         tests/linux-vserver/proc/cpuinfo \
116         tests/linux-vserver/proc/self/status \
117         tests/linux-vserver/sbin/dmidecode \
118         tests/linux-vserver/sbin/uname \
119         tests/linux-vserver/sbin/virt-what-cpuid-helper \
120         tests/lkvm/proc/cpuinfo \
121         tests/lkvm/proc/self/status \
122         tests/lkvm/sbin/dmidecode \
123         tests/lkvm/sbin/uname \
124         tests/lkvm/sbin/virt-what-cpuid-helper \
125         tests/lkvm-arm/proc/cpuinfo \
126         tests/lkvm-arm/proc/device-tree/compatible \
127         tests/lkvm-arm/proc/self/status \
128         tests/lkvm-arm/sbin/dmidecode \
129         tests/lkvm-arm/sbin/uname \
130         tests/lkvm-arm/sbin/virt-what-cpuid-helper \
131         tests/lxc/proc/1/environ \
132         tests/lxc/proc/cpuinfo \
133         tests/lxc/proc/self/status \
134         tests/lxc/sbin/dmidecode \
135         tests/lxc/sbin/uname \
136         tests/lxc/sbin/virt-what-cpuid-helper \
137         tests/lx86/proc/cpuinfo \
138         tests/lx86/proc/self/status \
139         tests/lx86/sbin/dmidecode \
140         tests/lx86/sbin/uname \
141         tests/lx86/sbin/virt-what-cpuid-helper \
142         tests/parallels-desktop/proc/cpuinfo \
143         tests/parallels-desktop/proc/self/status \
144         tests/parallels-desktop/sbin/dmidecode \
145         tests/parallels-desktop/sbin/uname \
146         tests/parallels-desktop/sbin/virt-what-cpuid-helper \
147         tests/ppc64-baremetal/proc/cpuinfo \
148         tests/ppc64-baremetal/sbin/dmidecode \
149         tests/ppc64-baremetal/sbin/uname \
150         tests/ppc64-baremetal/sbin/virt-what-cpuid-helper \
151         tests/ppc64-kvm/proc/cpuinfo \
152         tests/ppc64-kvm/proc/self/status \
153         tests/ppc64-kvm/sbin/dmidecode \
154         tests/ppc64-kvm/sbin/uname \
155         tests/ppc64-kvm/sbin/virt-what-cpuid-helper \
156         tests/ppc64-lpar-dedicated/proc/cpuinfo \
157         tests/ppc64-lpar-dedicated/proc/ppc64/lparcfg \
158         tests/ppc64-lpar-dedicated/sbin/dmidecode \
159         tests/ppc64-lpar-dedicated/sbin/uname \
160         tests/ppc64-lpar-dedicated/sbin/virt-what-cpuid-helper \
161         tests/ppc64-lpar-shared/sbin/dmidecode \
162         tests/ppc64-lpar-shared/sbin/uname \
163         tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \
164         tests/ppc64-lpar-shared/proc/cpuinfo \
165         tests/ppc64-lpar-shared/proc/self/status \
166         tests/ppc64-lpar-shared/proc/ppc64/lparcfg \
167         tests/ppc64-lpar-shared/sbin/dmidecode \
168         tests/ppc64-lpar-shared/sbin/uname \
169         tests/ppc64-lpar-shared/sbin/virt-what-cpuid-helper \
170         tests/qemu/proc/cpuinfo \
171         tests/qemu/proc/self/status \
172         tests/qemu/sbin/dmidecode \
173         tests/qemu/sbin/uname \
174         tests/qemu/sbin/virt-what-cpuid-helper \
175         tests/qemu-arm/proc/cpuinfo \
176         tests/qemu-arm/proc/device-tree/fw-cfg@9020000/compatible \
177         tests/qemu-arm/proc/self/status \
178         tests/qemu-arm/sbin/dmidecode \
179         tests/qemu-arm/sbin/uname \
180         tests/qemu-arm/sbin/virt-what-cpuid-helper \
181         tests/qemu-smbios/proc/cpuinfo \
182         tests/qemu-smbios/proc/self/status \
183         tests/qemu-smbios/sbin/dmidecode \
184         tests/qemu-smbios/sbin/uname \
185         tests/qemu-smbios/sbin/virt-what-cpuid-helper \
186         tests/qemu-smbios-kvm/proc/cpuinfo \
187         tests/qemu-smbios-kvm/proc/self/status \
188         tests/qemu-smbios-kvm/sbin/dmidecode \
189         tests/qemu-smbios-kvm/sbin/uname \
190         tests/qemu-smbios-kvm/sbin/virt-what-cpuid-helper \
191         tests/rhel5-xen-dom0/proc/cpuinfo \
192         tests/rhel5-xen-dom0/proc/self/status \
193         tests/rhel5-xen-dom0/proc/xen/balloon \
194         tests/rhel5-xen-dom0/proc/xen/capabilities \
195         tests/rhel5-xen-dom0/proc/xen/privcmd \
196         tests/rhel5-xen-dom0/proc/xen/xenbus \
197         tests/rhel5-xen-dom0/proc/xen/xsd_kva \
198         tests/rhel5-xen-dom0/proc/xen/xsd_port \
199         tests/rhel5-xen-dom0/sbin/dmidecode \
200         tests/rhel5-xen-dom0/sbin/uname \
201         tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \
202         tests/rhel5-xen-dom0/sys/hypervisor/properties/pagesize \
203         tests/rhel5-xen-dom0/sys/hypervisor/properties/changeset \
204         tests/rhel5-xen-dom0/sys/hypervisor/properties/virtual_start \
205         tests/rhel5-xen-dom0/sys/hypervisor/properties/capabilities \
206         tests/rhel5-xen-dom0/sys/hypervisor/properties/writable_pt \
207         tests/rhel5-xen-dom0/sys/hypervisor/type \
208         tests/rhel5-xen-dom0/sys/hypervisor/vmcoreinfo \
209         tests/rhel5-xen-dom0/sys/hypervisor/version/minor \
210         tests/rhel5-xen-dom0/sys/hypervisor/version/major \
211         tests/rhel5-xen-dom0/sys/hypervisor/version/extra \
212         tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiler \
213         tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiled_by \
214         tests/rhel5-xen-dom0/sys/hypervisor/compilation/compile_date \
215         tests/rhel5-xen-dom0/sys/hypervisor/uuid \
216         tests/rhel5-xen-domU-hvm/proc/cpuinfo \
217         tests/rhel5-xen-domU-hvm/proc/self/status \
218         tests/rhel5-xen-domU-hvm/sbin/dmidecode \
219         tests/rhel5-xen-domU-hvm/sbin/uname \
220         tests/rhel5-xen-domU-hvm/sbin/virt-what-cpuid-helper \
221         tests/rhel5-xen-domU-hvm-ia64/proc/cpuinfo \
222         tests/rhel5-xen-domU-hvm-ia64/proc/self/status \
223         tests/rhel5-xen-domU-hvm-ia64/sbin/dmidecode \
224         tests/rhel5-xen-domU-hvm-ia64/sbin/uname \
225         tests/rhel5-xen-domU-hvm-ia64/sbin/virt-what-cpuid-helper \
226         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vbd/bind \
227         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vbd/unbind \
228         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vif/bind \
229         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers/vif/unbind \
230         tests/rhel5-xen-domU-hvm-ia64/sys/bus/xen/drivers_probe \
231         tests/rhel5-xen-domU-pv/proc/cpuinfo \
232         tests/rhel5-xen-domU-pv/proc/self/status \
233         tests/rhel5-xen-domU-pv/proc/xen/balloon \
234         tests/rhel5-xen-domU-pv/proc/xen/capabilities \
235         tests/rhel5-xen-domU-pv/proc/xen/privcmd \
236         tests/rhel5-xen-domU-pv/proc/xen/xenbus \
237         tests/rhel5-xen-domU-pv/sbin/dmidecode \
238         tests/rhel5-xen-domU-pv/sbin/uname \
239         tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \
240         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/pagesize \
241         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/changeset \
242         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/virtual_start \
243         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/capabilities \
244         tests/rhel5-xen-domU-pv/sys/hypervisor/properties/writable_pt \
245         tests/rhel5-xen-domU-pv/sys/hypervisor/type \
246         tests/rhel5-xen-domU-pv/sys/hypervisor/vmcoreinfo \
247         tests/rhel5-xen-domU-pv/sys/hypervisor/version/minor \
248         tests/rhel5-xen-domU-pv/sys/hypervisor/version/major \
249         tests/rhel5-xen-domU-pv/sys/hypervisor/version/extra \
250         tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiler \
251         tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiled_by \
252         tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compile_date \
253         tests/rhel5-xen-domU-pv/sys/hypervisor/uuid \
254         tests/rhev/proc/cpuinfo \
255         tests/rhev/proc/self/status \
256         tests/rhev/sbin/dmidecode \
257         tests/rhev/sbin/uname \
258         tests/rhev/sbin/virt-what-cpuid-helper \
259         tests/vmm/proc/cpuinfo \
260         tests/vmm/sbin/dmidecode \
261         tests/vmm/sbin/uname \
262         tests/vmm/sbin/virt-what-cpuid-helper \
263         tests/xen-arm/proc/cpuinfo \
264         tests/xen-arm/proc/device-tree/hypervisor/compatible \
265         tests/xen-arm/proc/self/status \
266         tests/xen-arm/sbin/dmidecode \
267         tests/xen-arm/sbin/uname \
268         tests/xen-arm/sbin/virt-what-cpuid-helper \
269         tests/zvm/proc/cpuinfo \
270         tests/zvm/proc/self/status \
271         tests/zvm/proc/sysinfo \
272         tests/zvm/sbin/dmidecode \
273         tests/zvm/sbin/uname \
274         tests/zvm/sbin/virt-what-cpuid-helper \
275         $(TESTS)