From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26438 invoked by alias); 18 Jan 2002 16:14:41 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 26404 invoked from network); 18 Jan 2002 16:14:39 -0000 Received: from unknown (HELO iza.mr2.si) (193.189.173.100) by sources.redhat.com with SMTP; 18 Jan 2002 16:14:39 -0000 Received: from opencores.org (IDENT:ivang@[213.143.73.51]) by iza.mr2.si (8.9.1/8.9.1) with ESMTP id RAA27129 for ; Fri, 18 Jan 2002 17:14:38 +0100 Message-ID: <3B682BF9.C504EBE1@opencores.org> Date: Fri, 18 Jan 2002 08:47:00 -0000 From: Ivan Guzvinec X-Mailer: Mozilla 4.75 [en] (X11; U; Linux 2.4.3 i686) X-Accept-Language: en MIME-Version: 1.0 To: binutils Subject: Makefile.in, Makefile.am problem Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2002-01/txt/msg00368.txt.bz2 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