~ubuntu-branches/ubuntu/precise/kwlan/precise

« back to all changes in this revision

Viewing changes to kwlan/CMakeFiles/CMakeCCompiler.cmake

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2007-03-29 22:23:38 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20070329222338-3p6oilnz17bz7b6x
Tags: 0.6.1-2
Upload to unstable 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
SET(CMAKE_C_COMPILER "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)