~ubuntu-branches/ubuntu/hardy/kdenlive/hardy

« back to all changes in this revision

Viewing changes to CMakeFiles/CMakeCCompiler.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Albin Tonnerre
  • Date: 2008-01-30 17:07:51 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080130170751-lyc8p6xvd7o98ur5
Tags: 0.5.svn20071228-0.0ubuntu1
* Merge from debian-multimedia (LP: #150453). Remaining changes:
  - Bump compat to 5
  - Suggest dvgrab and ffmpeg (needed for firewire capture)
  - debian/{rules,control}: add a kdenlive-data package
  - Add .install files for kdenlive and kdenlive-data
  - debian/copyright: add some copyright information
  - Modify Maintainer value to match the DebianMaintainerField specification

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(CMAKE_C_COMPILER "/usr/bin/gcc")
 
2
SET(CMAKE_C_COMPILER_ARG1 "")
 
3
SET(CMAKE_AR "/usr/bin/ar")
 
4
SET(CMAKE_RANLIB "/usr/bin/ranlib")
 
5
SET(CMAKE_COMPILER_IS_GNUCC 1)
 
6
SET(CMAKE_C_COMPILER_LOADED 1)
 
7
SET(CMAKE_COMPILER_IS_MINGW )
 
8
SET(CMAKE_COMPILER_IS_CYGWIN )
 
9
IF(CMAKE_COMPILER_IS_CYGWIN)
 
10
  SET(CYGWIN 1)
 
11
  SET(UNIX 1)
 
12
ENDIF(CMAKE_COMPILER_IS_CYGWIN)
 
13
 
 
14
SET(CMAKE_C_COMPILER_ENV_VAR "CC")
 
15
 
 
16
IF(CMAKE_COMPILER_IS_MINGW)
 
17
  SET(MINGW 1)
 
18
ENDIF(CMAKE_COMPILER_IS_MINGW)
 
19
SET(CMAKE_COMPILER_IS_GNUCC_RUN 1)
 
20
SET(CMAKE_C_SOURCE_FILE_EXTENSIONS c)
 
21
SET(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
 
22
SET(CMAKE_C_LINKER_PREFERENCE None)
 
23
IF(UNIX)
 
24
  SET(CMAKE_C_OUTPUT_EXTENSION .o)
 
25
ELSE(UNIX)
 
26
  SET(CMAKE_C_OUTPUT_EXTENSION .obj)
 
27
ENDIF(UNIX)
 
28
# save the size of void* in case where cache is removed
 
29
# and the this file is still around
 
30
SET(CMAKE_SIZEOF_VOID_P 4)