X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=adm_local%2Fmake_common_starter.am;h=01ac3a3c7efc4595ac2a28056c9b560c17eca0f8;hb=f31d55c65925ace5d3bfbf22b1bb44f1efcd7845;hp=7bb83d1b8dcbdc8373c7eced3ffe610ba16fddf4;hpb=d61c06beb36c119ec089a04669f0b871e0bb73bf;p=modules%2Fadao.git diff --git a/adm_local/make_common_starter.am b/adm_local/make_common_starter.am index 7bb83d1..01ac3a3 100644 --- a/adm_local/make_common_starter.am +++ b/adm_local/make_common_starter.am @@ -1,3 +1,22 @@ +# Copyright (C) 2010-2011 EDF R&D +# +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# +# Author: André Ribes, andre.ribes@edf.fr, EDF R&D # Standard directory for installation salomeincludedir = $(includedir)/salome @@ -13,7 +32,15 @@ salomeidldir = $(prefix)/idl/salome salomeresdir = $(prefix)/share/salome/resources/${MODULE_NAME} # Directory for installing tests files -testsdir = $(prefix)/tests +testsdir = $(prefix)/tests +testsdasalomedir = $(testsdir)/daSalome +testsplateformedir = $(testsdir)/daComposant/Plateforme + +# Directory for installing examples files +examplesdir = $(prefix)/share/salome/adao_examples +examplesdasalomedir = $(examplesdir)/daSalome +examplesdaskeletonsdir = $(examplesdir)/daSkeletons +externaldatadefinitiondir = $(examplesdaskeletonsdir)/External_data_definition_by_scripts # Directories for installing admin files admlocaldir = $(prefix)/adm_local @@ -24,7 +51,7 @@ admlocalm4dir = $(admlocaldir)/unix/config_files sharedpkgpythondir =$(pkgpythondir)/shared_modules # Documentation directory -docdir = $(datadir)/doc/salome +docdir = $(datadir)/doc/salome/gui/ADAO IDL_INCLUDES = -I$(KERNEL_ROOT_DIR)/idl/salome KERNEL_LIBS= -L$(KERNEL_ROOT_DIR)/lib/salome -lSalomeContainer -lOpUtil -lSalomeDSCContainer -lSalomeDSCSuperv -lSalomeDatastream -lSalomeDSCSupervBasic -lCalciumC