%% "A.Sulaiman" <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>          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

_______________________________________________
Help-make mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/help-make

Reply via email to