automake
[Top][All Lists]
Advanced

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

Re: I can't set up Makefile.am for data directory & avoid "No rule to ma


From: Alexandre Duret-Lutz
Subject: Re: I can't set up Makefile.am for data directory & avoid "No rule to make target `all'."...
Date: Sun, 11 May 2003 22:15:43 +0200
User-agent: Gnus/5.090016 (Oort Gnus v0.16) Emacs/21.3 (gnu/linux)

>>>   <address@hidden> 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





reply via email to

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