Makefile.in, Makefile.am problem

Ivan Guzvinec ivang@opencores.org
Fri Jan 18 08:47:00 GMT 2002


Hi,

I'm trying to merge our OR32 binutils with main distribution but I have
a problem with MKDEP generated sections of Makefile.am/.in.

(part of Makefile.in/.am that starts with)
AMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING
BELOW.
DEPTC_a29k_aout = $(INCDIR)/symcat.h $(srcdir)/config/obj-aout.h \
  $(srcdir)/config/tc-a29k.h $(BFDDIR)/libaout.h $(INCDIR)/bfdlink.h \
  $(INCDIR)/safe-ctype.h $(INCDIR)/opcode/a29k.h
...
...
BMKDEP = #DO NOT PUT ANYTHING BETWEEN THIS LINE AND THE MATCHING WARNING
ABOVE.
(and ends here)

Entries for the files that I have added are not generated. If I add them
manualy they (as expected) are deleted when I try to build the sources.

I am new to these tools (Automake, etc...) so I would ask if someone can
please tell me how and when these sections of Makefile.am/.in are
generated?

regards, 
	Ivan



More information about the Binutils mailing list