2 # Copyright (C) 2009-2010 Red Hat Inc.
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.
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.
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.
18 include $(top_srcdir)/subdir-rules.mk
20 ACLOCAL_AMFLAGS = -I m4
22 # Basic source for the library.
23 SUBDIRS = gnulib/lib images src examples po
32 # Tests and the test-tool.
33 SUBDIRS += gnulib/tests capitests regressions test-tool
43 SUBDIRS += ocaml ocaml/examples
58 # Virt-inspector, tools and guestmount.
74 BUGS HACKING RELEASE-NOTES TODO \
75 libguestfs.pc libguestfs.pc.in \
88 # HTML versions of manual pages.
90 noinst_DATA = html/guestfs.3.html html/guestfish.1.html
92 html/guestfs.3.html: src/guestfs.pod \
93 src/guestfs-actions.pod \
94 src/guestfs-availability.pod \
95 src/guestfs-structs.pod
98 -e '/@ACTIONS@/rsrc/guestfs-actions.pod' \
100 -e '/@AVAILABILITY@/rsrc/guestfs-availability.pod' \
101 -e 's/@AVAILABILITY@//' \
102 -e '/@STRUCTS@/rsrc/guestfs-structs.pod' \
107 --title "libguestfs API documentation" \
111 html/guestfish.1.html: fish/guestfish.pod fish/guestfish-actions.pod
114 -e '/@ACTIONS@/rfish/guestfish-actions.pod' -e 's/@ACTIONS@//' \
118 --title "guestfish, libguestfs filesystem interactive shell" \
123 html/recipes.html: $(wildcard recipes/*.sh) $(wildcard recipes/*.html) $(wildcard recipes/*.example) Makefile make-recipes.sh
126 sh make-recipes.sh recipes/*.sh > $@-t
130 html/guestfs.3.html \
131 html/guestfish.1.html \
132 html/guestmount.1.html \
133 html/virt-cat.1.html \
134 html/virt-df.1.html \
135 html/virt-edit.1.html \
136 html/virt-inspector.1.html \
137 html/virt-list-filesystems.1.html \
138 html/virt-list-partitions.1.html \
139 html/virt-ls.1.html \
140 html/virt-make-fs.1.html \
141 html/virt-rescue.1.html \
142 html/virt-resize.1.html \
143 html/virt-tar.1.html \
144 html/virt-win-reg.1.html \
146 html/pod.css html/recipes.css
148 TEXTFILES = README TODO HACKING
150 WEBSITEDIR = $(HOME)/d/redhat/websites/libguestfs
152 website: $(HTMLFILES) $(TEXTFILES)
153 cp $(HTMLFILES) $(WEBSITEDIR)
154 for f in $(TEXTFILES); do cp $$f $(WEBSITEDIR)/$$f.txt; done
155 cd $(WEBSITEDIR) && \
157 sed -e "s/SUBST_VERSION/$(VERSION)/" \
158 -e "s/SUBST_DATE/$$date/" \
159 < index.html.in > index.html
161 # When doing 'make dist' update a few files automatically.
163 $(top_srcdir)/build-aux/gitlog-to-changelog > ChangeLog
164 cp ChangeLog $(distdir)/ChangeLog
165 $(top_srcdir)/update-bugs > BUGS-t
167 cp BUGS $(distdir)/BUGS
169 # Update the list of translatable files in po/POTFILES.in.
172 find $(DIST_SUBDIRS) \
173 -name '*.c' -o -name '*.pl' -o -name '*.pm' | \
174 grep -v '^perl/blib/' | \
175 grep -v '^capitests/' | \
176 grep -v '^daemon/lib/' | \
177 grep -v '^daemon/tests/' | \
178 grep -v '^examples/' | \
179 grep -v '^gnulib/' | \
180 grep -v '^perl/examples/' | \
181 grep -v '/guestfs_protocol.c' | \
182 grep -v '/rc_protocol.c' | \
183 grep -v 'appliance/debian/root' | \
185 sed 's,^\./,,' > po/POTFILES.in
189 pkgconfigdir = $(libdir)/pkgconfig
190 pkgconfig_DATA = libguestfs.pc
194 CLEANFILES = $(fs_DATA) \
198 guestfs.3 guestfish.1
203 # If you don't want to run all of the tests ('make check') then this
204 # will just run libguestfs-test-tool for a quick check. Note this
205 # is NOT a substitute for proper testing!
208 LIBGUESTFS_PATH=appliance \
209 test-tool/libguestfs-test-tool \
210 --helper test-tool/libguestfs-test-tool-helper