Salome HOME
Ajout des copyrigths dans les fichiers __init__.py
[modules/adao.git] / adm_local / make_common_starter.am
1 # Copyright (C) 2010-2011 EDF R&D
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 # Author: AndrĂ© Ribes, andre.ribes@edf.fr, EDF R&D
20
21 # Standard directory for installation
22 salomeincludedir   = $(includedir)/salome
23 libdir             = $(prefix)/lib/salome
24 bindir             = $(prefix)/bin/salome
25 salomescriptdir    = $(bindir)
26 salomepythondir    = $(prefix)/lib/python$(PYTHON_VERSION)/site-packages/salome
27
28 # Directory for installing idl files
29 salomeidldir       = $(prefix)/idl/salome
30
31 # Directory for installing resource files
32 salomeresdir       = $(prefix)/share/salome/resources/${MODULE_NAME}
33
34 # Directory for installing tests files
35 testsdir             = $(prefix)/tests
36 testsdasalomedir     = $(testsdir)/daSalome
37 testsplateformedir   = $(testsdir)/daComposant/Plateforme
38
39 # Directory for installing examples files
40 examplesdir             = $(prefix)/share/salome/adao_examples
41 examplesdasalomedir     = $(examplesdir)/daSalome
42
43 # Directories for installing admin files
44 admlocaldir       = $(prefix)/adm_local
45 admlocalunixdir     = $(admlocaldir)/unix
46 admlocalm4dir        = $(admlocaldir)/unix/config_files
47
48 # Shared modules installation directory
49 sharedpkgpythondir =$(pkgpythondir)/shared_modules
50
51 # Documentation directory
52 docdir             = $(datadir)/doc/salome/gui/ADAO
53
54 IDL_INCLUDES = -I$(KERNEL_ROOT_DIR)/idl/salome
55 KERNEL_LIBS= -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC
56 KERNEL_INCLUDES= -I$(KERNEL_ROOT_DIR)/include/salome $(OMNIORB_INCLUDES) $(BOOST_CPPFLAGS)
57