This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils 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]

Makefile.in, Makefile.am problem


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


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