]> SALOME platform Git repositories - modules/geom.git/blob - doc/salome/tui/Makefile.am
Salome HOME
Update copyright information
[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         sed 's|../../../share/salome|$(top_srcdir)|' ./doxyfile > ./doxyfile1; \
44         sed 's|../../build/salome|$(top_builddir)|' ./doxyfile1 > ./doxyfile2; \
45         mv -f doxyfile2 doxyfile1; \
46         echo "DOXYGEN SUPPORT PYTHON - @DOXYGEN_WITH_PYTHON@"; \
47         if( test "x@DOXYGEN_WITH_PYTHON@" = "xyes"); then \
48           sed 's|python_extension_must_be_here|*.py|' ./doxyfile1 > ./doxyfile2; \
49           mv -f doxyfile2 doxyfile1; \
50           $(DOXYGEN) -u ./doxyfile1; \
51         else \
52           sed 's|python_extension_must_be_here||' ./doxyfile1 > ./doxyfile2; \
53           mv -f doxyfile2 doxyfile1; \
54         fi; \
55         if( test "x@DOXYGEN_WITH_STL@" = "xyes"); then \
56           sed -e 's|BUILTIN_STL_SUPPORT    = NO|BUILTIN_STL_SUPPORT    = YES|' ./doxyfile1 > ./doxyfile2; \
57           mv -f doxyfile2 doxyfile1; \
58         fi; \
59         mv -f doxyfile1 doxyfile; \
60         echo "Running doxygen in directory:"`pwd`; \
61         $(DOXYGEN) ./doxyfile; \
62         cd ../; \
63         cp -fr $(srcdir)/GEOM/sources/ GEOM/ ; \
64         rm -fr INPUT ; \
65         rm -f $(top_builddir)/src/GEOM_SWIG/geompy.py
66
67 clean-local:
68         -rm -fr GEOM doxygen.bak
69
70 install-data-local:
71         if test -d GEOM; then \
72           $(INSTALL) -d $(DESTDIR)$(docdir)/tui ; \
73           cp -rp GEOM $(DESTDIR)$(docdir)/tui ; \
74         fi;
75
76 uninstall-local:
77         rm -rf $(DESTDIR)$(docdir)/tui/GEOM
78
79 doctuidir=$(docdir)/tui/GEOM
80
81 nodist_doctui_DATA= GEOM/doxyfile
82 EXTRA_DIST+= GEOM/doxyfile.in