Salome HOME
1) Add CMake files to the dist rules (make dist)
[tools/medcoupling.git] / doc / doxygen / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
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.
7 #
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.
12 #
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
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  MED MEDMEM : MED files in memory
21 #
22 include $(top_srcdir)/adm_local/unix/make_common_starter.am
23
24 DOX_INPUT_FILE = Doxyfile_med_user
25
26 guidocdir = $(docdir)/gui/MED
27 guidoc_DATA = images/head.png
28
29 install-data-local : html-local
30         @if test -d doc_ref_user; then                                  \
31         $(INSTALL) -d $(DESTDIR)$(docdir)/gui/MED;                      \
32         fi
33         @if test -d doc_ref_user/html ; then                            \
34           for filen in `find doc_ref_user/html -maxdepth 1 -type f` ; do\
35             echo "Installing $${filen}" ;                               \
36             cp -rp $${filen} $(DESTDIR)$(docdir)/gui/MED ;              \
37           done ;                                                        \
38         fi ;
39
40 uninstall-local:
41         rm -rf $(DESTDIR)$(docdir)/gui/MED
42
43 clean-local:
44         rm -rf doc_ref_user log_user
45
46 EXTRA_DIST += figures \
47               main.dox \
48               Geometric2D.dox \
49               biblio.dox \
50               barycoords.dox \
51               dualmesh.dox \
52               extractor.dox \
53               field.dox \
54               grid.dox \
55               interpkernel.dox \
56               interptheory.dox \
57               interptools.dox \
58               intersectors.dox \
59               medcoupling.dox \
60               medfilebrowser.dox \
61               medloader.dox \
62               medmem.dox \
63               medsplitter.dox \
64               mesh.dox \
65               meshing.dox \
66               polygon.dox \
67               remapper.dox \
68               support.dox \
69               tools.dox \
70               static/footer.html \
71               static/doxygen.css \
72               images \
73               BuildPyExamplesFromCPP.py \
74               medcouplingexamples.doxy