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]

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






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