$(DYNIDL_SRCS) : $(IDL_SOURCES)
# also install all generated headers to use result library from another modules
-salomeinclude_DATA= $(STATIDL_SOURCES:%SK.cc=%.hh)
+salomeskel_DATA= $(STATIDL_SOURCES:%SK.cc=%.hh)
if WITH_PACO_PARALLEL
PAR = SALOME_ComponentPaCO.hxx SALOME_ComponentPaCO.cxx \
# rules for install and build (see make_common_starter.am)
salomeadmux_DATA = SALOMEconfig.h.in
-salomeinclude_DATA = SALOMEconfig.h
+salometopinc_DATA = SALOMEconfig.h
BUILT_SOURCES=SALOMEconfig.ref SALOMEconfig.h SALOMEconfig.h.in
mostlyclean-local:
AC_SUBST(KERNEL_SITE_DIR)
KERNEL_LDFLAGS=-L${KERNEL_DIR}/lib${LIB_LOCATION_SUFFIX}/salome
- KERNEL_CXXFLAGS=-I${KERNEL_DIR}/include/salome
+ KERNEL_CXXFLAGS="-I${KERNEL_DIR}/include/salome -I${KERNEL_DIR}/include/salome/skel"
AC_SUBST(KERNEL_LDFLAGS)
AC_SUBST(KERNEL_CXXFLAGS)
# ============================================================
# Standard directory for installation
#
-salomeincludedir = $(includedir)/salome
+salometopincdir = $(includedir)/salome
+salomeincludedir = $(includedir)/salome/@MODULE_NAME@
+salomeskeldir = $(includedir)/salome/skel
libdir = $(prefix)/lib@LIB_LOCATION_SUFFIX@/salome
bindir = $(prefix)/bin/salome
salomescriptdir = $(bindir)
#include "Launcher_Job.hxx"
#include "ResourcesManager.hxx"
-#include <SALOME_ResourcesCatalog_Parser.hxx>
+#include "SALOME_ResourcesCatalog_Parser.hxx"
#include "SALOME_Launcher_Parser.hxx"
#include <SALOMEconfig.h>
-#include <Utils_SALOME_Exception.hxx>
+#include "Utils_SALOME_Exception.hxx"
#include CORBA_CLIENT_HEADER(SALOME_Component)
#include <string>
#include <SALOMEconfig.h>
-#include <Utils_SALOME_Exception.hxx>
+#include "Utils_SALOME_Exception.hxx"
#include CORBA_CLIENT_HEADER(SALOME_ContainerManager)
#include CORBA_CLIENT_HEADER(SALOME_Component)
#include <iostream>
#define _PARALLEL_SALOME_FILE_I_HXX_
#include <SALOMEconfig.h>
-#include <SALOME_Container.hxx>
+#include "SALOME_Container.hxx"
#include <map>
#include <cstdio>
#include "SALOMEDS_Defines.hxx"
-#include <Utils_Mutex.hxx>
+#include "Utils_Mutex.hxx"
namespace SALOMEDS
{
// IDL headers
#include <SALOMEconfig.h>
#include CORBA_SERVER_HEADER(SALOMEDS)
-#include <DF_Label.hxx>
+#include "DF_Label.hxx"
class SALOMEDS_BasicAttribute_i: public POA_SALOMEDS::BasicAttribute,
public PortableServer::ServantBase {
// std C++ headers
#include <vector>
-#include <SALOMEDSClient.hxx>
+#include "SALOMEDSClient.hxx"
// IDL headers
#include <SALOMEconfig.h>