X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com X-Original-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; bh=N2T5K/5qNRTKUxpjp+SF0j/sAVARE2gWjXOnwhcSPAI=; b=IZGfvH4eU+E3akaC9wtsjbEXuyNs1e2uDa9fc70PZjde7WwthkqQabWogdh9pKay0a VJWL2sKZbWmCWlZOHthWqHF4jYC3WK2ivj8rSWHbC1AvjB3Ub76c+bOmxHOYHk5ztT1j Lq+nbgozb+IzpHUEs3RSfDIwpPZC2Jx9XOkS1FgPMhjA6+Yp3gvW3dFjRw/UxFDzAhKN pd3R0f+pbnlvJbTh/8zLTITjYnqPd3RR6SbaDrrHTwpSxqCejnL6kxbdO+vw9qWZJLR0 mJaYQL/roPPc72J95V3PE8Kba2XhEq0wgVapMgyPM9COZnNVAyMrxjNExQs7xY/znfog zhbw== X-Received: by 10.194.114.70 with SMTP id je6mr32750853wjb.7.1447617978135; Sun, 15 Nov 2015 12:06:18 -0800 (PST) Date: Sun, 15 Nov 2015 21:06:12 +0100 From: "Nicklas Karlsson (nicklas DOT karlsson17 AT gmail DOT com) [via geda-user AT delorie DOT com]" To: geda-user AT delorie DOT com Subject: Re: [geda-user] build system handles files starting with pcb- in some special way? Message-Id: <20151115210612.cfb4c478399a7b76854875db@gmail.com> In-Reply-To: <20151114234238.19176.qmail@stuge.se> References: <20151114234238 DOT 19176 DOT qmail AT stuge DOT se> X-Mailer: Sylpheed 3.5.0beta1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > > Does the build system treat files starting with pcb- in some special way? > > automake+libtool need to know about source files. I would expect your > source file would be compiled to pcb-pcb-foo.o if correctly added to > a _SOURCES variable. > > > //Peter there is a special option -p print data base which may be useful. Then you know what oppinion make have about the depencies you might be able to figure out. Nicklas Karlsson