~ubuntu-branches/ubuntu/edgy/cmake/edgy-backports

« back to all changes in this revision

Viewing changes to Source/cmMakefileExecutableTargetGenerator.h

  • Committer: Bazaar Package Importer
  • Author(s): John Dong
  • Date: 2007-04-10 17:52:23 UTC
  • mfrom: (2.1.2 hoary) (8.1.5 feisty)
  • Revision ID: james.westby@ubuntu.com-20070410175223-taf5w6y2halxs5jh
Tags: 2.4.6-0ubuntu1~edgy1
Automated backport upload; no source changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
  Program:   CMake - Cross-Platform Makefile Generator
4
4
  Module:    $RCSfile: cmMakefileExecutableTargetGenerator.h,v $
5
5
  Language:  C++
6
 
  Date:      $Date: 2006/02/16 20:19:00 $
7
 
  Version:   $Revision: 1.2 $
 
6
  Date:      $Date: 2006/10/13 14:52:06 $
 
7
  Version:   $Revision: 1.2.2.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.
22
22
class cmMakefileExecutableTargetGenerator: public cmMakefileTargetGenerator
23
23
{
24
24
public:
 
25
  cmMakefileExecutableTargetGenerator();
 
26
 
25
27
  /* the main entry point for this class. Writes the Makefiles associated
26
28
     with this target */
27
29
  virtual void WriteRuleFiles();