~ubuntu-branches/ubuntu/jaunty/cmake/jaunty-security

« back to all changes in this revision

Viewing changes to Source/cmGetFilenameComponentCommand.h

  • Committer: Bazaar Package Importer
  • Author(s): A. Maitland Bottoms
  • Date: 2006-06-18 16:34:11 UTC
  • mfrom: (1.4.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060618163411-pi234s3v6jwlcmof
Tags: 2.4.2-1
* New upstream release (Closes: #338324)
* Put cmake .vim files into /usr/share/vim/addons/plugin/
  where they can be used. (Closes: #366663)
* Install cmake-mode.el so it can be used. (Closes: #366664)
* Ensure cmake FindKDE locates KDE libraries on Debian
  based distributions.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  Program:   CMake - Cross-Platform Makefile Generator
4
4
  Module:    $RCSfile: cmGetFilenameComponentCommand.h,v $
5
5
  Language:  C++
6
 
  Date:      $Date: 2005/03/18 15:41:40 $
7
 
  Version:   $Revision: 1.11 $
 
6
  Date:      $Date: 2006/05/11 02:15:09 $
 
7
  Version:   $Revision: 1.11.6.1 $
8
8
 
9
9
  Copyright (c) 2002 Kitware, Inc., Insight Consortium.  All rights reserved.
10
10
  See Copyright.txt or http://www.cmake.org/HTML/Copyright.html for details.
73
73
      "extension (EXT), file name without extension (NAME_WE) of FileName, "
74
74
      "or the full absolute (ABSOLUTE) file name without symlinks.  "
75
75
      "Note that the path is converted to Unix slashes format and has no "
76
 
      "trailing slashes. The longest file extension is always considered.  If "
77
 
      "the optional CACHE argument is specified, the result variable is "
 
76
      "trailing slashes. The longest file extension is always considered. "
 
77
      "If the optional CACHE argument is specified, the result variable is "
78
78
      "added to the cache.\n"
79
79
      "  GET_FILENAME_COMPONENT(VarName FileName\n"
80
80
      "                         PROGRAM [PROGRAM_ARGS ArgVar]\n"