Salome HOME
Updating copyright date information (1)
[modules/adao.git] / adm_local / make_common_starter.am
1 # Copyright (C) 2008-2016  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 examplesdaskeletonsdir    = $(examplesdir)/daSkeletons
43 externaldatadefinitiondir = $(examplesdaskeletonsdir)/External_data_definition_by_scripts
44
45 # Directories for installing admin files
46 admlocaldir       = $(prefix)/adm_local
47 admlocalunixdir     = $(admlocaldir)/unix
48 admlocalm4dir        = $(admlocaldir)/unix/config_files
49
50 # Shared modules installation directory
51 sharedpkgpythondir =$(pkgpythondir)/shared_modules
52
53 # Documentation directory
54 docdir             = $(datadir)/doc/salome/gui/ADAO
55
56 IDL_INCLUDES = -I$(KERNEL_ROOT_DIR)/idl/salome
57 KERNEL_LIBS= -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC
58 KERNEL_INCLUDES= -I$(KERNEL_ROOT_DIR)/include/salome $(OMNIORB_INCLUDES) $(BOOST_CPPFLAGS)
59