Merge from BR_V5_DEV 16Feb09
32
Makefile.am
@ -1,4 +1,6 @@
|
|||||||
# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
@ -15,29 +17,39 @@
|
|||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
#
|
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Date : 28/06/2001
|
# Date : 28/06/2001
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# $Header$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
|
if SMESH_ENABLE_GUI
|
||||||
|
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
|
||||||
|
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
|
||||||
|
-I ${GUI_ROOT_DIR}/adm_local/unix/config_files \
|
||||||
|
-I ${MED_ROOT_DIR}/adm_local/unix/config_files \
|
||||||
|
-I ${GEOM_ROOT_DIR}/adm_local/unix/config_files
|
||||||
|
else !SMESH_ENABLE_GUI
|
||||||
|
ACLOCAL_AMFLAGS = -I adm_local/unix/config_files \
|
||||||
|
-I ${KERNEL_ROOT_DIR}/salome_adm/unix/config_files \
|
||||||
|
-I ${MED_ROOT_DIR}/adm_local/unix/config_files \
|
||||||
|
-I ${GEOM_ROOT_DIR}/adm_local/unix/config_files
|
||||||
|
endif
|
||||||
|
|
||||||
SUBDIRS = idl adm_local resources src doc bin
|
SUBDIRS = idl adm_local resources src doc bin
|
||||||
|
|
||||||
DIST_SUBDIRS = idl adm_local resources src doc bin
|
DIST_SUBDIRS = idl adm_local resources src doc bin
|
||||||
|
|
||||||
DISTCLEANFILES = a.out aclocal.m4 configure
|
DISTCLEANFILES = a.out aclocal.m4 configure
|
||||||
|
|
||||||
salomeinclude_DATA=SMESH_version.h
|
salomeinclude_DATA = SMESH_version.h
|
||||||
|
|
||||||
EXTRA_DIST+= \
|
EXTRA_DIST += \
|
||||||
build_configure \
|
build_configure \
|
||||||
clean_configure \
|
clean_configure \
|
||||||
LICENCE
|
LICENCE
|
||||||
|
|
||||||
dist-hook:
|
dist-hook:
|
||||||
@ -46,7 +58,7 @@ dist-hook:
|
|||||||
usr_docs:
|
usr_docs:
|
||||||
(cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
(cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
||||||
|
|
||||||
docs:usr_docs
|
docs: usr_docs
|
||||||
|
|
||||||
dev_docs:
|
dev_docs:
|
||||||
(cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
(cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
||||||
|
@ -1,26 +1,28 @@
|
|||||||
// Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
// Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and/or
|
|
||||||
// modify it under the terms of the GNU Lesser General Public
|
|
||||||
// License as published by the Free Software Foundation; either
|
|
||||||
// version 2.1 of the License.
|
|
||||||
//
|
|
||||||
// This library is distributed in the hope that it will be useful
|
|
||||||
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
// Lesser General Public License for more details.
|
|
||||||
//
|
//
|
||||||
// You should have received a copy of the GNU Lesser General Public
|
// Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
// License along with this library; if not, write to the Free Software
|
// CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
//
|
//
|
||||||
// See http://www.salome-platform.org/
|
// This library is free software; you can redistribute it and/or
|
||||||
|
// modify it under the terms of the GNU Lesser General Public
|
||||||
|
// License as published by the Free Software Foundation; either
|
||||||
|
// version 2.1 of the License.
|
||||||
|
//
|
||||||
|
// This library is distributed in the hope that it will be useful,
|
||||||
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
// Lesser General Public License for more details.
|
||||||
|
//
|
||||||
|
// You should have received a copy of the GNU Lesser General Public
|
||||||
|
// License along with this library; if not, write to the Free Software
|
||||||
|
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
//
|
||||||
|
// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
//
|
//
|
||||||
// File : SMESH_version.h
|
// File : SMESH_version.h
|
||||||
// Author : Vadim SANDLER
|
// Author : Vadim SANDLER
|
||||||
// Module : SALOME
|
// Module : SALOME
|
||||||
|
//
|
||||||
#if !defined(__SMESH_VERSION_H__)
|
#if !defined(__SMESH_VERSION_H__)
|
||||||
#define __SMESH_VERSION_H__
|
#define __SMESH_VERSION_H__
|
||||||
|
|
||||||
|
@ -1,19 +1,24 @@
|
|||||||
# Copyright (C) 2005 OPEN CASCADE, CEA, EDF R&D, LEG
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
# PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# License as published by the Free Software Foundation; either
|
#
|
||||||
# version 2.1 of the License.
|
# This library is free software; you can redistribute it and/or
|
||||||
#
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# This library is distributed in the hope that it will be useful
|
# License as published by the Free Software Foundation; either
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# version 2.1 of the License.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
#
|
||||||
# Lesser General Public License for more details.
|
# This library is distributed in the hope that it will be useful,
|
||||||
#
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# License along with this library; if not, write to the Free Software
|
# Lesser General Public License for more details.
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
#
|
||||||
#
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# License along with this library; if not, write to the Free Software
|
||||||
#
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
SUBDIRS = unix
|
SUBDIRS = unix
|
||||||
|
@ -1,22 +1,24 @@
|
|||||||
# Copyright (C) 2005 OPEN CASCADE, CEA, EDF R&D, LEG
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
# PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# License as published by the Free Software Foundation; either
|
#
|
||||||
# version 2.1 of the License.
|
# This library is free software; you can redistribute it and/or
|
||||||
#
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# This library is distributed in the hope that it will be useful
|
# License as published by the Free Software Foundation; either
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# version 2.1 of the License.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
#
|
||||||
# Lesser General Public License for more details.
|
# This library is distributed in the hope that it will be useful,
|
||||||
#
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# License along with this library; if not, write to the Free Software
|
# Lesser General Public License for more details.
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
#
|
||||||
#
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# License along with this library; if not, write to the Free Software
|
||||||
#
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
SUBDIRS = config_files
|
SUBDIRS = config_files
|
||||||
|
@ -1,23 +1,27 @@
|
|||||||
# Copyright (C) 2005 OPEN CASCADE, CEA, EDF R&D, LEG
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
# PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# License as published by the Free Software Foundation; either
|
#
|
||||||
# version 2.1 of the License.
|
# This library is free software; you can redistribute it and/or
|
||||||
#
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# This library is distributed in the hope that it will be useful
|
# License as published by the Free Software Foundation; either
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# version 2.1 of the License.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
#
|
||||||
# Lesser General Public License for more details.
|
# This library is distributed in the hope that it will be useful,
|
||||||
#
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# License along with this library; if not, write to the Free Software
|
# Lesser General Public License for more details.
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
#
|
||||||
#
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# License along with this library; if not, write to the Free Software
|
||||||
#
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
dist_admlocalm4_DATA = \
|
dist_admlocalm4_DATA = \
|
||||||
check_SMESH.m4 \
|
check_SMESH.m4 \
|
||||||
check_f77.m4
|
check_f77.m4 \
|
||||||
|
check_Platform.m4
|
||||||
|
@ -1,25 +1,24 @@
|
|||||||
dnl Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
dnl Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
dnl
|
|
||||||
dnl This library is free software; you can redistribute it and/or
|
|
||||||
dnl modify it under the terms of the GNU Lesser General Public
|
|
||||||
dnl License as published by the Free Software Foundation; either
|
|
||||||
dnl version 2.1 of the License.
|
|
||||||
dnl
|
|
||||||
dnl This library is distributed in the hope that it will be useful,
|
|
||||||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
dnl Lesser General Public License for more details.
|
|
||||||
dnl
|
|
||||||
dnl You should have received a copy of the GNU Lesser General Public
|
|
||||||
dnl License along with this library; if not, write to the Free Software
|
|
||||||
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
dnl
|
|
||||||
dnl See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
|
|
||||||
dnl
|
dnl
|
||||||
|
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
dnl
|
dnl
|
||||||
|
dnl This library is free software; you can redistribute it and/or
|
||||||
|
dnl modify it under the terms of the GNU Lesser General Public
|
||||||
|
dnl License as published by the Free Software Foundation; either
|
||||||
|
dnl version 2.1 of the License.
|
||||||
|
dnl
|
||||||
|
dnl This library is distributed in the hope that it will be useful,
|
||||||
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
dnl Lesser General Public License for more details.
|
||||||
|
dnl
|
||||||
|
dnl You should have received a copy of the GNU Lesser General Public
|
||||||
|
dnl License along with this library; if not, write to the Free Software
|
||||||
|
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
dnl
|
||||||
|
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
dnl
|
dnl
|
||||||
|
|
||||||
AC_DEFUN([CHECK_PLATFORM],[
|
AC_DEFUN([CHECK_PLATFORM],[
|
||||||
AC_REQUIRE([AC_PROG_CC])dnl
|
AC_REQUIRE([AC_PROG_CC])dnl
|
||||||
AC_REQUIRE([AC_PROG_CPP])dnl
|
AC_REQUIRE([AC_PROG_CPP])dnl
|
||||||
|
@ -1,3 +1,24 @@
|
|||||||
|
dnl Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
dnl
|
||||||
|
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
dnl
|
||||||
|
dnl This library is free software; you can redistribute it and/or
|
||||||
|
dnl modify it under the terms of the GNU Lesser General Public
|
||||||
|
dnl License as published by the Free Software Foundation; either
|
||||||
|
dnl version 2.1 of the License.
|
||||||
|
dnl
|
||||||
|
dnl This library is distributed in the hope that it will be useful,
|
||||||
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
dnl Lesser General Public License for more details.
|
||||||
|
dnl
|
||||||
|
dnl You should have received a copy of the GNU Lesser General Public
|
||||||
|
dnl License along with this library; if not, write to the Free Software
|
||||||
|
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
dnl
|
||||||
|
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
dnl
|
||||||
# Check availability of SMesh binary distribution
|
# Check availability of SMesh binary distribution
|
||||||
#
|
#
|
||||||
# Author : Nicolas REJNERI (OPEN CASCADE, 2003)
|
# Author : Nicolas REJNERI (OPEN CASCADE, 2003)
|
||||||
|
@ -1,23 +1,23 @@
|
|||||||
dnl Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
dnl Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
|
||||||
dnl
|
|
||||||
dnl This library is free software; you can redistribute it and/or
|
|
||||||
dnl modify it under the terms of the GNU Lesser General Public
|
|
||||||
dnl License as published by the Free Software Foundation; either
|
|
||||||
dnl version 2.1 of the License.
|
|
||||||
dnl
|
|
||||||
dnl This library is distributed in the hope that it will be useful,
|
|
||||||
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
||||||
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
||||||
dnl Lesser General Public License for more details.
|
|
||||||
dnl
|
|
||||||
dnl You should have received a copy of the GNU Lesser General Public
|
|
||||||
dnl License along with this library; if not, write to the Free Software
|
|
||||||
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
|
||||||
dnl
|
|
||||||
dnl See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
|
|
||||||
dnl
|
dnl
|
||||||
|
dnl Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
dnl CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
dnl
|
dnl
|
||||||
|
dnl This library is free software; you can redistribute it and/or
|
||||||
|
dnl modify it under the terms of the GNU Lesser General Public
|
||||||
|
dnl License as published by the Free Software Foundation; either
|
||||||
|
dnl version 2.1 of the License.
|
||||||
|
dnl
|
||||||
|
dnl This library is distributed in the hope that it will be useful,
|
||||||
|
dnl but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
dnl MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
dnl Lesser General Public License for more details.
|
||||||
|
dnl
|
||||||
|
dnl You should have received a copy of the GNU Lesser General Public
|
||||||
|
dnl License along with this library; if not, write to the Free Software
|
||||||
|
dnl Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
dnl
|
||||||
|
dnl See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
dnl
|
dnl
|
||||||
AC_DEFUN([CHECK_F77],[
|
AC_DEFUN([CHECK_F77],[
|
||||||
|
|
||||||
|
@ -1,49 +1,83 @@
|
|||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
# ============================================================
|
# ============================================================
|
||||||
# This file defines the common definitions used in several
|
# This file defines the common definitions used in several
|
||||||
# Makefile. This file must be included, if needed, by the file
|
# Makefile. This file must be included, if needed, by the file
|
||||||
# Makefile.am.
|
# Makefile.am.
|
||||||
# ============================================================
|
# ============================================================
|
||||||
#
|
|
||||||
|
|
||||||
# Standard directory for installation
|
# Standard directory for installation
|
||||||
salomeincludedir = $(includedir)/@PACKAGE@
|
#
|
||||||
libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/@PACKAGE@
|
salomeincludedir = $(includedir)/salome
|
||||||
bindir = $(prefix)/bin/@PACKAGE@
|
libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
|
||||||
|
bindir = $(prefix)/bin/salome
|
||||||
salomescriptdir = $(bindir)
|
salomescriptdir = $(bindir)
|
||||||
|
salomepythondir = $(pythondir)/salome
|
||||||
|
salomepyexecdir = $(pyexecdir)/salome
|
||||||
|
|
||||||
# Directory for installing idl files
|
# Directory for installing idl files
|
||||||
salomeidldir = $(prefix)/idl/@PACKAGE@
|
salomeidldir = $(prefix)/idl/salome
|
||||||
|
|
||||||
# Directory for installing resource files
|
# Directory for installing resource files
|
||||||
salomeresdir = $(prefix)/share/@PACKAGE@/resources/@MODULE_NAME@
|
salomeresdir = $(prefix)/share/salome/resources/@MODULE_NAME@
|
||||||
|
|
||||||
# Directories for installing admin files
|
# Directories for installing admin files
|
||||||
admlocaldir = $(prefix)/adm_local
|
admlocaldir = $(prefix)/adm_local
|
||||||
admlocalunixdir = $(admlocaldir)/unix
|
admlocalunixdir = $(admlocaldir)/unix
|
||||||
admlocalm4dir = $(admlocaldir)/unix/config_files
|
admlocalm4dir = $(admlocaldir)/unix/config_files
|
||||||
|
|
||||||
# Shared modules installation directory
|
# Shared modules installation directory
|
||||||
sharedpkgpythondir =$(pkgpythondir)/shared_modules
|
sharedpkgpythondir = $(salomepythondir)/shared_modules
|
||||||
|
|
||||||
# Documentation directory
|
# Documentation directory
|
||||||
docdir = $(datadir)/doc/@PACKAGE@
|
docdir = $(datadir)/doc/salome
|
||||||
|
|
||||||
# common rules
|
# common rules
|
||||||
|
|
||||||
# moc-files generation
|
# meta object implementation files generation (moc)
|
||||||
%_moc.cxx: %.h
|
%_moc.cxx: %.h
|
||||||
$(MOC) $< -o $@
|
$(MOC) $< -o $@
|
||||||
|
|
||||||
# qm-files generation
|
# translation (*.qm) files generation (lrelease)
|
||||||
%.qm: %.po
|
%.qm: %.ts
|
||||||
$(MSG2QM) $< $@
|
$(LRELEASE) $< -qm $@
|
||||||
|
|
||||||
EXTRA_DIST=$(MOC_FILES:%_moc.cxx=%.h) $(nodist_salomeres_DATA:%.qm=%.po)
|
# resource files generation (qrcc)
|
||||||
|
qrc_%.cxx: %.qrc
|
||||||
|
$(QRCC) $< -o $@ -name $(*F)
|
||||||
|
|
||||||
|
# qt forms files generation (uic)
|
||||||
|
ui_%.h: %.ui
|
||||||
|
$(UIC) -o $@ $<
|
||||||
|
|
||||||
|
# extra distributed files
|
||||||
|
EXTRA_DIST = $(MOC_FILES:%_moc.cxx=%.h) $(QRC_FILES:qrc_%.cxx=%.qrc) \
|
||||||
|
$(UIC_FILES:ui_%.h=%.ui) $(nodist_salomeres_DATA:%.qm=%.ts)
|
||||||
|
|
||||||
|
# customize clean operation
|
||||||
mostlyclean-local:
|
mostlyclean-local:
|
||||||
rm -f @builddir@/*_moc.cxx
|
rm -f @builddir@/*_moc.cxx
|
||||||
rm -f @builddir@/*.qm
|
rm -f @builddir@/*.qm
|
||||||
|
rm -f @builddir@/ui_*.h
|
||||||
|
rm -f @builddir@/qrc_*.cxx
|
||||||
|
|
||||||
# tests
|
# tests
|
||||||
tests: unittest
|
tests: unittest
|
||||||
|
@ -1,36 +1,32 @@
|
|||||||
# Copyright (C) 2005 OPEN CASCADE, CEA, EDF R&D, LEG
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
# PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
# License as published by the Free Software Foundation; either
|
#
|
||||||
# version 2.1 of the License.
|
# This library is free software; you can redistribute it and/or
|
||||||
#
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
# This library is distributed in the hope that it will be useful
|
# License as published by the Free Software Foundation; either
|
||||||
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
# version 2.1 of the License.
|
||||||
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
#
|
||||||
# Lesser General Public License for more details.
|
# This library is distributed in the hope that it will be useful,
|
||||||
#
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
# You should have received a copy of the GNU Lesser General Public
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
# License along with this library; if not, write to the Free Software
|
# Lesser General Public License for more details.
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
#
|
||||||
#
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
#
|
|
||||||
# Author : Guillaume Boulant (CSSI)
|
# Author : Guillaume Boulant (CSSI)
|
||||||
# Module : KERNEL
|
# Module : SMESH
|
||||||
# $Header$
|
|
||||||
#
|
#
|
||||||
|
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
#
|
# non-distributed files
|
||||||
# ===============================================================
|
nodist_salomescript_DATA = VERSION
|
||||||
# Files to be installed
|
|
||||||
# ===============================================================
|
|
||||||
#
|
|
||||||
|
|
||||||
# These files are data, module or lib files
|
# distributed files
|
||||||
nodist_salomescript_DATA= VERSION
|
dist_salomescript_SCRIPTS =
|
||||||
|
|
||||||
EXTRA_DIST+= VERSION.in
|
|
||||||
|
@ -1,15 +1,32 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
# Tool for updating list of .in file for the SALOME project
|
# Tool for updating list of .in file for the SALOME project
|
||||||
# and regenerating configure script
|
# and regenerating configure script
|
||||||
#
|
|
||||||
# Author : Marc Tajchman - CEA
|
# Author : Marc Tajchman - CEA
|
||||||
# Date : 10/10/2002
|
# Date : 10/10/2002
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# $Header$
|
# $Header$
|
||||||
#
|
#
|
||||||
|
|
||||||
ORIG_DIR=`pwd`
|
ORIG_DIR=`pwd`
|
||||||
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
CONF_DIR=`echo $0 | sed -e "s,[^/]*$,,;s,/$,,;s,^$,.,"`
|
||||||
SMESH_WITH_GUI="yes"
|
SMESH_WITH_GUI="yes"
|
||||||
@ -32,10 +49,10 @@ fi
|
|||||||
for option
|
for option
|
||||||
do
|
do
|
||||||
case $option in
|
case $option in
|
||||||
-with-ihm | --with-ihm)
|
-with-gui | --with-gui)
|
||||||
SMESH_WITH_GUI="yes"
|
SMESH_WITH_GUI="yes"
|
||||||
break;;
|
break;;
|
||||||
-without-ihm | --without-ihm | -with-ihm=no | --with-ihm=no)
|
-without-gui | --without-gui | -with-gui=no | --with-gui=no)
|
||||||
SMESH_WITH_GUI="no"
|
SMESH_WITH_GUI="no"
|
||||||
break;;
|
break;;
|
||||||
esac
|
esac
|
||||||
|
35
clean_configure
Executable file
@ -0,0 +1,35 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
|
rm -rf autom4te.cache aclocal.m4 configure make_config
|
||||||
|
find . -name "*~" -print -exec rm {} \;
|
||||||
|
find . -name "*.pyc" -print -exec rm {} \;
|
||||||
|
#exit
|
||||||
|
# ==================== ON SORT AVANT
|
||||||
|
|
||||||
|
find bin -name Makefile.in | xargs rm -f
|
||||||
|
find doc -name Makefile.in | xargs rm -f
|
||||||
|
find idl -name Makefile.in | xargs rm -f
|
||||||
|
find resources -name Makefile.in | xargs rm -f
|
||||||
|
find salome_adm -name Makefile.in | xargs rm -f
|
||||||
|
find src -name Makefile.in | xargs rm -f
|
||||||
|
rm -f Makefile.in
|
78
configure.ac
@ -1,15 +1,32 @@
|
|||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
# Author : Marc Tajchman (CEA)
|
# Author : Marc Tajchman (CEA)
|
||||||
# Date : 28/06/2001
|
# Date : 28/06/2001
|
||||||
# Modified by : Patrick GOLDBRONN (CEA)
|
# Modified by : Patrick GOLDBRONN (CEA)
|
||||||
# Modified by : Marc Tajchman (CEA)
|
# Modified by : Marc Tajchman (CEA)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
#
|
|
||||||
# Created from configure.in.base
|
# Created from configure.in.base
|
||||||
#
|
#
|
||||||
|
AC_INIT([Salome2 Project SMESH module], [5.1.0], [webmaster.salome@opencascade.com], [SalomeSMESH])
|
||||||
|
|
||||||
AC_INIT([Salome2 Project SMESH module], [4.1.1], [webmaster.salome@opencascade.com], [salome])
|
|
||||||
AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
|
AC_CONFIG_AUX_DIR(salome_adm/unix/config_files)
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
AC_CANONICAL_TARGET
|
AC_CANONICAL_TARGET
|
||||||
@ -123,6 +140,7 @@ AC_PROG_FC
|
|||||||
AC_FC_LIBRARY_LDFLAGS
|
AC_FC_LIBRARY_LDFLAGS
|
||||||
if test "X$FC" != "X" ; then
|
if test "X$FC" != "X" ; then
|
||||||
fortran_ok=yes
|
fortran_ok=yes
|
||||||
|
F77=$FC
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
dnl AM_CONDITIONAL( USE_GFORTRAN, [test "$F77" = "gfortran"])
|
||||||
@ -198,18 +216,6 @@ SMESH_WITH_GUI=yes
|
|||||||
|
|
||||||
AM_CONDITIONAL(SMESH_ENABLE_GUI, [test "${SMESH_WITH_GUI}" = "yes"])
|
AM_CONDITIONAL(SMESH_ENABLE_GUI, [test "${SMESH_WITH_GUI}" = "yes"])
|
||||||
|
|
||||||
if test "${SMESH_WITH_GUI}" = "yes"; then
|
|
||||||
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo testing msg2qm
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
|
|
||||||
CHECK_MSG2QM
|
|
||||||
|
|
||||||
fi
|
|
||||||
|
|
||||||
if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then
|
if test "x${GUI_DISABLE_CORBA}" != "xyes" ; then
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
@ -374,7 +380,7 @@ echo
|
|||||||
|
|
||||||
echo Configure
|
echo Configure
|
||||||
if test "${SMESH_WITH_GUI}" = "yes"; then
|
if test "${SMESH_WITH_GUI}" = "yes"; then
|
||||||
variables="cc_ok fortran_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok qwt_ok Kernel_ok Geom_ok Med_ok"
|
variables="cc_ok fortran_ok boost_ok lex_yacc_ok python_ok swig_ok threads_ok OpenGL_ok qt_ok vtk_ok hdf5_ok omniORB_ok occ_ok doxygen_ok graphviz_ok qwt_ok Kernel_ok Geom_ok Med_ok SalomeGUI_ok"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "${SMESH_WITH_GUI}" = "no"; then
|
if test "${SMESH_WITH_GUI}" = "no"; then
|
||||||
@ -408,42 +414,16 @@ dnl AM_CONDITIONAL(ENABLE_OCCVIEWER, [test "$DISABLE_OCCVIEWER" = no])
|
|||||||
dnl AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no])
|
dnl AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no])
|
||||||
dnl AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no])
|
dnl AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no])
|
||||||
|
|
||||||
echo
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo copying resource files, shell scripts, and
|
|
||||||
echo xml files
|
|
||||||
echo ---------------------------------------------
|
|
||||||
echo
|
|
||||||
|
|
||||||
|
|
||||||
dnl copy shells and utilities contained in the bin directory
|
|
||||||
dnl excluding .in files (treated in AC-OUTPUT below) and CVS
|
|
||||||
dnl directory
|
|
||||||
|
|
||||||
mkdir -p bin/salome
|
|
||||||
cd bin/salome
|
|
||||||
|
|
||||||
for i in $ROOT_SRCDIR/bin/*
|
|
||||||
do
|
|
||||||
local_bin=`echo $i | sed -e "s,$ROOT_SRCDIR,.,"`
|
|
||||||
case "$local_bin" in
|
|
||||||
*.in | *~) ;;
|
|
||||||
./bin/CVS | ./bin/salome) ;;
|
|
||||||
*) $INSTALL $i . ; echo $local_bin ;;
|
|
||||||
esac
|
|
||||||
done
|
|
||||||
cd $ROOT_BUILDDIR
|
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo generating Makefiles and configure files
|
echo generating Makefiles and configure files
|
||||||
echo ---------------------------------------------
|
echo ---------------------------------------------
|
||||||
echo
|
echo
|
||||||
|
|
||||||
AC_OUTPUT_COMMANDS([ \
|
#AC_OUTPUT_COMMANDS([ \
|
||||||
chmod +x ./bin/*; \
|
# chmod +x ./bin/*; \
|
||||||
chmod +x ./bin/salome/*; \
|
# chmod +x ./bin/salome/*; \
|
||||||
])
|
#])
|
||||||
|
|
||||||
# This list is initiated using autoscan and must be updated manually
|
# This list is initiated using autoscan and must be updated manually
|
||||||
# when adding a new file <filename>.in to manage. When you execute
|
# when adding a new file <filename>.in to manage. When you execute
|
||||||
@ -460,11 +440,11 @@ AC_OUTPUT([ \
|
|||||||
./doc/Makefile \
|
./doc/Makefile \
|
||||||
./doc/salome/Makefile \
|
./doc/salome/Makefile \
|
||||||
./doc/salome/gui/Makefile \
|
./doc/salome/gui/Makefile \
|
||||||
|
./doc/salome/gui/SMESH/Makefile \
|
||||||
./doc/salome/gui/SMESH/doxyfile \
|
./doc/salome/gui/SMESH/doxyfile \
|
||||||
./doc/salome/gui/SMESH/doxyfile_py \
|
./doc/salome/gui/SMESH/doxyfile_py \
|
||||||
./doc/salome/tui/Makefile \
|
./doc/salome/tui/Makefile \
|
||||||
./doc/salome/tui/SMESH/doxyfile \
|
./doc/salome/tui/doxyfile \
|
||||||
./doc/salome/tui/SMESH/sources/static/tree.js \
|
|
||||||
./src/Makefile \
|
./src/Makefile \
|
||||||
./src/Controls/Makefile \
|
./src/Controls/Makefile \
|
||||||
./src/Driver/Makefile \
|
./src/Driver/Makefile \
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
# Copyright (C) 2005 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
@ -15,16 +17,21 @@
|
|||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
#
|
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Date : 30/11/2001
|
# Date : 30/11/2001
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# $Header$
|
# $Header$
|
||||||
#
|
|
||||||
# source path
|
# source path
|
||||||
|
#
|
||||||
|
SUBDIRS = salome
|
||||||
|
|
||||||
SUBDIRS= salome
|
usr_docs:
|
||||||
|
(cd salome && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
||||||
|
|
||||||
|
docs: usr_docs
|
||||||
|
|
||||||
|
dev_docs:
|
||||||
|
(cd salome && $(MAKE) $(AM_MAKEFLAGS) dev_docs)
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -14,20 +17,17 @@
|
|||||||
# License along with this library; if not, write to the Free Software
|
# License along with this library; if not, write to the Free Software
|
||||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
#
|
#
|
||||||
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
#
|
#
|
||||||
|
|
||||||
# -* Makefile *-
|
# -* Makefile *-
|
||||||
#
|
|
||||||
# Author : Patrick GOLDBRONN (CEA)
|
# Author : Patrick GOLDBRONN (CEA)
|
||||||
# Date : 30/11/2001
|
# Date : 30/11/2001
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# $Header:
|
# $Header:
|
||||||
#
|
#
|
||||||
|
SUBDIRS = tui gui
|
||||||
SUBDIRS= tui gui
|
SUBDIRSTUI = tui
|
||||||
SUBDIRSTUI= tui
|
SUBDIRSGUI = gui
|
||||||
SUBDIRSGUI= gui
|
|
||||||
|
|
||||||
usr_docs:
|
usr_docs:
|
||||||
@@SETX@; for d in $(SUBDIRSGUI); do \
|
@@SETX@; for d in $(SUBDIRSGUI); do \
|
||||||
|
@ -1,4 +1,7 @@
|
|||||||
# Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
#
|
#
|
||||||
# This library is free software; you can redistribute it and/or
|
# This library is free software; you can redistribute it and/or
|
||||||
# modify it under the terms of the GNU Lesser General Public
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
@ -20,50 +23,12 @@
|
|||||||
# Author : Vasily Rusyaev (Open Cascade NN)
|
# Author : Vasily Rusyaev (Open Cascade NN)
|
||||||
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
# Module : doc
|
# Module : doc
|
||||||
|
#
|
||||||
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
EXTRA_DIST+=SMESH
|
SUBDIRS = SMESH
|
||||||
|
|
||||||
doxygen=@DOXYGEN@
|
|
||||||
|
|
||||||
# Below command replaces "smeshDC" by "smesh" except cases
|
|
||||||
# "ssmeshDC", "1smeshDC" and "esmeshDC" (these sequences
|
|
||||||
# can be found in file names and must not be replaces):
|
|
||||||
#
|
|
||||||
# sed 's/\([^s1e]\)smeshDC\|^smeshDC/\1smesh/g' $${filen} > ./tmp;
|
|
||||||
#
|
|
||||||
usr_docs:
|
usr_docs:
|
||||||
cd ./SMESH; \
|
(cd SMESH && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
|
||||||
echo "Processing smeshDC.py file: "; \
|
|
||||||
$(doxygen) ./doxyfile_py; \
|
|
||||||
cd ./smeshpy_doc; \
|
|
||||||
filesl=`find .`; \
|
|
||||||
for filen in $${filesl}; do \
|
|
||||||
sed 's/\([^s1e]\)smeshDC\|^smeshDC/\1smesh/g' $${filen} > ./tmp; \
|
|
||||||
mv -f tmp $${filen}; \
|
|
||||||
done; \
|
|
||||||
cd ..; \
|
|
||||||
echo "Running doxygen in directory: "`pwd`; \
|
|
||||||
$(doxygen) ./doxyfile;
|
|
||||||
|
|
||||||
docs: usr_docs
|
docs: usr_docs
|
||||||
|
|
||||||
clean-local:
|
|
||||||
rm -fr `ls | grep -v "Makefile"`
|
|
||||||
rm -fr SMESH
|
|
||||||
|
|
||||||
install-data-local: usr_docs
|
|
||||||
mkdir -p $(docdir)/gui
|
|
||||||
cp -rf SMESH $(docdir)/gui
|
|
||||||
-find $(PWD) -name CVS -prune -exec rm -rf {} \;
|
|
||||||
|
|
||||||
uninstall-local:
|
|
||||||
rm -rf $(docdir)/gui/SMESH
|
|
||||||
|
|
||||||
docguidir=$(docdir)/gui/SMESH
|
|
||||||
|
|
||||||
nodist_docgui_DATA= SMESH/doxyfile
|
|
||||||
nodist_docgui_DATA+= SMESH/doxyfile_py
|
|
||||||
EXTRA_DIST+= SMESH/doxyfile.in
|
|
||||||
EXTRA_DIST+= SMESH/doxyfile_py.in
|
|
||||||
|
73
doc/salome/gui/SMESH/Makefile.am
Executable file
@ -0,0 +1,73 @@
|
|||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
|
# File : Makefile.in
|
||||||
|
# Author : Vasily Rusyaev (Open Cascade NN)
|
||||||
|
# Modified by : Alexander BORODIN (OCN) - autotools usage
|
||||||
|
# Module : doc
|
||||||
|
#
|
||||||
|
include $(top_srcdir)/adm_local/unix/make_common_starter.am
|
||||||
|
|
||||||
|
EXTRA_DIST += images input static
|
||||||
|
|
||||||
|
usr_docs: doxyfile_py doxyfile
|
||||||
|
echo "===========================================" ; \
|
||||||
|
echo "Generating Python interface documentation"; \
|
||||||
|
echo "===========================================" ; \
|
||||||
|
$(DOXYGEN) doxyfile_py ; \
|
||||||
|
echo "===========================================" ; \
|
||||||
|
echo "Replacing smeshDC by smesh" ; \
|
||||||
|
echo "===========================================" ; \
|
||||||
|
files=`find smeshpy_doc -type f` ; \
|
||||||
|
for filen in $${files} ; do \
|
||||||
|
sed -e "s/\<smeshDC\>/smesh/g" -e "s/smesh\.smesh/smesh/g" \
|
||||||
|
-e "s/smesh::smesh/smesh/g" $${filen} > $${filen}_ ; \
|
||||||
|
mv -f $${filen}_ $${filen} ; \
|
||||||
|
done ; \
|
||||||
|
echo "===========================================" ; \
|
||||||
|
echo "Generating GUI documentation" ; \
|
||||||
|
echo "===========================================" ; \
|
||||||
|
$(DOXYGEN) doxyfile ;
|
||||||
|
|
||||||
|
docs: usr_docs
|
||||||
|
|
||||||
|
clean-local:
|
||||||
|
@for filen in `find . -maxdepth 1` ; do \
|
||||||
|
case $${filen} in \
|
||||||
|
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
|
||||||
|
. | .. ) ;; \
|
||||||
|
*) echo "Removing $${filen}" ; rm -rf $${filen} ;; \
|
||||||
|
esac ; \
|
||||||
|
done ;
|
||||||
|
|
||||||
|
install-data-local: usr_docs
|
||||||
|
$(INSTALL) -d $(DESTDIR)$(docdir)/gui/SMESH
|
||||||
|
@for filen in `find . -maxdepth 1` ; do \
|
||||||
|
case $${filen} in \
|
||||||
|
./Makefile | ./doxyfile | ./doxyfile_py ) ;; \
|
||||||
|
./doxyfile.bak | ./doxyfile_py.bak ) ;; \
|
||||||
|
. | .. ) ;; \
|
||||||
|
*) echo "Installing $${filen}" ; cp -rp $${filen} $(DESTDIR)$(docdir)/gui/SMESH ;; \
|
||||||
|
esac ; \
|
||||||
|
done ;
|
||||||
|
|
||||||
|
uninstall-local:
|
||||||
|
rm -rf $(DESTDIR)$(docdir)/gui/SMESH
|
@ -1,8 +1,29 @@
|
|||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = "Mesh Module Reference Manual v.@VERSION@"
|
PROJECT_NAME = "Mesh Module Reference Manual v.@VERSION@"
|
||||||
OUTPUT_DIRECTORY = ./
|
OUTPUT_DIRECTORY = .
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
TAB_SIZE = 5
|
TAB_SIZE = 5
|
||||||
@ -18,13 +39,15 @@ WARNINGS = YES
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
INPUT = @srcdir@/input
|
INPUT = @srcdir@/input
|
||||||
FILE_PATTERNS = *.doc
|
FILE_PATTERNS = *.doc
|
||||||
|
EXCLUDE =
|
||||||
IMAGE_PATH = @srcdir@/images
|
IMAGE_PATH = @srcdir@/images
|
||||||
EXAMPLE_PATH = @top_srcdir@/src/SMESH_SWIG
|
EXAMPLE_PATH = @top_srcdir@/src/SMESH_SWIG
|
||||||
|
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#HTML related options
|
#HTML related options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
GENERATE_HTML = YES
|
GENERATE_HTML = YES
|
||||||
HTML_OUTPUT = ./
|
HTML_OUTPUT = .
|
||||||
HTML_HEADER = @srcdir@/static/header.html
|
HTML_HEADER = @srcdir@/static/header.html
|
||||||
HTML_FOOTER = @srcdir@/static/footer.html
|
HTML_FOOTER = @srcdir@/static/footer.html
|
||||||
#HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
#HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
||||||
@ -46,4 +69,4 @@ GENERATE_RTF = NO
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#External reference options
|
#External reference options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
TAGFILES = smeshpy_doc.tag=./smeshpy_doc
|
TAGFILES = smeshpy_doc.tag=smeshpy_doc
|
||||||
|
@ -1,10 +1,31 @@
|
|||||||
|
# Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
|
||||||
|
#
|
||||||
|
# Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
|
||||||
|
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
|
||||||
|
#
|
||||||
|
# This library is free software; you can redistribute it and/or
|
||||||
|
# modify it under the terms of the GNU Lesser General Public
|
||||||
|
# License as published by the Free Software Foundation; either
|
||||||
|
# version 2.1 of the License.
|
||||||
|
#
|
||||||
|
# This library is distributed in the hope that it will be useful,
|
||||||
|
# but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
||||||
|
# Lesser General Public License for more details.
|
||||||
|
#
|
||||||
|
# You should have received a copy of the GNU Lesser General Public
|
||||||
|
# License along with this library; if not, write to the Free Software
|
||||||
|
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||||
|
#
|
||||||
|
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
|
||||||
|
#
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Project related configuration options
|
# Project related configuration options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
PROJECT_NAME = "Mesh Module Reference Manual v.@VERSION@"
|
PROJECT_NAME = "Mesh Module Reference Manual v.@VERSION@"
|
||||||
OUTPUT_DIRECTORY = ./
|
OUTPUT_DIRECTORY = .
|
||||||
CREATE_SUBDIRS = NO
|
CREATE_SUBDIRS = NO
|
||||||
OUTPUT_LANGUAGE = English
|
OUTPUT_LANGUAGE = English
|
||||||
USE_WINDOWS_ENCODING = NO
|
USE_WINDOWS_ENCODING = NO
|
||||||
BRIEF_MEMBER_DESC = YES
|
BRIEF_MEMBER_DESC = YES
|
||||||
REPEAT_BRIEF = YES
|
REPEAT_BRIEF = YES
|
||||||
@ -66,8 +87,8 @@ VERBATIM_HEADERS = YES
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# configuration options related to warning and progress messages
|
# configuration options related to warning and progress messages
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
QUIET = NO
|
QUIET = NO
|
||||||
WARNINGS = YES
|
WARNINGS = YES
|
||||||
WARN_IF_UNDOCUMENTED = YES
|
WARN_IF_UNDOCUMENTED = YES
|
||||||
WARN_IF_DOC_ERROR = YES
|
WARN_IF_DOC_ERROR = YES
|
||||||
WARN_NO_PARAMDOC = NO
|
WARN_NO_PARAMDOC = NO
|
||||||
@ -87,7 +108,7 @@ EXAMPLE_PATH = @top_srcdir@/src/SMESH_SWIG
|
|||||||
#HTML related options
|
#HTML related options
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
GENERATE_HTML = YES
|
GENERATE_HTML = YES
|
||||||
HTML_OUTPUT = ./smeshpy_doc
|
HTML_OUTPUT = smeshpy_doc
|
||||||
HTML_HEADER = @srcdir@/static/header.html
|
HTML_HEADER = @srcdir@/static/header.html
|
||||||
HTML_FOOTER = @srcdir@/static/footer.html
|
HTML_FOOTER = @srcdir@/static/footer.html
|
||||||
#HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
#HTML_STYLESHEET = @srcdir@/static/doxygen.css
|
||||||
@ -108,24 +129,17 @@ GENERATE_RTF = NO
|
|||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
# Configuration options related to the dot tool
|
# Configuration options related to the dot tool
|
||||||
#---------------------------------------------------------------------------
|
#---------------------------------------------------------------------------
|
||||||
#CLASS_DIAGRAMS = YES
|
|
||||||
CLASS_DIAGRAMS = NO
|
CLASS_DIAGRAMS = NO
|
||||||
HIDE_UNDOC_RELATIONS = NO
|
HIDE_UNDOC_RELATIONS = NO
|
||||||
#HAVE_DOT = YES
|
|
||||||
HAVE_DOT = NO
|
HAVE_DOT = NO
|
||||||
#CLASS_GRAPH = YES
|
|
||||||
CLASS_GRAPH = NO
|
CLASS_GRAPH = NO
|
||||||
COLLABORATION_GRAPH = NO
|
COLLABORATION_GRAPH = NO
|
||||||
GROUP_GRAPHS = NO
|
GROUP_GRAPHS = NO
|
||||||
UML_LOOK = NO
|
UML_LOOK = NO
|
||||||
#TEMPLATE_RELATIONS = YES
|
|
||||||
#INCLUDE_GRAPH = YES
|
|
||||||
TEMPLATE_RELATIONS = NO
|
TEMPLATE_RELATIONS = NO
|
||||||
INCLUDE_GRAPH = NO
|
INCLUDE_GRAPH = NO
|
||||||
INCLUDED_BY_GRAPH = NO
|
INCLUDED_BY_GRAPH = NO
|
||||||
CALL_GRAPH = NO
|
CALL_GRAPH = NO
|
||||||
#GRAPHICAL_HIERARCHY = YES
|
|
||||||
#DIRECTORY_GRAPH = YES
|
|
||||||
GRAPHICAL_HIERARCHY = NO
|
GRAPHICAL_HIERARCHY = NO
|
||||||
DIRECTORY_GRAPH = NO
|
DIRECTORY_GRAPH = NO
|
||||||
DOT_IMAGE_FORMAT = jpg
|
DOT_IMAGE_FORMAT = jpg
|
||||||
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 35 KiB |
BIN
doc/salome/gui/SMESH/images/a-filteronfaces.png
Normal file
After Width: | Height: | Size: 37 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 4.3 KiB |
BIN
doc/salome/gui/SMESH/images/a-maxsize1d.png
Normal file
After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 47 KiB After Width: | Height: | Size: 60 KiB |
BIN
doc/salome/gui/SMESH/images/add.png
Executable file
After Width: | Height: | Size: 914 B |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 9.0 KiB |
BIN
doc/salome/gui/SMESH/images/addnode_notebook.png
Executable file
After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 9.5 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 4.4 KiB |
BIN
doc/salome/gui/SMESH/images/blsurf_parameters.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
doc/salome/gui/SMESH/images/blsurf_parameters_advanced.png
Normal file
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 63 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
BIN
doc/salome/gui/SMESH/images/create_groups_from_geometry.png
Normal file
After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 24 KiB |
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 8.7 KiB After Width: | Height: | Size: 9.5 KiB |
Before Width: | Height: | Size: 8.4 KiB After Width: | Height: | Size: 9.7 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 17 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_0d.png
Normal file
After Width: | Height: | Size: 2.6 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_1d.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_2d.png
Normal file
After Width: | Height: | Size: 7.9 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_dlg.png
Normal file
After Width: | Height: | Size: 18 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_src.png
Normal file
After Width: | Height: | Size: 23 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_tui1.png
Normal file
After Width: | Height: | Size: 31 KiB |
BIN
doc/salome/gui/SMESH/images/dimgroup_tui2.png
Normal file
After Width: | Height: | Size: 8.5 KiB |
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 27 KiB After Width: | Height: | Size: 13 KiB |
Before Width: | Height: | Size: 30 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 35 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 21 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 14 KiB |
BIN
doc/salome/gui/SMESH/images/free_faces.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
doc/salome/gui/SMESH/images/free_nodes.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
doc/salome/gui/SMESH/images/ghs3d_parameters_advanced.png
Normal file
After Width: | Height: | Size: 30 KiB |
BIN
doc/salome/gui/SMESH/images/ghs3d_parameters_basic.png
Normal file
After Width: | Height: | Size: 19 KiB |
BIN
doc/salome/gui/SMESH/images/ghs3dprl_parameters_basic.png
Normal file
After Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 20 KiB |
Before Width: | Height: | Size: 969 B |
BIN
doc/salome/gui/SMESH/images/image101.png
Executable file
After Width: | Height: | Size: 1.1 KiB |
Before Width: | Height: | Size: 965 B |
BIN
doc/salome/gui/SMESH/images/image120.png
Executable file
After Width: | Height: | Size: 796 B |
Before Width: | Height: | Size: 1.1 KiB |
BIN
doc/salome/gui/SMESH/images/image121.png
Executable file
After Width: | Height: | Size: 995 B |
Before Width: | Height: | Size: 1.2 KiB |
BIN
doc/salome/gui/SMESH/images/image122.png
Executable file
After Width: | Height: | Size: 997 B |
Before Width: | Height: | Size: 1010 B |
BIN
doc/salome/gui/SMESH/images/image144.png
Executable file
After Width: | Height: | Size: 950 B |
Before Width: | Height: | Size: 1.0 KiB |
BIN
doc/salome/gui/SMESH/images/image145.png
Executable file
After Width: | Height: | Size: 951 B |
Before Width: | Height: | Size: 3.0 KiB |
BIN
doc/salome/gui/SMESH/images/image146.png
Executable file
After Width: | Height: | Size: 30 KiB |
Before Width: | Height: | Size: 3.1 KiB |