X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=blobdiff_plain;f=virt-df%2FMakefile.in;h=cc25c9c34753a0fb02cb58260473d9b3152ec6fa;hp=ed820e62625e30f9c5913728b201d53bb2ebf123;hb=ff8a7d9e917c04ad8e8d609567492a6943d35212;hpb=4bc4d8bfaa99eae626c1c5fbe50096afb05fd0da diff --git a/virt-df/Makefile.in b/virt-df/Makefile.in old mode 100644 new mode 100755 index ed820e6..cc25c9c --- a/virt-df/Makefile.in +++ b/virt-df/Makefile.in @@ -1,4 +1,19 @@ -# $Id: Makefile.in,v 1.6 2007/08/23 11:09:19 rjones Exp $ +# virt-df +# Copyright (C) 2007 Red Hat Inc., Richard W.M. Jones +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. PACKAGE := @PACKAGE_NAME@ VERSION := @PACKAGE_VERSION@ @@ -14,7 +29,11 @@ pkg_xml_light = @pkg_xml_light@ OCAMLCPACKAGES := -package unix,extlib,xml-light -OBJS := virt_df.cmo +OBJS := virt_df.cmo \ + virt_df_ext2.cmo \ + virt_df_linux_swap.cmo \ + virt_df_lvm2.cmo \ + virt_df_main.cmo XOBJS := $(OBJS:.cmo=.cmx) OCAMLCPACKAGES += -I ../libvirt @@ -32,7 +51,7 @@ BYTE_TARGETS := virt-df OPT_TARGETS := virt-df.opt #ifeq ($(HAVE_PERLDOC),perldoc) -#BYTE_TARGETS += virt-top.1 virt-top.txt +#BYTE_TARGETS += virt-df.1 virt-df.txt #endif all: $(BYTE_TARGETS) @@ -50,11 +69,11 @@ virt-df.opt: $(XOBJS) # Manual page. #ifeq ($(HAVE_PERLDOC),perldoc) -#virt-top.1: virt-top.pod +#virt-df.1: virt-df.pod # pod2man -c "Virtualization Support" --release "$(PACKAGE)-$(VERSION)" \ # $< > $@ # -#virt-top.txt: virt-top.pod +#virt-df.txt: virt-df.pod # pod2text $< > $@ #endif