[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: How to convert string to uppercase with gmake string functions.
From: |
Paul D. Smith |
Subject: |
Re: How to convert string to uppercase with gmake string functions. |
Date: |
Mon, 1 Jul 2002 01:05:00 -0400 |
%% "A.Sulaiman" <address@hidden> writes:
as> What is your advice regarding conversion of lowercase strings to
as> uppercase for use within gmake dependency definition.
There is no good way to do this. The only way you can convert upper to
lower case is through a shell script, invoked via $(shell ...).
There is no way to write an implicit rule that will build MOD_ABC.mod
from mod_abc.f90. So, you are going to have to write (or cause to be
created) explicit rules for these targets.
--
-------------------------------------------------------------------------------
Paul D. Smith <address@hidden> Find some GNU make tips at:
http://www.gnu.org http://www.paulandlesley.org/gmake/
"Please remain calm...I may be mad, but I am a professional." --Mad Scientist
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: How to convert string to uppercase with gmake string functions.,
Paul D. Smith <=