Re: Long file lists and deep directioriies with Automake

2013-12-18 Thread PenguinDude24
I also had to use the install-data-hook target to get the data files nested just right also.

Re: Long file lists and deep directioriies with Automake

2013-12-17 Thread Gavin Smith
On Mon, Dec 2, 2013 at 8:21 PM, PenguinDude24 beowul...@yandex.com wrote: Automake generates the Makefile.in files, and configure makes the 'Makefile' for the directory. But the generated makefiles give errors. GNU Make gives the ominous 'missing separator error'. That errors can be triggered

Re: Long file lists and deep directioriies with Automake

2013-12-17 Thread PenguinDude24
On 12/17/2013 04:05 PM, Gavin Smith wrote: On Mon, Dec 2, 2013 at 8:21 PM, PenguinDude24beowul...@yandex.com wrote: Automake generates the Makefile.in files, and configure makes the 'Makefile' for the directory. But the generated makefiles give errors. GNU Make gives the ominous 'missing

Long file lists and deep directioriies with Automake

2013-12-02 Thread PenguinDude24
I'm working on a project. Actually, I'm rennovating a project. And its mostly script files that do not need to be compiled with a C or C++ compiler; were talking Perl here. Anyway, the package requries that many data files be installed. I'm telling Automake via Makefile.am to put them into