delorie.com/archives/browse.cgi | search |
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]" <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: | <CAC4O8c8-b+=FCF17W+8_bkQDQdwXJ6bufp9X+nViz346Y4vVJQ AT mail DOT gmail DOT com> |
MIME-Version: | 1.0 |
In-Reply-To: | <CAC4O8c8-b+=FCF17W+8_bkQDQdwXJ6bufp9X+nViz346Y4vVJQ@mail.gmail.com> |
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 |
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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |