[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: 1st action before build
From: |
Tom Tromey |
Subject: |
Re: 1st action before build |
Date: |
18 Aug 2001 16:15:41 -0600 |
>>>>> "Sylvain" == Sylvain GIL <address@hidden> writes:
Sylvain> Just for my curiosity, what should I put in BUILT_SOURCES, a
Sylvain> custom target name or only a file name to be built ? The
Sylvain> first would be ok but not the last because I don't want the
Sylvain> file to be installed.
`BUILT_SOURCES' is an old, poorly chosen name.
You can actually list any target (file or phony) in it.
It has no effect on what is or is not installed.
Tom