automake
[Top][All Lists]
Advanced

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

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


From: cs
Subject: I can't set up Makefile.am for data directory & avoid "No rule to make target `all'."...
Date: Tue, 29 Apr 2003 18:44:08 -0700 (MST)

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







reply via email to

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