From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MRuHh-0002mX-Nh for qemu-devel@nongnu.org; Fri, 17 Jul 2009 16:44:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MRuHg-0002l9-I3 for qemu-devel@nongnu.org; Fri, 17 Jul 2009 16:44:00 -0400 Received: from [199.232.76.173] (port=42794 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MRuHg-0002kj-4p for qemu-devel@nongnu.org; Fri, 17 Jul 2009 16:44:00 -0400 Received: from fg-out-1718.google.com ([72.14.220.154]:25315) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MRuHf-0003bz-Pr for qemu-devel@nongnu.org; Fri, 17 Jul 2009 16:43:59 -0400 Received: by fg-out-1718.google.com with SMTP id l27so287146fgb.8 for ; Fri, 17 Jul 2009 13:43:58 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <5d2efc0082fb1852f0552f300b2cff9e40642ee5.1247858024.git.quintela@redhat.com> References: <5d2efc0082fb1852f0552f300b2cff9e40642ee5.1247858024.git.quintela@redhat.com> From: Blue Swirl Date: Fri, 17 Jul 2009 23:43:38 +0300 Message-ID: Subject: Re: [Qemu-devel] [PATCH 12/37] generate CPPFLAGS and LIBS on ./configure Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: quintela@redhat.com Cc: qemu-devel@nongnu.org On Fri, Jul 17, 2009 at 10:21 PM, wrote: > From: Juan Quintela > +# LIBS = libraries that we want to use for linking > +# CPPFFLAGS = flags for cpp, they are passed both to .c and .s files CPP_F_FLAGS? Flags that are used for passing Fortran through CPP? :-) Nice work, by the way. Can't wait to see the finished product.