automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with data files


From: John Calcote
Subject: Re: Problems with data files
Date: Tue, 27 May 2008 09:17:49 -0600
User-agent: Thunderbird 2.0.0.12 (X11/20080226)

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Ganesh Kundapur wrote:
> When i configure, Makefile will be created under src, data directories but
> not under data/audio directory. Makefile wont be created even if i put a
> entry under SUBDIRS

Do you have an entry for data/audio/Makefile in your AC_CONFIG_FILES
macro in configure.ac? Automake doesn't generate Makefiles - it
generates Makefile.in templates from Makefile.am sources. Autoconf
generates Makefiles from the Makefile.in templates created by Automake.
Many times I've spent time trying to figure out why my SUBDIRS structure
was apparently not being honored by Automake, only to find that I'd
forgotten to add the correct Makefile references to my AC_CONFIG_FILES
macro.

Regards,
John
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.4-svn0 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iD8DBQFIPCYddcgqmRY/OH8RAlocAJ9SZB8BuN9MVbznt2KnciDMPL3FJACcD7q8
5GTCiL+XHga1wikgrGivTIQ=
=13dx
-----END PGP SIGNATURE-----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]