2006-12-06 Andrew Black * GNUmakefile (LDFLAGS.{lib,bin,exm,ph,rwt,tst}): Append FOO.share or FOO.static values, depending on BUILDMODE. ($(MAKEFILE_IN)): Echo LDFLAGS.{lib,bin,exm,ph,rwt,tst} into generated makefile.in * GNUmakefile.cfg (config): Translate '.' in makefile variables into '_' when generating vars.sh. * GNUmakefile.lib (LDFLAGS): Append LDFLAGS.lib (with other additions). * GNUmakefile.bin (LDFLAGS): Append LDFLAGS.bin. * GNUmakefile.exm (LDFLAGS): Append LDFLAGS.exm. * GNUmakefile.ph (LDFLAGS): Append LDFLAGS.ph. * GNUmakefile.rwt (LDFLAGS): Append LDFLAGS.rwt. * GNUmakefile.tst (LDFLAGS): Append LDFLAGS.tst. * como.config (LDFLAGS.{lib,bin,exm,ph,rwt,tst}.share, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * eccp.config (LDFLAGS.{lib,bin,exm,ph,rwt,tst}.share, LDFLAGS.{bin,exm,ph,tst}.static): Ditto. * reliant_cds.config (LDFLAGS.{lib,bin,exm,ph,rwt,tst}.share, LDFLAGS.{bin,exm,ph,tst}.static): Ditto. * acc.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * gcc.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * icc.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * sunpro.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * mipspro.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * osf_cxx.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders. * vacpp.config (SHARED_LDFLAGS): Move rpath flags from here ... (LDFLAGS.{bin,exm,ph,rwt,tst}.share): ... To here. (LDFLAGS.lib, LDFLAGS.{bin,exm,ph,tst}.static): Define placeholders.