Re: Getting long SOURCES lines with subdirs shorter

2023-07-17 Thread Václav Haisman
On 17. 07. 23 18:27, Václav Haisman wrote: On 17. 07. 23 0:55, Jan Engelhardt wrote: Given a_SOURCES = aprog/main.c aprog/foo.c aprog/bar.c aprog/baz.c ... The more source files there are to be listed, the longer that line gets, the bigger the Makefile.am fragment becomes, etc. I am

Re: Getting long SOURCES lines with subdirs shorter

2023-07-17 Thread Václav Haisman
On 17. 07. 23 0:55, Jan Engelhardt wrote: Given a_SOURCES = aprog/main.c aprog/foo.c aprog/bar.c aprog/baz.c ... The more source files there are to be listed, the longer that line gets, the bigger the Makefile.am fragment becomes, etc. I am thinking about how to cut that repetition down

Re: _SOURCES files in sub-directories lead to make distdir failure

2018-01-24 Thread Václav Haisman
On 24 January 2018 at 16:26, netfab wrote: > Le 24/01/18 à 09:09, Nick Bowler a tapoté : >> Since you are hitting this problem now, you have probably only been >> testing in-tree builds until this moment. > > In fact, no. Since the beginning I'm using a separate build directory. > But I did not te

Re: _SOURCES files in sub-directories lead to make distdir failure

2018-01-24 Thread Václav Haisman
On 24 January 2018 at 16:37, netfab wrote: > Le 24/01/18 à 16:16, Václav Haisman a tapoté : >> > The makefile.am for this lib contains : >> >> libmyLIB_la_SOURCES = \ >> >> aaa.cpp aaa.h \ >> >> foo/bbb.cpp foo/bbb.h \ >> &

Re: _SOURCES files in sub-directories lead to make distdir failure

2018-01-24 Thread Václav Haisman
On 24 January 2018 at 11:38, netfab wrote: > > Hi, > > I'm using automake-1.15.1 to build a project using recursive makefiles. > > Into that project, there's a subdirectory to build a library using > libtool-2.4.6. The source code of this library is organized into > sub-directories, like this : >>

Re: Which component controls automake.info ?

2018-01-03 Thread Václav Haisman
On 3 January 2018 at 05:26, Jeffrey Walton wrote: > I'm trying to update Autoconf and Automake on an old CentOS system. > The build is failing with: > > MAKEINFO doc/automake.info > /home/scripts/automake-1.15.1/lib/missing: line 81: makeinfo: command not > found > WARNING: 'makeinfo' is missin

Re: Automake Digest, Vol 175, Issue 3

2017-09-08 Thread Václav Haisman
On 8 September 2017 at 03:25, Kip Warner wrote: > On Thu, 2017-09-07 at 10:22 +0200, Thomas Jahns wrote: > > Really the only part, where names need to be included verbatim is in > > so-called automake primaries. > > Exactly. And since the full paths are necessary to populate the > _SOURCES primar

Re: undeprecate request

2016-08-18 Thread Václav Haisman
On 18.8.2016 21:12, NightStrike wrote: > Can you undeprecate Java? > > https://www.gnu.org/software/automake/manual/html_node/Java.html > > I know the support isn't perfect, but it is useful when you have a > large project that incorporates both Java and other languages, and you > want to keep yo

Re: Newbie Automake Problem

2016-07-01 Thread Václav Haisman
t think it is necessary. The appropriate objects are linked in through the |libcsa.la| library. > > EXTRA_DIST = /src/m4/NOTES This should probably not be an absolute path. > > Thanks for the help. > > > >> On Jun 30, 2016, at 11:57 PM, Václav Haisman > <mailto:vhais.

Re: Newbie Automake Problem

2016-06-30 Thread Václav Haisman
On 30 June 2016 at 03:03, JASON TILLEY wrote: > I am trying to create a Makefile.am for a package on github in order to make > it more friendly to packaging (https://github.com/sakov/csa-c). I am having > linking problems on my Mac. I’m sure its my complete lack of understanding of > Automake.