This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: I can't set up Makefile.am for data directory & avoid "No ruleto make target `all'."...


>>>   <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




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]