This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
I can't set up Makefile.am for data directory & avoid "No rule tomake target `all'."...
- From: <cs at gnumatica dot com>
- To: automake at gnu dot org
- Date: Tue, 29 Apr 2003 18:44:08 -0700 (MST)
- Subject: I can't set up Makefile.am for data directory & avoid "No rule tomake target `all'."...
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)
Everytime I do make (from top level directory) it says
"No rule to make target `all'"
How avoid this?
Chris