Salome HOME
Copyright update 2022
[modules/yacs.git] / src / wrappergen / src / HXX2SALOME_GENERIC_CLASS_NAME_SRC / adm_local / unix / make_common_starter.am
1 # Copyright (C) 2006-2022  CEA/DEN, 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, or (at your option) any later version.
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 # ============================================================
21 # This file defines the common definitions used in several
22 # Makefile. This file must be included, if needed, by the file
23 # Makefile.am.
24 # ============================================================
25 # Standard directory for installation
26 #
27 salomeincludedir   = $(includedir)/@PACKAGE@
28 libdir             = $(prefix)/lib@LIB_LOCATION_SUFFIX@/@PACKAGE@
29 bindir             = $(prefix)/bin/@PACKAGE@
30 salomescriptdir    = $(bindir)
31
32 # Directory for installing idl files
33 salomeidldir       = $(prefix)/idl/@PACKAGE@
34
35 # Directory for installing resource files
36 salomeresdir       = $(prefix)/share/@PACKAGE@/resources
37
38 # Directories for installing admin files
39 salomeadmdir       = $(prefix)/adm_local
40 salomeadmuxdir     = $(salomeadmdir)/unix
41 salomem4dir        = $(salomeadmdir)/unix/config_files
42
43 # Shared modules installation directory
44 sharedpkgpythondir =$(pkgpythondir)/shared_modules
45
46 # Documentation directory
47 docdir             = $(datadir)/doc/@PACKAGE@