From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1HsxHc-0006xZ-N4 for qemu-devel@nongnu.org; Tue, 29 May 2007 04:42:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1HsxHb-0006xN-Jo for qemu-devel@nongnu.org; Tue, 29 May 2007 04:42:24 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1HsxHb-0006xK-GH for qemu-devel@nongnu.org; Tue, 29 May 2007 04:42:23 -0400 Received: from mail.gmx.net ([213.165.64.20]) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1HsxHa-0005l3-Io for qemu-devel@nongnu.org; Tue, 29 May 2007 04:42:23 -0400 Message-ID: <465BE76B.9080201@gmx.at> Date: Tue, 29 May 2007 10:42:19 +0200 From: Clemens Kolbitsch MIME-Version: 1.0 References: <20070528160302.540gmx1@mx058.gmx.net> In-Reply-To: <20070528160302.540gmx1@mx058.gmx.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] Adding multiple files to qemu Makefile ... a pain Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org hi! sorry that I'm posting for such a dumb thing, but I'm going crazy.... Up until now, I had a single file added to the qemu/hw folder. after adding VL_OBJS += myfile.o everything compiled without problems. but now my project grew too large and i wanted to split everything into multiple header- and source-files (all inside qemu/hw). Now, I've been sitting here for hours trying to get everything working, without success (obviously, otherwise I wouldn't be asking ;-) ) What adoptions do I have to make to Makefile(.target) to add new header&source files (best would be if I could add a seperate folder inside qemu/hw/) thanks and sorry for such a basic-gcc/makefile question :-( greets!!