X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Message-ID: <20151114234238.19176.qmail@stuge.se> Date: Sun, 15 Nov 2015 00:42:38 +0100 From: "Peter Stuge (peter AT stuge DOT se) [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? Mail-Followup-To: geda-user AT delorie DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: 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 Britton Kerin (britton DOT kerin AT gmail DOT com) [via geda-user AT delorie DOT com] wrote: > I tried to make a file pcb-foo.c and the build system seemed to always > think its o-file was up to date, and seemed to never compile the file > itself (I think the .o was just a dependency build or something). > After autoreconf etc. of course. Renaming it seemed to fix the problem. How did you adjust Makefile.am to include this file in a _SOURCES variable for automake? > 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