automake
[Top][All Lists]
Advanced

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

Re: Bad directive


From: Bob Friesenhahn
Subject: Re: Bad directive
Date: Mon, 12 Oct 2015 12:04:41 -0500 (CDT)
User-agent: Alpine 2.01 (GSO 1266 2009-07-14)

On Mon, 12 Oct 2015, G wrote:

Hi,

I'm a newcomer with automake, "thanks" to the following error I have in a 
Makefile.in file:

@AMDEP_TRUE@@am__include@ @address@hidden/plugspecial/$(DEPDIR)/address@hidden@


The path between the quotes is correct, why this error, just marked in Eclipse 
Kepler/MinGW/Windows 7/32 bit as "Bad directive"?

The Makefile.in file produced by Automake does not use valid 'make' syntax. The Makefile.in file is converted by configure/config.status to produce a Makefile which does use valid 'make' syntax. Unless there is a problem, you should ignore the content of Makefile.in since it is an intermediate file.

Bob
--
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/



reply via email to

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