This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: I can't set up Makefile.am for data directory & avoid "No ruleto make target `all'."...
- From: Alexandre Duret-Lutz <duret_g at lrde dot epita dot fr>
- To: <cs at gnumatica dot com>
- Cc: automake at gnu dot org
- Date: Sun, 11 May 2003 22:15:43 +0200
- Subject: Re: I can't set up Makefile.am for data directory & avoid "No ruleto make target `all'."...
- References: <22651.64.202.166.4.1051667048.webemail@webmail.secureserver.net>
>>> <cs@gnumatica.com> writes:
> I carefully set up Makefile.am for a data directory like so...
> mydatadir = $(pkgdatadir)/blah
> dist_mydata_DATA = datafile1 datafile2 ...
> EXTRA_DIST = $(dist_mydata_DATA)
The third line is superfluous.
> Everytime I do make (from top level directory) it says
> "No rule to make target `all'"
> How avoid this?
Does Makefile exist in this directory?
--
Alexandre Duret-Lutz