-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Dave Korn wrote: > Ah, so although there is no qualitative difference between functions and > variables, you have a naming scheme you are using that will allow you to > distinguish them. Then you can make it work: you need a $(lower ...) > function, and you need to do a $(foreach var,$(.VARIABLES},...), and in the > foreach you need to test if $(lower $(var)) and $(var) are different or the > same, and only append the text of $(var) if they're not the same. You should > be able to find functions in GMSL that'll help you with this.
The function is lc in GMSL (http://gmsl.sf.net). John. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFGe+MuLphrp73n/hARAgBzAJ0doTFTyuWMLSYQQiFIDEccXHozNQCfTEx8 r1HeLBWi9xHIJfYh3hyV4tE= =nh86 -----END PGP SIGNATURE----- _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
