salomeinclude_DATA = KERNEL_version.h
EXTRA_DIST = \
+ build_cmake \
+ build_cmake.bat \
build_configure \
clean_configure \
LICENCE \
@for f in $(dist_appliskel_PYTHON) ; do \
chmod -f a+x $(DESTDIR)$(appliskeldir)/$$f ; \
done
+
+OBSOLETE_FILES = \
+ env.d \
+ CatalogResources.xml \
+ SalomeApp.xml \
+ killCurrentPort \
+ runParam
+
+EXTRA_DIST = $(OBSOLETE_FILES)
SUBDIRS = salome docutils
-EXTRA_DIST = configuration_examples
+EXTRA_DIST = configuration_examples README.cluster-CCRT
docs: usr_docs
EXTRA_DIST= main.dox install.dox \
kernel_resources.dox kernel_services.dox kernel_services_cpphelpers.dox \
salome_application.dox unittests.dox \
- salome_file.dox kernel_salome.dox
+ salome_file.dox kernel_salome.dox \
+ examples
EXTRA_DIST= $(BASEIDL_FILES) $(MPIIDL_FILES) $(OTHER_IDL_FILES) \
SALOME_Component.xml DSC_Engines.xml SALOME_Ports.xml \
SALOME_PACOExtension.xml SALOME_ParamPorts.xml \
- SALOME_GenericObj.xml
+ SALOME_GenericObj.xml SALOME_Exception.xml
# This variable defines the files to be installed
salomeidl_DATA = $(IDL_FILES)
if WITHONLYLAUNCHER
dist_salomeres_DATA=\
- CatalogResources.xml \
CatalogModulePersonnel.xml_skel
+
+ # VSR: little trick to avoid putting if generated files to the distribution archive
+ nodist_salomeres_DATA=\
+ CatalogResources.xml
else
dist_salomeres_DATA=\
- CatalogResources.xml \
CatalogModulePersonnel.xml_skel \
channel.cfg \
- KERNELCatalog.xml \
SALOMEDS_Resources
+
+ # VSR: little trick to avoid putting if generated files to the distribution archive
+ nodist_salomeres_DATA=\
+ CatalogResources.xml \
+ KERNELCatalog.xml
endif
+
+EXTRA_DIST = CatalogDataType.xml
deprecation.py \
logger.py \
termcolor.py \
- logconfig.py \
unittester.py \
pyunittester.py \
enumerate.py \
diclookup.py \
threadhelper.py
+nodist_mypkgpython_PYTHON = \
+ logconfig.py
+
# This set of modules required a running SALOME application.
mypkgpython_PYTHON += \
studyedit.py \