Discussion:
Bad directive
G
2015-10-12 07:36:34 UTC
Permalink
Hi,

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

@AMDEP_TRUE@@am__include@ @***@progsrc/plugspecial/$(DEPDIR)/SPECIALExtract-***@am__quote@


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

Thanks for help
Bob Friesenhahn
2015-10-12 17:04:41 UTC
Permalink
Post by G
Hi,
@AMDEP_TRUE@@am__include@ @***@progsrc/plugspecial/$(DEPDIR)/SPECIALExtract-***@am__quote@
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
***@simple.dallas.tx.us, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer, http://www.GraphicsMagick.org/
Loading...