Brad King 96fd5909d9 ENH: Implement linking with paths to library files instead of -L and -l separation. See bug #3832
- This is purely an implementation improvement.  No interface has changed.
  - Create cmComputeLinkInformation class
  - Move and re-implement logic from:
      cmLocalGenerator::ComputeLinkInformation
      cmOrderLinkDirectories
  - Link libraries to targets with their full path (if it is known)
  - Dirs specified with link_directories command still added with -L
  - Make link type specific to library names without paths
    (name libfoo.a without path becomes -Wl,-Bstatic -lfoo)
  - Make directory ordering specific to a runtime path computation feature
    (look for conflicting SONAMEs instead of library names)
  - Implement proper rpath support on HP-UX and AIX.
2008-01-22 09:13:04 -05:00
..
2006-07-24 09:43:11 -04:00
2007-05-11 10:22:20 -04:00
2005-06-08 12:26:32 -04:00
2007-05-11 10:22:20 -04:00
2007-07-16 13:29:41 -04:00
2007-09-10 17:10:40 -04:00
2005-06-16 11:47:29 -04:00
2007-05-11 10:22:20 -04:00
2007-05-11 10:22:20 -04:00
2004-05-03 17:51:06 -04:00
2007-05-11 10:22:20 -04:00
2002-07-31 11:08:42 -04:00
2008-01-17 10:26:49 -05:00
2002-12-03 11:21:12 -05:00