2 SET(VERSION_INFO 0.0.0)
10 SET(AM_CPPFLAGS ${AM_CPPFLAGS} -DHAVE_SALOME_CONFIG -I${KERNEL_ROOT_DIR}/include/salome -include SALOMEconfig.h)
11 SET(AM_CXXFLAGS ${AM_CXXFLAGS} -DHAVE_SALOME_CONFIG -I${KERNEL_ROOT_DIR}/include/salome -include SALOMEconfig.h)
13 # PARAVIS : ParaView wrapper SALOME module
15 # Copyright (C) 2007-2008 CEA/DEN, EDF R&D, OPEN CASCADE
17 # Copyright (C) 2003-2007 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
18 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
20 # This library is free software; you can redistribute it and/or
21 # modify it under the terms of the GNU Lesser General Public
22 # License as published by the Free Software Foundation; either
23 # version 2.1 of the License.
25 # This library is distributed in the hope that it will be useful,
26 # but WITHOUT ANY WARRANTY; without even the implied warranty of
27 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
28 # Lesser General Public License for more details.
30 # You should have received a copy of the GNU Lesser General Public
31 # License along with this library; if not, write to the Free Software
32 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
34 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
38 # Author : Margarita KARPUNINA (OCN)
43 # include $(top_srcdir)/adm_local/unix/make_common_starter.am
52 # echo "Running doxygen in directory: "`pwd`; $(DOXYGEN) $<;
55 # -rm -fr PARAVIS doxygen.bak
58 # if test -d PARAVIS; then $(INSTALL) -d $(DESTDIR)$(docdir)/gui ; cp -rp PARAVIS $(DESTDIR)$(docdir)/gui ; fi;
61 # rm -rf $(DESTDIR)$(docdir)/gui/PARAVIS
64 SET(input ${CMAKE_CURRENT_SOURCE_DIR}/doxyfile.in)
67 SET(output ${CMAKE_CURRENT_BINARY_DIR}/doxyfile)
70 MESSAGE(STATUS "Creation of ${output}")
71 CONFIGURE_FILE(${input} ${output})
74 FOREACH(dir ${SUBDIRS})
75 IF(NOT dir STREQUAL .)
76 ADD_SUBDIRECTORY(${dir})
77 ENDIF(NOT dir STREQUAL .)
78 ENDFOREACH(dir ${SUBDIRS})