X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Makefile.am;h=5fc58154d137f6a24e8d5b07d6a4b05fe7d70697;hb=HEAD;hp=b3b5f3ada5cf5dc6de54afe88cb01268a783327d;hpb=d426647b9dc2e98bd65823aebdd554ca6620313a;p=qemu-sanity-check.git diff --git a/Makefile.am b/Makefile.am index b3b5f3a..5fc5815 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,35 +11,20 @@ # 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. +# 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., +# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +SUBDIRS = src tests EXTRA_DIST = \ .gitignore \ qemu-sanity-check.1 \ - qemu-sanity-check.in \ qemu-sanity-check.pod \ - qemu-sanity-check.pod.in \ - qemu-sanity-check.spec \ - sleeper \ - $(TESTS) - -CLEANFILES = qemu-sanity-check - -bin_SCRIPTS = qemu-sanity-check -initrddir = $(libdir)/qemu-sanity-check -initrd_DATA = initrd + qemu-sanity-check.pod.in -# Build the initramfs. -initrd: init - echo $< | cpio --quiet -o -H newc > $@-t - mv $@-t $@ - -noinst_PROGRAMS = init -init_SOURCES = init.c -init_CFLAGS = -static -init_LDFLAGS = -static +CLEANFILES = \ + *~ # Build the man pages. qemu-sanity-check.pod: qemu-sanity-check.pod.in Makefile @@ -60,11 +45,7 @@ qemu-sanity-check.1: qemu-sanity-check.pod endif -# Tests. -TESTS = \ - run-qemu-sanity-check \ - test-timeout \ - test-bad-options \ - test-bad-kernel \ - test-bad-qemu \ - test-bad-userspace +# Tag HEAD with current version (maintainer only). + +maintainer-tag: + git tag -a v$(VERSION) -m "Version $(VERSION)" -f