1 # Copyright (C) 2005 CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 # Lesser General Public License for more details.
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # Author : Vasily Rusyaev (Open Cascade NN)
21 # Modified by : Alexander BORODIN (OCN) - autotools usage
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30 # Below command replaces "smeshDC" by "smesh" except cases
31 # "ssmeshDC", "1smeshDC" and "esmeshDC" (these sequences
32 # can be found in file names and must not be replaces):
34 # sed 's/\([^s1e]\)smeshDC\|^smeshDC/\1smesh/g' $${filen} > ./tmp;
38 echo "Processing smeshDC.py file: "; \
39 $(doxygen) ./doxyfile_py; \
42 for filen in $${filesl}; do \
43 sed 's/\([^s1e]\)smeshDC\|^smeshDC/\1smesh/g' $${filen} > ./tmp; \
44 mv -f tmp $${filen}; \
47 echo "Running doxygen in directory: "`pwd`; \
48 $(doxygen) ./doxyfile;
53 rm -fr `ls | grep -v "Makefile"`
56 install-data-local: usr_docs
57 mkdir -p $(docdir)/gui
58 cp -rf SMESH $(docdir)/gui
59 -find $(PWD) -name CVS -prune -exec rm -rf {} \;
62 rm -rf $(docdir)/gui/SMESH
64 docguidir=$(docdir)/gui/SMESH
66 nodist_docgui_DATA= SMESH/doxyfile
67 nodist_docgui_DATA+= SMESH/doxyfile_py
68 EXTRA_DIST+= SMESH/doxyfile.in
69 EXTRA_DIST+= SMESH/doxyfile_py.in