autoconf
[Top][All Lists]
Advanced

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

Re: Makefiles guidance


From: Bob Friesenhahn
Subject: Re: Makefiles guidance
Date: Thu, 14 Jun 2018 17:29:55 -0500 (CDT)
User-agent: Alpine 2.20 (GSO 67 2015-01-07)

On Fri, 15 Jun 2018, Anmol Mishra wrote:

Now, in Makefile.am Rules are a bit different than regular makefile?

Makefile.am is written in Automake syntax which is transformed using the 'automake' program into a portable make syntax so that any 'make' program should be able to use it. See https://www.gnu.org/software/automake/manual/

The GNU Make Makefile you found previously is written in GNU-make specific syntax. See https://www.gnu.org/software/make/manual/

However, portable Makefiles (such as produced by GNU Automake) are written in a portable subset of POSIX make syntax.

I should mention that this is the Autoconf mailing list, intended for Autoconf, which is related to Automake, but not the same thing. Automake and GNU make have their own mailing lists.

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]