This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, master has been updated
       via  bf02e750796c6b42b0e9d39ba322cd5191489a0e (commit)
       via  b04f3b9a2a116b1956d5342637cda1348a5ee07b (commit)
       via  dba4962b868c3baa7886dcd3f8b597e971a479a2 (commit)
      from  6d1444feacb1c2d621b776ac61412f92ff0a1c34 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=bf02e750796c6b42b0e9d39ba322cd5191489a0e
commit bf02e750796c6b42b0e9d39ba322cd5191489a0e
Merge: 6d1444f b04f3b9
Author:     Brad King <brad.k...@kitware.com>
AuthorDate: Mon Oct 21 09:48:04 2013 -0400
Commit:     CMake Topic Stage <kwro...@kitware.com>
CommitDate: Mon Oct 21 09:48:04 2013 -0400

    Merge topic 'INTERFACE_LIBRARY-build-targets'
    
    b04f3b9 Create make rules for INTERFACE_LIBRARY targets.
    dba4962 Makefile: Always create clean target command


-----------------------------------------------------------------------

Summary of changes:
 Source/cmComputeTargetDepends.cxx           |   10 +++-
 Source/cmGlobalUnixMakefileGenerator3.cxx   |   92 ++++++++++++++++-----------
 Source/cmLocalUnixMakefileGenerator3.cxx    |   73 +++++++++++-----------
 Source/cmMakefileLibraryTargetGenerator.cxx |    3 +
 Source/cmMakefileTargetGenerator.cxx        |    1 +
 Source/cmTarget.cxx                         |   23 +++++++
 Source/cmTarget.h                           |    3 +
 Tests/CMakeLists.txt                        |   17 +++++
 Tests/InterfaceBuildTargets/CMakeLists.txt  |   13 ++++
 Tests/InterfaceBuildTargets/main.cxx        |    5 ++
 Tests/InterfaceBuildTargets/testlib.cxx     |    5 ++
 11 files changed, 171 insertions(+), 74 deletions(-)
 create mode 100644 Tests/InterfaceBuildTargets/CMakeLists.txt
 create mode 100644 Tests/InterfaceBuildTargets/main.cxx
 create mode 100644 Tests/InterfaceBuildTargets/testlib.cxx


hooks/post-receive
-- 
CMake
_______________________________________________
Cmake-commits mailing list
Cmake-commits@cmake.org
http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-commits

Reply via email to