automake
[Top][All Lists]
Advanced

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

Re: performing pre-build shell commands with automake


From: Wesley Smith
Subject: Re: performing pre-build shell commands with automake
Date: Sun, 20 Jun 2010 21:33:49 +0200

> However, that said, the correct way to do what you want is to place a
> make dependency between the sources you want to generate, and the
> consumers of those sources. Automake generates normal makefiles (or
> rather makefile.in templates for Autotconf) from Makefile.am files. Some
> of the code in a Makefile.am file contain directives for automake. The
> rest is just make script that is passed through from Makefile.am to
> (ultimately) Makefile.
>
> Just write rules like this:
>
> consumer.o: resource.qt

Thanks for the info.  I'll give it a shot.
wes



reply via email to

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