[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
�ǯu���X�X��
From: |
q7_onil2b2bgj |
Subject: |
ǯuXX |
Date: |
Sun, 30 Jun 2002 20:07:58 -0400 |
¶Ç¯u¸¹½X¥X°â
address@hidden
¬O§Ú±q¦UÓ¦P·~¤½·|¡B¹q¸Üï¡B¶À¶¡B¼x«H©Ò¡B
ºô»Úºô¸ô¡A¥úºÐ¤ù...µ¥µ¥¡A
address@hidden@µ§¥´¤J¦¬¶°¤U¨Óªº¡A¶O¤F«Ü¤jªº¥\¤Ò¡C
¥úªá¿ú¶R¼x«H©Ò¥Xªºªº¥U¤l¡A´Nªá¤F¤£¤Ö¿ú¡A
address@hidden
¨Ã¸g¹L¹ê»Úµo°e´ú¸Õ¡A¦Aç°£±¼µL®Äªº¸¹½X¡A
address@hidden
®Ú¾Ú¸gÅç¡A´X¥G©Ò¦³02_¶}ÀYªº¶Ç¯u¡A
³£¤w¦¬¶°¦b³o¸Ì¤F¡A±q¨ä¥L¨Ó·½¡A¤]¤£¤Ó®e©ö¦A§ä¨ì·sªº¡C
address@hidden
¾H¤p©j
tel: 02-27492314
From address@hidden Mon Jul 01 00:54:05 2002
Received: from gale.ho.bom.gov.au ([134.178.6.76])
by fencepost.gnu.org with esmtp (Exim 3.34 #1 (Debian))
id 17OtCO-0005eu-00
for <address@hidden>; Mon, 01 Jul 2002 00:54:04 -0400
Received: from adam (adam.ho.bom.gov.au [134.178.4.72])
by gale.ho.bom.gov.au (8.9.3 (PHNE_25184)/8.9.3) with ESMTP id EAA18855;
Mon, 1 Jul 2002 04:53:55 GMT
Date: Mon, 1 Jul 2002 14:53:55 +1000 (AEST)
From: "A.Sulaiman" <address@hidden>
Reply-To: <address@hidden>
To: <address@hidden>
Subject: How to convert string to uppercase with gmake string functions.
Message-ID: <address@hidden>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Sender: address@hidden
Errors-To: address@hidden
X-BeenThere: address@hidden
X-Mailman-Version: 2.0.11
Precedence: bulk
List-Help: <mailto:address@hidden>
List-Post: <mailto:address@hidden>
List-Subscribe: <http://mail.gnu.org/mailman/listinfo/help-make>,
<mailto:address@hidden>
List-Id: Users list for the GNU implementation of make <help-make.gnu.org>
List-Unsubscribe: <http://mail.gnu.org/mailman/listinfo/help-make>,
<mailto:address@hidden>
List-Archive: <http://mail.gnu.org/pipermail/help-make/>
Help,
The HP f90 compiler on our department's new server create
UPPERCASE names from compiled f90 module files.
eg. MOD_ABC.mod is produced from compilation of
module mod_abc in file mod_abc.F90
My dependency definition:
$(patsubst %.F90,%.mod,$(wildcard mod_*.F90 ))
cause all my module files to be recompiled every time
I execute gmake.
I tried
$(patsubst %.F90,%.mod,$(subst [a-z],[A-Z], $(wildcard mod_*.F90 )))
which obviously doesn't work.
What is your advice regarding conversion of lowercase strings to
uppercase for use within gmake dependency definition.
Thank you very much.
-Asri Sulaiman
address@hidden
[Prev in Thread] |
Current Thread |
[Next in Thread] |