X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=1cb73b7fb2ab31274ab2a1574c93eaf31e43b670;hb=e52beb21195b9e5c6c5b00974848f325cee38193;hp=2dfed9caacbca9d2344ae1e80ae3fe489e0d17e3;hpb=5e85dccc07d94b8a380601fdc2c5d471e062e0b2;p=virt-what.git diff --git a/Makefile.am b/Makefile.am index 2dfed9c..1cb73b7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -15,142 +15,29 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. -CLEANFILES = virt-what virt-what.1 virt-what.txt - AM_CPPFLAGS = -Wall +CLEANFILES = virt-what *~ + +EXTRA_DIST = .gitignore virt-what.in virt-what.pod + +SUBDIRS = . tests + sbin_SCRIPTS = virt-what libexec_PROGRAMS = virt-what-cpuid-helper +if HOST_CPU_IA64 +libexec_PROGRAMS += virt-what-ia64-xen-rdtsc-test +endif +if HAVE_POD2MAN + +CLEANFILES += virt-what.1 virt-what.txt man_MANS = virt-what.1 virt-what.1: virt-what.pod pod2man -c "Virtualization Support" --release "$(PACKAGE)-$(VERSION)" \ - $< > $@ - + $? > $@ virt-what.txt: virt-what.pod - pod2text $< > $@ - -TESTS = \ - tests/test-baremetal.sh \ - tests/test-esx4.1.sh \ - tests/test-hyperv.sh \ - tests/test-kvm.sh \ - tests/test-kvm-explicit-cpu.sh \ - tests/test-linux-vserver.sh \ - tests/test-lx86.sh \ - tests/test-parallels-desktop.sh \ - tests/test-qemu.sh \ - tests/test-rhel5-xen-dom0.sh \ - tests/test-rhel5-xen-domU-hvm.sh \ - tests/test-rhel5-xen-domU-pv.sh \ - tests/test-zvm.sh + pod2text $? > $@ -EXTRA_DIST = \ - virt-what.in \ - virt-what.pod \ - tests/baremetal/proc/cpuinfo \ - tests/baremetal/proc/self/status \ - tests/baremetal/sbin/dmidecode \ - tests/baremetal/sbin/id \ - tests/baremetal/sbin/virt-what-cpuid-helper \ - tests/esx4.1/proc/cpuinfo \ - tests/esx4.1/proc/self/status \ - tests/esx4.1/sbin/dmidecode \ - tests/esx4.1/sbin/id \ - tests/esx4.1/sbin/virt-what-cpuid-helper \ - tests/hyperv/proc/cpuinfo \ - tests/hyperv/proc/self/status \ - tests/hyperv/sbin/dmidecode \ - tests/hyperv/sbin/id \ - tests/hyperv/sbin/virt-what-cpuid-helper \ - tests/kvm/proc/cpuinfo \ - tests/kvm/proc/self/status \ - tests/kvm/sbin/dmidecode \ - tests/kvm/sbin/id \ - tests/kvm/sbin/virt-what-cpuid-helper \ - tests/kvm-explicit-cpu/proc/cpuinfo \ - tests/kvm-explicit-cpu/proc/self/status \ - tests/kvm-explicit-cpu/sbin/dmidecode \ - tests/kvm-explicit-cpu/sbin/id \ - tests/kvm-explicit-cpu/sbin/virt-what-cpuid-helper \ - tests/linux-vserver/proc/cpuinfo \ - tests/linux-vserver/proc/self/status \ - tests/linux-vserver/sbin/dmidecode \ - tests/linux-vserver/sbin/id \ - tests/linux-vserver/sbin/virt-what-cpuid-helper \ - tests/lx86/proc/cpuinfo \ - tests/lx86/proc/self/status \ - tests/lx86/sbin/dmidecode \ - tests/lx86/sbin/id \ - tests/lx86/sbin/virt-what-cpuid-helper \ - tests/parallels-desktop/proc/cpuinfo \ - tests/parallels-desktop/proc/self/status \ - tests/parallels-desktop/sbin/dmidecode \ - tests/parallels-desktop/sbin/id \ - tests/parallels-desktop/sbin/virt-what-cpuid-helper \ - tests/qemu/proc/cpuinfo \ - tests/qemu/proc/self/status \ - tests/qemu/sbin/dmidecode \ - tests/qemu/sbin/id \ - tests/qemu/sbin/virt-what-cpuid-helper \ - tests/rhel5-xen-dom0/proc/cpuinfo \ - tests/rhel5-xen-dom0/proc/self/status \ - tests/rhel5-xen-dom0/proc/xen/balloon \ - tests/rhel5-xen-dom0/proc/xen/capabilities \ - tests/rhel5-xen-dom0/proc/xen/privcmd \ - tests/rhel5-xen-dom0/proc/xen/xenbus \ - tests/rhel5-xen-dom0/proc/xen/xsd_kva \ - tests/rhel5-xen-dom0/proc/xen/xsd_port \ - tests/rhel5-xen-dom0/sbin/dmidecode \ - tests/rhel5-xen-dom0/sbin/id \ - tests/rhel5-xen-dom0/sbin/virt-what-cpuid-helper \ - tests/rhel5-xen-dom0/sys/hypervisor/properties/pagesize \ - tests/rhel5-xen-dom0/sys/hypervisor/properties/changeset \ - tests/rhel5-xen-dom0/sys/hypervisor/properties/virtual_start \ - tests/rhel5-xen-dom0/sys/hypervisor/properties/capabilities \ - tests/rhel5-xen-dom0/sys/hypervisor/properties/writable_pt \ - tests/rhel5-xen-dom0/sys/hypervisor/type \ - tests/rhel5-xen-dom0/sys/hypervisor/vmcoreinfo \ - tests/rhel5-xen-dom0/sys/hypervisor/version/minor \ - tests/rhel5-xen-dom0/sys/hypervisor/version/major \ - tests/rhel5-xen-dom0/sys/hypervisor/version/extra \ - tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiler \ - tests/rhel5-xen-dom0/sys/hypervisor/compilation/compiled_by \ - tests/rhel5-xen-dom0/sys/hypervisor/compilation/compile_date \ - tests/rhel5-xen-dom0/sys/hypervisor/uuid \ - tests/rhel5-xen-domU-hvm/proc/cpuinfo \ - tests/rhel5-xen-domU-hvm/proc/self/status \ - tests/rhel5-xen-domU-hvm/sbin/dmidecode \ - tests/rhel5-xen-domU-hvm/sbin/id \ - tests/rhel5-xen-domU-hvm/sbin/virt-what-cpuid-helper \ - tests/rhel5-xen-domU-pv/proc/cpuinfo \ - tests/rhel5-xen-domU-pv/proc/self/status \ - tests/rhel5-xen-domU-pv/proc/xen/balloon \ - tests/rhel5-xen-domU-pv/proc/xen/capabilities \ - tests/rhel5-xen-domU-pv/proc/xen/privcmd \ - tests/rhel5-xen-domU-pv/proc/xen/xenbus \ - tests/rhel5-xen-domU-pv/sbin/dmidecode \ - tests/rhel5-xen-domU-pv/sbin/id \ - tests/rhel5-xen-domU-pv/sbin/virt-what-cpuid-helper \ - tests/rhel5-xen-domU-pv/sys/hypervisor/properties/pagesize \ - tests/rhel5-xen-domU-pv/sys/hypervisor/properties/changeset \ - tests/rhel5-xen-domU-pv/sys/hypervisor/properties/virtual_start \ - tests/rhel5-xen-domU-pv/sys/hypervisor/properties/capabilities \ - tests/rhel5-xen-domU-pv/sys/hypervisor/properties/writable_pt \ - tests/rhel5-xen-domU-pv/sys/hypervisor/type \ - tests/rhel5-xen-domU-pv/sys/hypervisor/vmcoreinfo \ - tests/rhel5-xen-domU-pv/sys/hypervisor/version/minor \ - tests/rhel5-xen-domU-pv/sys/hypervisor/version/major \ - tests/rhel5-xen-domU-pv/sys/hypervisor/version/extra \ - tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiler \ - tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compiled_by \ - tests/rhel5-xen-domU-pv/sys/hypervisor/compilation/compile_date \ - tests/rhel5-xen-domU-pv/sys/hypervisor/uuid \ - tests/zvm/proc/cpuinfo \ - tests/zvm/proc/self/status \ - tests/zvm/proc/sysinfo \ - tests/zvm/sbin/dmidecode \ - tests/zvm/sbin/id \ - tests/zvm/sbin/virt-what-cpuid-helper \ - $(TESTS) +endif