From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:45024) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnFBx-0002Wp-Pc for qemu-devel@nongnu.org; Tue, 17 Jan 2012 14:59:41 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RnFBr-00069J-IC for qemu-devel@nongnu.org; Tue, 17 Jan 2012 14:59:37 -0500 Received: from mx1.redhat.com ([209.132.183.28]:17873) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RnFBr-00069E-8y for qemu-devel@nongnu.org; Tue, 17 Jan 2012 14:59:31 -0500 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id q0HJxUwF025614 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 17 Jan 2012 14:59:30 -0500 Received: from redhat.com (vpn1-7-220.ams2.redhat.com [10.36.7.220]) by int-mx10.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id q0HJxQpO001438 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Tue, 17 Jan 2012 14:59:29 -0500 Date: Tue, 17 Jan 2012 19:59:26 +0000 From: "Daniel P. Berrange" Message-ID: <20120117195926.GF31904@redhat.com> References: <1326828907-13822-1-git-send-email-berrange@redhat.com> <1326828907-13822-2-git-send-email-berrange@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <1326828907-13822-2-git-send-email-berrange@redhat.com> Subject: Re: [Qemu-devel] [PATCH 1/2] Rewrite the way keycode conversions are performed Reply-To: "Daniel P. Berrange" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Jan 17, 2012 at 07:35:06PM +0000, Daniel P. Berrange wrote: > diff --git a/Makefile b/Makefile > index 2bbc547..f776c30 100644 > --- a/Makefile > +++ b/Makefile > @@ -116,7 +116,45 @@ QEMU_CFLAGS+=$(GLIB_CFLAGS) > > ui/cocoa.o: ui/cocoa.m > > -ui/sdl.o audio/sdlaudio.o ui/sdl_zoom.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) > +ui/sdl.o audio/sdlaudio.o ui/sdl_zoom.o ui/sdl_keymap.o baum.o: QEMU_CFLAGS += $(SDL_CFLAGS) > + > +KEYMAP_GEN = ui/keymap-gen.pl > +KEYMAP_CSV = ui/keymaps.csv > + > +SDL_KEYMAPS = \ > + ui/sdl_keymap_xorgevdev2rfb.c \ > + ui/sdl_keymap_xorgkbd2rfb.c \ > + ui/sdl_keymap_xorgxquartz2rfb.c \ > + ui/sdl_keymap_xorgxwin2rfb.c \ > + ui/sdl_keymap_osx2rfb.c \ > + ui/sdl_keymap_win322rfb.c > + > +$(SDL_KEYMAPS): $(KEYMAP_GEN) $(KEYMAP_CSV) > +GENERATED_SOURCES += $(SDL_KEYMAPS) > + > +# Avoid need for perl(Text::CSV) by end users > +# XXXX how does QEMU make file deal with this > +#EXTRA_DIST += $(SDL_KEYMAPS) I'm obviously looking for feedback here as to what QEMU's equivalent to automake's 'make dist' target is and how to tell it to pull in extra files ? Daniel -- |: http://berrange.com -o- http://www.flickr.com/photos/dberrange/ :| |: http://libvirt.org -o- http://virt-manager.org :| |: http://autobuild.org -o- http://search.cpan.org/~danberr/ :| |: http://entangle-photo.org -o- http://live.gnome.org/gtk-vnc :|