Salome HOME
28fd28803bea33df1d5b15a7d82f7833fcb4e8f3
[modules/kernel.git] / salome_adm / cmake_files / FindPLATFORM.cmake
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 MARK_AS_ADVANCED(ISSUE)
23 FIND_FILE(ISSUE issue /etc)
24 IF(ISSUE)
25   SET(WINDOWS 0)
26 ELSE()
27   SET(WINDOWS 1)
28 ENDIF(ISSUE)
29
30 IF(WINDOWS)
31   SET(MACHINE WINDOWS)
32   SET(PLATFORM_CPPFLAGS)
33   SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -DWNT)
34   SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -DPPRO_NT)
35   SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} /W0)
36   #  #  SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -DWNT -D_CRT_SECURE_NO_WARNINGS)
37   #  #  SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -D_WIN32_WINNT=0x0500)
38   #  SET(RM del)
39 ELSE(WINDOWS)
40   SET(MACHINE PCLINUX)
41   SET(PLATFORM_CPPFLAGS)
42   #  SET(RM /bin/rm)
43 ENDIF(WINDOWS)
44
45 IF(WINDOWS)
46   SET(CMAKE_BUILD_TYPE $ENV{CMAKE_BUILD_TYPE})
47   IF(CMAKE_BUILD_TYPE STREQUAL Release)
48     MARK_AS_ADVANCED(CLEAR CMAKE_CONFIGURATION_TYPES)
49     SET(CMAKE_CONFIGURATION_TYPES Release CACHE STRING "compilation types" FORCE)
50   ENDIF(CMAKE_BUILD_TYPE STREQUAL Release)
51 ENDIF(WINDOWS)
52
53 IF(WINDOWS)
54   SET(CMAKE_INSTALL_PREFIX_ENV $ENV{CMAKE_INSTALL_PREFIX})
55   IF(CMAKE_INSTALL_PREFIX_ENV)
56     SET(CMAKE_INSTALL_PREFIX ${CMAKE_INSTALL_PREFIX_ENV} CACHE PATH "installation prefix" FORCE)
57   ENDIF(CMAKE_INSTALL_PREFIX_ENV)
58 ENDIF(WINDOWS)
59
60 ## SET(PLATFORM_CPPFLAGS ${PLATFORM_CPPFLAGS} -D_DEBUG_)
61
62 #SET(RCP rcp)
63 #SET(RSH rsh)
64 #SET(RCP rcp)