Salome HOME
Using "USER" env variable on LINUX and "Username" variable on WIN32
[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 SUBDIRS = $(IDLDIR) salome_adm src doc bin resources
32
33 DIST_SUBDIRS=   idl salome_adm src doc bin resources
34
35 DISTCLEANFILES = a.out
36
37 salomeinclude_DATA = KERNEL_version.h
38
39 EXTRA_DIST = \
40         build_configure \
41         clean_configure \
42         LICENCE \
43         README.FIRST.txt \
44         DEPRECATED
45
46 dist-hook:
47         rm -rf `find $(distdir) -name CVS`
48
49 usr_docs:
50         (cd doc && $(MAKE) $(AM_MAKEFLAGS) usr_docs)
51
52 docs:usr_docs
53
54 dev_docs:
55         (cd doc && $(MAKE) $(AM_MAKEFLAGS) dev_docs)