]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/tui/Makefile.am
Salome HOME
Issue 0020400: EDF 1057 GEOM: Point coordinate operation gives (0,0,0)
[modules/geom.git] / doc / salome / tui / Makefile.am
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 #  File   : Makefile.in
23 #  Author : Vasily Rusyaev (Open Cascade NN)
24 #  Module : doc
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 EXTRA_DIST+=GEOM
29
30 dev_docs: GEOM/doxyfile
31         echo "===========================================" ;                    \
32         echo "Replacing geompyDC by geompy" ;                                   \
33         echo "===========================================" ;                    \
34         sed -e "/class geompyDC/d" -e "s/^ *#/#/g" -e "s/^ *def /def /g"        \
35           -e "s/geompyDC/geompy/g" $(top_srcdir)/src/GEOM_SWIG/geompyDC.py >    \
36           $(top_builddir)/src/GEOM_SWIG/geompy.py ;                             \
37         echo "===========================================" ;                    \
38         echo "Generating TUI documentation" ;                                   \
39         echo "===========================================" ;                    \
40         cp -fr $(srcdir)/GEOM ./INPUT; \
41         cp -f ./GEOM/doxyfile ./INPUT; \
42         cd INPUT; \
43         echo "DOXYGEN SUPPORT PYTHON - @DOXYGEN_WITH_PYTHON@"; \
44         if( test "x@DOXYGEN_WITH_PYTHON@" = "xyes"); then \
45           sed 's|python_extension_must_be_here|*.py|' doxyfile > doxyfile1; \
46         else \
47           sed 's|python_extension_must_be_here||' doxyfile > doxyfile1; \
48         fi; \
49         mv -f doxyfile1 doxyfile; \
50         if( test "x@DOXYGEN_WITH_STL@" = "xyes"); then \
51           sed -e 's|BUILTIN_STL_SUPPORT    = NO|BUILTIN_STL_SUPPORT    = YES|' doxyfile > doxyfile1; \
52           mv -f doxyfile1 doxyfile; \
53         fi; \
54         $(DOXYGEN) -u doxyfile; \
55         echo "Running doxygen in directory:"`pwd`; \
56         $(DOXYGEN) doxyfile; \
57         cd ../; \
58         cp -fr $(srcdir)/GEOM/sources/ GEOM/ ; \
59         rm -fr INPUT ; \
60         rm -f $(top_builddir)/src/GEOM_SWIG/geompy.py
61
62 clean-local:
63         -rm -fr GEOM doxygen.bak
64
65 install-data-local:
66         if test -d GEOM; then \
67           $(INSTALL) -d $(docdir)/tui ; \
68           cp -rp GEOM $(docdir)/tui ; \
69           find $(docdir)/tui -name CVS -prune -exec rm -rf {} ";" ; \
70         fi;
71
72 uninstall-local:
73         rm -rf $(docdir)/tui/GEOM
74
75 doctuidir=$(docdir)/tui/GEOM
76
77 nodist_doctui_DATA= GEOM/doxyfile
78 EXTRA_DIST+= GEOM/doxyfile.in