Salome HOME
test on ccrt
[modules/kernel.git] / Makefile.am
1 # Copyright (C) 2005  OPEN CASCADE, CEA, EDF R&D, LEG
2 #           PRINCIPIA R&D, EADS CCR, Lip6, BV, CEDRAT
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 # http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 # -* Makefile *- 
19 #
20 # Author : Guillaume BOULANT (CSSI)
21 # Date : 09/11/2005
22 # $Header$
23 #
24
25 include $(top_srcdir)/salome_adm/unix/make_common_starter.am
26
27 if CORBA_GEN
28   IDLDIR = idl
29 endif
30
31 ACLOCAL_AMFLAGS = -I salome_adm/unix/config_files
32
33 SUBDIRS = $(IDLDIR) salome_adm src doc bin resources
34
35 DIST_SUBDIRS=   idl salome_adm src doc bin resources
36
37 DISTCLEANFILES = a.out
38
39 salomeinclude_DATA = KERNEL_version.h
40
41 EXTRA_DIST = \
42         build_configure \
43         clean_configure \
44         LICENCE \
45         README.FIRST.txt \
46         DEPRECATED
47
48 dist-hook:
49         rm -rf `find $(distdir) -name CVS`
50
51 usr_docs:
52         (cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
53
54 docs:usr_docs
55
56 dev_docs:
57         (cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs)