summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-12 22:17:05 +0000
committerPhilip M. Gollucci <pgollucci@FreeBSD.org>2010-02-12 22:17:05 +0000
commit376d6d03621d8c1551797493580c9a75e8f39268 (patch)
treeaf3d7fde0479c0df6d676fa8d93cf4552d55fa06 /cad
parentSALOME is a free software that provides a generic platform for Pre (diff)
SALOME is a free software that provides a generic platform for Pre
and Post-Processing for numerical simulation. +Supports interoperability between CAD modeling and computation software (CAD-CAE link) +Makes easier the integration of new components on heterogeneous systems for numerical computation +Sets the priority to multi-physics coupling between computation software +Provides a generic user interface, user-friendly and efficient, which helps to reduce the costs and delays of carrying out the studies +Reduces training time to the specific time for learning the software solution which has been based on this platform +All functionalities are accessible through the programmatic integrated Python console This package contains YACS module. WWW: http://www.salome-platform.org - Stas Timokhin devel@stasyan.com PR: ports/143469 Submitted by: Stas Timokhin <devel at stasyan.com>
Notes
Notes: svn path=/head/; revision=249734
Diffstat (limited to 'cad')
-rw-r--r--cad/Makefile1
-rw-r--r--cad/salome-yacs/Makefile14
-rw-r--r--cad/salome-yacs/files/patch-GenericGui.cxx11
-rw-r--r--cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx14
-rw-r--r--cad/salome-yacs/files/patch-bases_Test_Makefile.am11
-rw-r--r--cad/salome-yacs/files/patch-configure.in.base20
-rw-r--r--cad/salome-yacs/files/patch-engine_Dispatcher.hxx11
-rw-r--r--cad/salome-yacs/files/patch-engine_Makefile.am20
-rw-r--r--cad/salome-yacs/files/patch-engine_Node.hxx13
-rw-r--r--cad/salome-yacs/files/patch-engine_Test_Makefile.am11
-rw-r--r--cad/salome-yacs/files/patch-i2_check_qt4.m429
-rw-r--r--cad/salome-yacs/files/patch-runtime_Test_Makefile.am11
-rw-r--r--cad/salome-yacs/files/patch-src_bases_YacsTrace.cxx10
-rw-r--r--cad/salome-yacs/files/patch-thread.m429
-rw-r--r--cad/salome-yacs/files/patch-yacsloader_Test_Makefile.am11
-rw-r--r--cad/salome-yacs/pkg-descr19
-rw-r--r--cad/salome-yacs/pkg-plist591
17 files changed, 826 insertions, 0 deletions
diff --git a/cad/Makefile b/cad/Makefile
index be32d7f4805d..9c2eda5664cc 100644
--- a/cad/Makefile
+++ b/cad/Makefile
@@ -82,6 +82,7 @@
SUBDIR += salome-sierpinsky
SUBDIR += salome-smesh
SUBDIR += salome-visu
+ SUBDIR += salome-yacs
SUBDIR += sceptre
SUBDIR += scotch
SUBDIR += scv
diff --git a/cad/salome-yacs/Makefile b/cad/salome-yacs/Makefile
new file mode 100644
index 000000000000..338edb8b63e9
--- /dev/null
+++ b/cad/salome-yacs/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: cad/salome-yacs
+# Date created: 20 May 2009
+# Whom: Stas Timokhin <devel@stasyan.com>
+#
+# $FreeBSD$
+
+CATEGORIES= cad science
+
+MASTERDIR= ${.CURDIR}/../salome
+
+PKGNAMESUFFIX= -yacs
+SAL_MODULE_UPPER= YACS
+
+.include "${MASTERDIR}/Makefile"
diff --git a/cad/salome-yacs/files/patch-GenericGui.cxx b/cad/salome-yacs/files/patch-GenericGui.cxx
new file mode 100644
index 000000000000..8aa80639669f
--- /dev/null
+++ b/cad/salome-yacs/files/patch-GenericGui.cxx
@@ -0,0 +1,11 @@
+--- src/genericgui/GenericGui.cxx.orig 2009-11-24 15:22:50.000000000 +0600
++++ src/genericgui/GenericGui.cxx 2009-11-24 15:23:19.000000000 +0600
+@@ -60,6 +60,8 @@
+
+ #include <ctime>
+
++#include <sys/wait.h>
++
+ //#define _DEVDEBUG_
+ #include "YacsTrace.hxx"
+
diff --git a/cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx b/cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx
new file mode 100644
index 000000000000..97efb5e83233
--- /dev/null
+++ b/cad/salome-yacs/files/patch-SalomeOptimizerLoop.cxx
@@ -0,0 +1,14 @@
+--- src/runtime/SalomeOptimizerLoop.cxx.orig 2009-12-20 00:17:21.000000000 +0600
++++ src/runtime/SalomeOptimizerLoop.cxx 2009-12-20 00:16:25.000000000 +0600
+@@ -16,10 +16,10 @@
+ //
+ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+ //
++#include "PyStdout.hxx"
+ #include "SalomeOptimizerLoop.hxx"
+ #include <Python.h>
+ #include "TypeCode.hxx"
+-#include "PyStdout.hxx"
+
+ //#define _DEVDEBUG_
+ #include "YacsTrace.hxx"
diff --git a/cad/salome-yacs/files/patch-bases_Test_Makefile.am b/cad/salome-yacs/files/patch-bases_Test_Makefile.am
new file mode 100644
index 000000000000..8e371537de84
--- /dev/null
+++ b/cad/salome-yacs/files/patch-bases_Test_Makefile.am
@@ -0,0 +1,11 @@
+--- src/bases/Test/Makefile.am.orig 2009-07-17 09:22:05.000000000 +0700
++++ src/bases/Test/Makefile.am 2009-07-17 09:22:14.000000000 +0700
+@@ -38,7 +38,7 @@
+
+ TestBases_LDADD = ../libYACSBases.la
+
+-TestBases_LDFLAGS = $(CPPUNIT_LIBS) -pthread -ldl
++TestBases_LDFLAGS = $(CPPUNIT_LIBS) -pthread
+
+ TestBases_CXXFLAGS = $(THREAD_DEF) $(CPPUNIT_INCLUDES) -I$(srcdir)/..
+
diff --git a/cad/salome-yacs/files/patch-configure.in.base b/cad/salome-yacs/files/patch-configure.in.base
new file mode 100644
index 000000000000..2b5d566caef4
--- /dev/null
+++ b/cad/salome-yacs/files/patch-configure.in.base
@@ -0,0 +1,20 @@
+--- configure.in.base.orig 2009-05-28 22:07:41.000000000 +0700
++++ configure.in.base 2009-07-22 10:07:08.000000000 +0700
+@@ -39,7 +39,7 @@
+ # argument. Exemple:
+ # $ filename="../KERNEL_SRC/configure
+ # $ absfilename=`absolute_path $filename`
+-function absolute_path {
++absolute_path () {
+ filename=$1
+ here=`pwd`
+ apath=`dirname $filename`
+@@ -74,8 +74,6 @@
+ AC_PROG_CXX
+ AM_PROG_LIBTOOL
+
+-AC_CHECK_LIB(dl,dlopen)
+-
+ ENABLE_PTHREADS
+
+ AM_PATH_PYTHON(2.3)
diff --git a/cad/salome-yacs/files/patch-engine_Dispatcher.hxx b/cad/salome-yacs/files/patch-engine_Dispatcher.hxx
new file mode 100644
index 000000000000..40a9efefc4b4
--- /dev/null
+++ b/cad/salome-yacs/files/patch-engine_Dispatcher.hxx
@@ -0,0 +1,11 @@
+--- src/engine/Dispatcher.hxx.orig 2009-11-17 15:31:44.000000000 +0600
++++ src/engine/Dispatcher.hxx 2009-11-17 15:31:57.000000000 +0600
+@@ -23,6 +23,8 @@
+ #include <string>
+ #include <map>
+
++#include "Node.hxx"
++
+ namespace YACS
+ {
+ namespace ENGINE
diff --git a/cad/salome-yacs/files/patch-engine_Makefile.am b/cad/salome-yacs/files/patch-engine_Makefile.am
new file mode 100644
index 000000000000..7a74e598d9b3
--- /dev/null
+++ b/cad/salome-yacs/files/patch-engine_Makefile.am
@@ -0,0 +1,20 @@
+--- src/engine/Makefile.am.orig 2009-12-01 20:58:28.000000000 +0600
++++ src/engine/Makefile.am 2010-01-06 15:56:36.000000000 +0600
+@@ -88,7 +88,7 @@
+ Dispatcher.hxx DynParaLoop.hxx ElementaryNode.hxx Executor.hxx \
+ ForEachLoop.hxx ForLoop.hxx InGate.hxx InlineNode.hxx InPort.hxx \
+ InputDataStreamPort.hxx InputPort.hxx InvalidExtractionException.hxx LinkInfo.hxx Logger.hxx \
+-LogRecord.hxx Loop.hxx Node.hxx OptimizerAlg.hxx OptimizerLoop.hxx \
++LogRecord.hxx Loop.hxx OptimizerAlg.hxx OptimizerLoop.hxx \
+ OutGate.hxx OutPort.hxx OutputDataStreamPort.hxx OutputPort.hxx Pool.hxx \
+ Port.hxx Proc.hxx RefCounter.hxx Runtime.hxx Scheduler.hxx \
+ ServiceInlineNode.hxx ServiceNode.hxx SharedPtr.hxx StaticDefinedComposedNode.hxx Switch.hxx \
+@@ -101,7 +101,7 @@
+ $(__dummy__)
+
+ libYACSlibEngine_la_LIBADD = ../bases/libYACSBases.la
+-libYACSlibEngine_la_LDFLAGS = -pthread -lpthread -ldl
++libYACSlibEngine_la_LDFLAGS = -pthread
+
+ AM_CXXFLAGS = $(THREAD_DEF) \
+ -I$(srcdir)/../bases
diff --git a/cad/salome-yacs/files/patch-engine_Node.hxx b/cad/salome-yacs/files/patch-engine_Node.hxx
new file mode 100644
index 000000000000..8a4f9006e269
--- /dev/null
+++ b/cad/salome-yacs/files/patch-engine_Node.hxx
@@ -0,0 +1,13 @@
+--- src/engine/Node.hxx.orig 2010-01-06 13:56:16.000000000 +0600
++++ src/engine/Node.hxx 2010-01-06 13:56:32.000000000 +0600
+@@ -16,8 +16,8 @@
+ //
+ // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+ //
+-#ifndef __NODE_HXX__
+-#define __NODE_HXX__
++#ifndef __NODE_YACS_HXX__
++#define __NODE_YACS_HXX__
+
+ #include "YACSlibEngineExport.hxx"
+ #include "InGate.hxx"
diff --git a/cad/salome-yacs/files/patch-engine_Test_Makefile.am b/cad/salome-yacs/files/patch-engine_Test_Makefile.am
new file mode 100644
index 000000000000..165d36f4ec41
--- /dev/null
+++ b/cad/salome-yacs/files/patch-engine_Test_Makefile.am
@@ -0,0 +1,11 @@
+--- src/engine/Test/Makefile.am.orig 2009-07-17 09:22:52.000000000 +0700
++++ src/engine/Test/Makefile.am 2009-07-17 09:23:04.000000000 +0700
+@@ -30,7 +30,7 @@
+ ../../bases/libYACSBases.la
+
+
+-TestEngine_LDFLAGS = $(CPPUNIT_LIBS) -pthread -ldl
++TestEngine_LDFLAGS = $(CPPUNIT_LIBS) -pthread
+
+ TestEngine_CXXFLAGS = \
+ $(CPPUNIT_INCLUDES) \
diff --git a/cad/salome-yacs/files/patch-i2_check_qt4.m4 b/cad/salome-yacs/files/patch-i2_check_qt4.m4
new file mode 100644
index 000000000000..ccbe8539000f
--- /dev/null
+++ b/cad/salome-yacs/files/patch-i2_check_qt4.m4
@@ -0,0 +1,29 @@
+--- adm/unix/config_files/i2_check_qt4.m4.orig 2009-12-01 20:58:20.000000000 +0600
++++ adm/unix/config_files/i2_check_qt4.m4 2010-01-30 17:52:55.000000000 +0600
+@@ -217,7 +217,7 @@
+ qt4_cppflags="${qt4_cppflags} -I$qt4_include_path/QtGui"
+ qt4_cppflags="${qt4_cppflags} -I$qt4_include_path/Qt"
+ qt4_cppflags="${qt4_cppflags} -I$qt4_include_path"
+- CPPFLAGS="${CPPFLAGS} ${qt4_cppflags}"
++ CPPFLAGS="${qt4_cppflags} ${CPPFLAGS}"
+ AC_LANG_PUSH(C++)
+ AC_CHECK_HEADERS([qapplication.h],
+ [qt4_header_found=yes],
+@@ -373,7 +373,7 @@
+ AC_MSG_NOTICE([checking whether qscintilla for qt4 headers are present])
+
+ # --- we test the header file presence and usability
+- CPPFLAGS="${CPPFLAGS} ${qsci4_cppflags} ${qt4_cppflags}"
++ CPPFLAGS="${qsci4_cppflags} ${qt4_cppflags} ${CPPFLAGS}"
+ AC_LANG_PUSH(C++)
+ AC_CHECK_HEADERS([qsciscintilla.h],
+ [qsci4_header_found=yes],
+@@ -415,7 +415,7 @@
+ fi
+
+ # restoring saved values
+- CPPFLAGS=$saved_CPPFLAGS
++ #CPPFLAGS=$saved_CPPFLAGS
+ LDFLAGS=$saved_LDFLAGS
+ LIBS=$saved_LIBS
+
diff --git a/cad/salome-yacs/files/patch-runtime_Test_Makefile.am b/cad/salome-yacs/files/patch-runtime_Test_Makefile.am
new file mode 100644
index 000000000000..9007f4ca7c78
--- /dev/null
+++ b/cad/salome-yacs/files/patch-runtime_Test_Makefile.am
@@ -0,0 +1,11 @@
+--- src/runtime/Test/Makefile.am.orig 2009-07-17 09:23:17.000000000 +0700
++++ src/runtime/Test/Makefile.am 2009-07-17 09:23:32.000000000 +0700
+@@ -46,7 +46,7 @@
+
+
+ TestRuntime_LDFLAGS = \
+- @CPPUNIT_LIBS@ -pthread -ldl $(LIBXML_LIBS)
++ @CPPUNIT_LIBS@ -pthread $(LIBXML_LIBS)
+
+ TestRuntime_CXXFLAGS = \
+ -DUSE_CPPUNIT \
diff --git a/cad/salome-yacs/files/patch-src_bases_YacsTrace.cxx b/cad/salome-yacs/files/patch-src_bases_YacsTrace.cxx
new file mode 100644
index 000000000000..ee79e773bd24
--- /dev/null
+++ b/cad/salome-yacs/files/patch-src_bases_YacsTrace.cxx
@@ -0,0 +1,10 @@
+--- src/bases/YacsTrace.cxx.orig 2009-07-22 10:12:04.000000000 +0700
++++ src/bases/YacsTrace.cxx 2009-07-22 10:12:16.000000000 +0700
+@@ -18,6 +18,7 @@
+ //
+ #include <iostream>
+ #include <sstream>
++#include <stdlib.h>
+ #include "YacsTrace.hxx"
+
+ void AttachDebugger()
diff --git a/cad/salome-yacs/files/patch-thread.m4 b/cad/salome-yacs/files/patch-thread.m4
new file mode 100644
index 000000000000..19ca1d0f5e86
--- /dev/null
+++ b/cad/salome-yacs/files/patch-thread.m4
@@ -0,0 +1,29 @@
+--- adm/unix/config_files/thread.m4.orig 2009-05-28 22:07:41.000000000 +0700
++++ adm/unix/config_files/thread.m4 2009-07-16 16:59:05.000000000 +0700
+@@ -35,6 +35,13 @@
+ AC_CHECK_HEADER(pthread.h,thread_ok=yes ,thread_ok=no)
+ thread_ok="yes"
+ fi
++if test `uname` = "FreeBSD"
++then
++ THREAD_DEF="-DYACS_PTHREAD"
++ AC_CHECK_HEADER(pthread.h,thread_ok=yes ,thread_ok=no)
++ thread_ok="yes"
++fi
++
+
+ AC_LANG_RESTORE
+ AC_MSG_RESULT(for THREADs: $thread_ok)
+@@ -120,6 +127,12 @@
+
+ acx_pthread_flags="-pthread -pthreads pthread -mt $acx_pthread_flags"
+ ;;
++
++ *freebsd*)
++ acx_pthread_flags="-pthread -pthreads -kthread"
++
++ ;;
++
+ esac
+
+ if test x"$acx_pthread_ok" = xno; then
diff --git a/cad/salome-yacs/files/patch-yacsloader_Test_Makefile.am b/cad/salome-yacs/files/patch-yacsloader_Test_Makefile.am
new file mode 100644
index 000000000000..50f8f94cf017
--- /dev/null
+++ b/cad/salome-yacs/files/patch-yacsloader_Test_Makefile.am
@@ -0,0 +1,11 @@
+--- src/yacsloader/Test/Makefile.am.orig 2009-07-17 09:23:49.000000000 +0700
++++ src/yacsloader/Test/Makefile.am 2009-07-17 09:23:59.000000000 +0700
+@@ -49,7 +49,7 @@
+ ../../bases/libYACSBases.la
+
+ TestYacsLoader_LDFLAGS = \
+- @CPPUNIT_LIBS@ -pthread -ldl $(EXPAT_LIBS) $(LIBXML_LIBS)
++ @CPPUNIT_LIBS@ -pthread $(EXPAT_LIBS) $(LIBXML_LIBS)
+
+ TestYacsLoader_CXXFLAGS = \
+ $(THREAD_DEF) \
diff --git a/cad/salome-yacs/pkg-descr b/cad/salome-yacs/pkg-descr
new file mode 100644
index 000000000000..2299b4d65650
--- /dev/null
+++ b/cad/salome-yacs/pkg-descr
@@ -0,0 +1,19 @@
+SALOME is a free software that provides a generic platform for Pre
+and Post-Processing for numerical simulation.
++Supports interoperability between CAD modeling and
+ computation software (CAD-CAE link)
++Makes easier the integration of new components on heterogeneous systems
+ for numerical computation
++Sets the priority to multi-physics coupling between computation software
++Provides a generic user interface, user-friendly and efficient,
+ which helps to reduce the costs and delays of carrying out the studies
++Reduces training time to the specific time for learning the software solution
+ which has been based on this platform
++All functionalities are accessible through the programmatic
+ integrated Python console
+
+This package contains YACS module.
+
+WWW: http://www.salome-platform.org
+- Stas Timokhin
+devel@stasyan.com
diff --git a/cad/salome-yacs/pkg-plist b/cad/salome-yacs/pkg-plist
new file mode 100644
index 000000000000..d6e9bc4d1460
--- /dev/null
+++ b/cad/salome-yacs/pkg-plist
@@ -0,0 +1,591 @@
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/AUTHORS
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/COPYING
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/ChangeLog
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/INSTALL
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/NEWS
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/README
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/SALOMEconfig.h.in
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/README
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cc_warnings.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_depend_flag.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_have_sstream.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_namespaces.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_option.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_template_options.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_use_std_iostream.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_cxx_warnings.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/ac_linker_options.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_Comp_Env.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_GUI.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_Kernel.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_Med.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_Med2.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_boost.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_cas.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_corba.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_hdf5.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_med2.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_msg2qm.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_omniorb.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_opengl.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_pthreads.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_python.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/check_qt.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/enable_pthreads.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files/production.m4
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/make_begin.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/make_common_starter.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/make_end.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/py-compile
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/bin/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/bin/VERSION
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/bin/runAppli.in
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/bin/runSalome.py
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/build_configure
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/configure.in.base
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/doc/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/doc/dev_guide.txt
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/doc/rst.css
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/idl/HXX2SALOME_GENERIC_CLASS_NAME_Gen.idl
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/idl/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/py-compile
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/ExecHXX2SALOME_GENERIC_CLASS_NAME.png
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/HXX2SALOME_GENERIC_CLASS_NAME.png
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/HXX2SALOME_GENERIC_CLASS_NAME_en.ps
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/HXX2SALOME_GENERIC_CLASS_NAME_en.xml
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/HXX2SALOME_GENERIC_CLASS_NAME_fr.xml
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/SalomeApp.xml
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources/config
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/rfind
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/root_clean
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI/HXX2SALOME_GENERIC_CLASS_NAMEGUI.cxx
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI/HXX2SALOME_GENERIC_CLASS_NAMEGUI.h
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI/HXX2SALOME_GENERIC_CLASS_NAME_icons.po
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI/HXX2SALOME_GENERIC_CLASS_NAME_msg_en.po
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI/HXX2SALOME_GENERIC_CLASS_NAME_msg_fr.po
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_CPP/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/HXX2SALOME_GENERIC_CLASS_NAME_TEST.py
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/HXX2SALOME_GENERIC_CLASS_NAME_i.cxx
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/HXX2SALOME_GENERIC_CLASS_NAME_i.hxx
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_SWIG/Makefile.am
+bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/Makefile.am
+bin/HXX2SALOME_Test/compile_HXX2SALOME_GENERIC_CLASS_NAME.sh
+bin/HXX2SALOME_Test/env_HXX2SALOME.csh
+bin/HXX2SALOME_Test/env_HXX2SALOME.sh
+bin/HXX2SALOME_Test/hxx2salome
+bin/HXX2SALOME_Test/hxx2salome_check
+bin/HXX2SALOME_Test/hxx2salome_corba
+bin/HXX2SALOME_Test/hxx2salome_cpp
+bin/HXX2SALOME_Test/parse0.awk
+bin/HXX2SALOME_Test/parse01.awk
+bin/HXX2SALOME_Test/parse1.awk
+bin/HXX2SALOME_Test/parse2.awk
+bin/HXX2SALOME_Test/parse3.awk
+bin/HXX2SALOME_Test/parse30.awk
+bin/HXX2SALOME_Test/parse4.awk
+bin/HXX2SALOME_Test/parse5.awk
+bin/HXX2SALOME_Test/renameSalomeModule
+bin/HXX2SALOME_Test/runIDLparser
+bin/salome/debugger
+bin/salome/display.sh
+bin/salome/driver
+bin/salome/echoSrv
+bin/salome/echoSrvDemo
+bin/salome/resume
+bin/salome/salomeloader.sh
+include/salome/Any.hxx
+include/salome/AnyInputPort.hxx
+include/salome/AnyOutputPort.hxx
+include/salome/Bloc.hxx
+include/salome/CORBACORBAConv.hxx
+include/salome/CORBAComponent.hxx
+include/salome/CORBACppConv.hxx
+include/salome/CORBANeutralConv.hxx
+include/salome/CORBANode.hxx
+include/salome/CORBAPorts.hxx
+include/salome/CORBAPythonConv.hxx
+include/salome/CORBAXMLConv.hxx
+include/salome/CalStreamPort.hxx
+include/salome/Catalog.hxx
+include/salome/ComponentDefinition.hxx
+include/salome/ComponentInstance.hxx
+include/salome/ComposedNode.hxx
+include/salome/ConditionInputPort.hxx
+include/salome/Container.hxx
+include/salome/ConversionException.hxx
+include/salome/CppCORBAConv.hxx
+include/salome/CppComponent.hxx
+include/salome/CppContainer.hxx
+include/salome/CppCppConv.hxx
+include/salome/CppNeutralConv.hxx
+include/salome/CppNode.hxx
+include/salome/CppPorts.hxx
+include/salome/CppPythonConv.hxx
+include/salome/CppXMLConv.hxx
+include/salome/Cstr2d.hxx
+include/salome/DataFlowPort.hxx
+include/salome/DataNode.hxx
+include/salome/DataPort.hxx
+include/salome/DataStreamPort.hxx
+include/salome/DeploymentTree.hxx
+include/salome/Dispatcher.hxx
+include/salome/DrivenCondition.hxx
+include/salome/DrivenConditionPT.hxx
+include/salome/DynLibLoader.hxx
+include/salome/DynLibLoaderGNU.hxx
+include/salome/DynLibLoaderWin.hxx
+include/salome/DynParaLoop.hxx
+include/salome/ElementaryNode.hxx
+include/salome/Exception.hxx
+include/salome/Executor.hxx
+include/salome/ForEachLoop.hxx
+include/salome/ForLoop.hxx
+include/salome/InGate.hxx
+include/salome/InPort.hxx
+include/salome/InlineNode.hxx
+include/salome/InputDataStreamPort.hxx
+include/salome/InputPort.hxx
+include/salome/InvalidExtractionException.hxx
+include/salome/LinkInfo.hxx
+include/salome/LoadState.hxx
+include/salome/LogRecord.hxx
+include/salome/Logger.hxx
+include/salome/Loop.hxx
+include/salome/Mutex.hxx
+include/salome/MutexPT.hxx
+include/salome/NeutralCORBAConv.hxx
+include/salome/NeutralCppConv.hxx
+include/salome/NeutralInitConv.hxx
+include/salome/NeutralPythonConv.hxx
+include/salome/NeutralXMLConv.hxx
+include/salome/OptimizerAlg.hxx
+include/salome/OptimizerLoop.hxx
+include/salome/OutGate.hxx
+include/salome/OutNode.hxx
+include/salome/OutPort.hxx
+include/salome/OutputDataStreamPort.hxx
+include/salome/OutputPort.hxx
+include/salome/Pool.hxx
+include/salome/Port.hxx
+include/salome/PresetNode.hxx
+include/salome/PresetPorts.hxx
+include/salome/Proc.hxx
+include/salome/ProcCataLoader.hxx
+include/salome/PropertyInterface.hxx
+include/salome/PyStdout.hxx
+include/salome/PythonCORBAConv.hxx
+include/salome/PythonCppConv.hxx
+include/salome/PythonInitConv.hxx
+include/salome/PythonNeutralConv.hxx
+include/salome/PythonNode.hxx
+include/salome/PythonPorts.hxx
+include/salome/PythonXMLConv.hxx
+include/salome/RefCounter.hxx
+include/salome/Runtime.hxx
+include/salome/RuntimeSALOME.hxx
+include/salome/SALOMEDispatcher.hxx
+include/salome/SalomeComponent.hxx
+include/salome/SalomeContainer.hxx
+include/salome/SalomeOptimizerLoop.hxx
+include/salome/SalomeProc.hxx
+include/salome/SalomePythonComponent.hxx
+include/salome/SalomePythonNode.hxx
+include/salome/Scheduler.hxx
+include/salome/Semaphore.hxx
+include/salome/SemaphorePT.hxx
+include/salome/ServiceInlineNode.hxx
+include/salome/ServiceNode.hxx
+include/salome/SessionCataLoader.hxx
+include/salome/SharedPtr.hxx
+include/salome/StaticDefinedComposedNode.hxx
+include/salome/StudyNodes.hxx
+include/salome/StudyPorts.hxx
+include/salome/Switch.hxx
+include/salome/Task.hxx
+include/salome/Thread.hxx
+include/salome/ThreadPT.hxx
+include/salome/TypeCode.hxx
+include/salome/TypeConversions.hxx
+include/salome/Visitor.hxx
+include/salome/VisitorSaveSalomeSchema.hxx
+include/salome/VisitorSaveSchema.hxx
+include/salome/VisitorSaveState.hxx
+include/salome/WhileLoop.hxx
+include/salome/XMLCORBAConv.hxx
+include/salome/XMLCppConv.hxx
+include/salome/XMLNeutralConv.hxx
+include/salome/XMLNode.hxx
+include/salome/XMLPorts.hxx
+include/salome/XMLPythonConv.hxx
+include/salome/YACSBasesExport.hxx
+include/salome/YACSExport.hxx
+include/salome/YACSRuntimeSALOMEExport.hxx
+include/salome/YACSlibEngineExport.hxx
+include/salome/YACSloaderExport.hxx
+include/salome/YacsTrace.hxx
+include/salome/Yacsgui.hxx
+include/salome/blocParsers.hxx
+include/salome/chrono.hxx
+include/salome/codeParsers.hxx
+include/salome/componentinstanceParsers.hxx
+include/salome/containerParsers.hxx
+include/salome/dataParsers.hxx
+include/salome/define.hxx
+include/salome/factory.hxx
+include/salome/linkParsers.hxx
+include/salome/loopParsers.hxx
+include/salome/nodeParsers.hxx
+include/salome/outputParsers.hxx
+include/salome/parserBase.hxx
+include/salome/parsers.hxx
+include/salome/portParsers.hxx
+include/salome/presetParsers.hxx
+include/salome/procParsers.hxx
+include/salome/propertyParsers.hxx
+include/salome/rootParser.hxx
+include/salome/switchParsers.hxx
+include/salome/typeParsers.hxx
+include/salome/xmlParserBase.hxx
+include/salome/xmlrpcParsers.hxx
+include/salome/yacsconfig.h
+%%PYTHON_SITELIBDIR%%/salome/ElementPath.py
+%%PYTHON_SITELIBDIR%%/salome/ElementPath.pyc
+%%PYTHON_SITELIBDIR%%/salome/ElementPath.pyo
+%%PYTHON_SITELIBDIR%%/salome/ElementTree.py
+%%PYTHON_SITELIBDIR%%/salome/ElementTree.pyc
+%%PYTHON_SITELIBDIR%%/salome/ElementTree.pyo
+%%PYTHON_SITELIBDIR%%/salome/SALOMERuntime.py
+%%PYTHON_SITELIBDIR%%/salome/SALOMERuntime.pyc
+%%PYTHON_SITELIBDIR%%/salome/SALOMERuntime.pyo
+%%PYTHON_SITELIBDIR%%/salome/YACS.py
+%%PYTHON_SITELIBDIR%%/salome/YACS.pyc
+%%PYTHON_SITELIBDIR%%/salome/YACS.pyo
+%%PYTHON_SITELIBDIR%%/salome/YACS_ORB/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/YACS_ORB__POA/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/_SALOMERuntime.a
+%%PYTHON_SITELIBDIR%%/salome/_SALOMERuntime.la
+%%PYTHON_SITELIBDIR%%/salome/_SALOMERuntime.so
+%%PYTHON_SITELIBDIR%%/salome/_SALOMERuntime.so.0
+%%PYTHON_SITELIBDIR%%/salome/_libYACS_Swig.a
+%%PYTHON_SITELIBDIR%%/salome/_libYACS_Swig.la
+%%PYTHON_SITELIBDIR%%/salome/_libYACS_Swig.so
+%%PYTHON_SITELIBDIR%%/salome/_libYACS_Swig.so.0
+%%PYTHON_SITELIBDIR%%/salome/_loader.a
+%%PYTHON_SITELIBDIR%%/salome/_loader.la
+%%PYTHON_SITELIBDIR%%/salome/_loader.so
+%%PYTHON_SITELIBDIR%%/salome/_loader.so.0
+%%PYTHON_SITELIBDIR%%/salome/_pilot.a
+%%PYTHON_SITELIBDIR%%/salome/_pilot.la
+%%PYTHON_SITELIBDIR%%/salome/_pilot.so
+%%PYTHON_SITELIBDIR%%/salome/_pilot.so.0
+%%PYTHON_SITELIBDIR%%/salome/_pypilot.a
+%%PYTHON_SITELIBDIR%%/salome/_pypilot.la
+%%PYTHON_SITELIBDIR%%/salome/_pypilot.so
+%%PYTHON_SITELIBDIR%%/salome/_pypilot.so.0
+%%PYTHON_SITELIBDIR%%/salome/echo_idl.py
+%%PYTHON_SITELIBDIR%%/salome/eo/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/eo__POA/__init__.py
+%%PYTHON_SITELIBDIR%%/salome/graph.py
+%%PYTHON_SITELIBDIR%%/salome/graph.pyc
+%%PYTHON_SITELIBDIR%%/salome/graph.pyo
+%%PYTHON_SITELIBDIR%%/salome/libYACS_Swig.py
+%%PYTHON_SITELIBDIR%%/salome/libYACS_Swig.pyc
+%%PYTHON_SITELIBDIR%%/salome/libYACS_Swig.pyo
+%%PYTHON_SITELIBDIR%%/salome/loader.py
+%%PYTHON_SITELIBDIR%%/salome/loader.pyc
+%%PYTHON_SITELIBDIR%%/salome/loader.pyo
+%%PYTHON_SITELIBDIR%%/salome/pilot.py
+%%PYTHON_SITELIBDIR%%/salome/pilot.pyc
+%%PYTHON_SITELIBDIR%%/salome/pilot.pyo
+%%PYTHON_SITELIBDIR%%/salome/pypilot.py
+%%PYTHON_SITELIBDIR%%/salome/pypilot.pyc
+%%PYTHON_SITELIBDIR%%/salome/pypilot.pyo
+%%PYTHON_SITELIBDIR%%/salome/salomeloader.py
+%%PYTHON_SITELIBDIR%%/salome/salomeloader.pyc
+%%PYTHON_SITELIBDIR%%/salome/salomeloader.pyo
+%%PYTHON_SITELIBDIR%%/salome/yacsgui_idl.py
+lib/salome/libGenericGui.a
+lib/salome/libGenericGui.la
+lib/salome/libGenericGui.so
+lib/salome/libGenericGui.so.0
+lib/salome/libHMI.a
+lib/salome/libHMI.la
+lib/salome/libHMI.so
+lib/salome/libHMI.so.0
+lib/salome/libPluginOptEvTest1.a
+lib/salome/libPluginOptEvTest1.la
+lib/salome/libPluginOptEvTest1.so
+lib/salome/libPluginOptEvTest1.so.0
+lib/salome/libPluginSimplex.a
+lib/salome/libPluginSimplex.la
+lib/salome/libPluginSimplex.so
+lib/salome/libPluginSimplex.so.0
+lib/salome/libSalomeIDLYACS.a
+lib/salome/libSalomeIDLYACS.la
+lib/salome/libSalomeIDLYACS.so
+lib/salome/libSalomeIDLYACS.so.0
+lib/salome/libSalomeWrap.a
+lib/salome/libSalomeWrap.la
+lib/salome/libSalomeWrap.so
+lib/salome/libSalomeWrap.so.0
+lib/salome/libTestComponentLocal.a
+lib/salome/libTestComponentLocal.la
+lib/salome/libTestComponentLocal.so
+lib/salome/libTestComponentLocal.so.0
+lib/salome/libYACS.a
+lib/salome/libYACS.la
+lib/salome/libYACS.so
+lib/salome/libYACS.so.0
+lib/salome/libYACSDLTest.a
+lib/salome/libYACSDLTest.la
+lib/salome/libYACSDLTest.so
+lib/salome/libYACSDLTest.so.0
+lib/salome/libYACSRuntimeSALOME.a
+lib/salome/libYACSRuntimeSALOME.la
+lib/salome/libYACSRuntimeSALOME.so
+lib/salome/libYACSRuntimeSALOME.so.0
+lib/salome/libYACSlibEngine.a
+lib/salome/libYACSlibEngine.la
+lib/salome/libYACSlibEngine.so
+lib/salome/libYACSlibEngine.so.0
+lib/salome/libYACSloader.a
+lib/salome/libYACSloader.la
+lib/salome/libYACSloader.so
+lib/salome/libYACSloader.so.0
+share/salome/resources/yacs/ExecYACS.png
+share/salome/resources/yacs/ModuleYacs.png
+share/salome/resources/yacs/SalomeApp.xml
+share/salome/resources/yacs/YACSCatalog.xml
+share/salome/resources/yacs/YACSSchemaCatalog.xml
+share/salome/resources/yacs/YACS_msg_en.qm
+share/salome/resources/yacs/YACS_msg_en.ts
+share/salome/resources/yacs/YACS_msg_fr.qm
+share/salome/resources/yacs/YACS_msg_fr.ts
+share/salome/resources/yacs/addRowCols.png
+share/salome/resources/yacs/add_in_study.png
+share/salome/resources/yacs/add_node.png
+share/salome/resources/yacs/arrange_nodes.png
+share/salome/resources/yacs/autoComputeLink.png
+share/salome/resources/yacs/bad.txt
+share/salome/resources/yacs/bad.wav
+share/salome/resources/yacs/batch.png
+share/salome/resources/yacs/batch_alarm.py
+share/salome/resources/yacs/batch_graph.xml
+share/salome/resources/yacs/batch_launcher.py
+share/salome/resources/yacs/block_node.png
+share/salome/resources/yacs/breakpoints.png
+share/salome/resources/yacs/breakpoints_active.png
+share/salome/resources/yacs/centerOnNode.png
+share/salome/resources/yacs/change_informations.png
+share/salome/resources/yacs/component.png
+share/salome/resources/yacs/connect_to_batch_session.png
+share/salome/resources/yacs/container.png
+share/salome/resources/yacs/control_link.png
+share/salome/resources/yacs/control_view.png
+share/salome/resources/yacs/copy.png
+share/salome/resources/yacs/cut.png
+share/salome/resources/yacs/data_link.png
+share/salome/resources/yacs/dataflow_view.png
+share/salome/resources/yacs/datastream_view.png
+share/salome/resources/yacs/delete.png
+share/salome/resources/yacs/emphasisLink.png
+share/salome/resources/yacs/execute_in_batch.png
+share/salome/resources/yacs/export_dataflow.png
+share/salome/resources/yacs/filter_next_steps.png
+share/salome/resources/yacs/filter_notification.png
+share/salome/resources/yacs/folder_cyan.png
+share/salome/resources/yacs/folder_cyan_open.png
+share/salome/resources/yacs/force2nodeLink.png
+share/salome/resources/yacs/full_view.png
+share/salome/resources/yacs/good.txt
+share/salome/resources/yacs/good.wav
+share/salome/resources/yacs/hideLink.png
+share/salome/resources/yacs/icon_down.png
+share/salome/resources/yacs/icon_insert.png
+share/salome/resources/yacs/icon_minus.png
+share/salome/resources/yacs/icon_plus.png
+share/salome/resources/yacs/icon_select.png
+share/salome/resources/yacs/icon_text.png
+share/salome/resources/yacs/icon_up.png
+share/salome/resources/yacs/import_dataflow.png
+share/salome/resources/yacs/import_superv_dataflow.png
+share/salome/resources/yacs/in_port.png
+share/salome/resources/yacs/insert_file.png
+share/salome/resources/yacs/kill.png
+share/salome/resources/yacs/load_execution_state.png
+share/salome/resources/yacs/loop_node.png
+share/salome/resources/yacs/mode_continue.png
+share/salome/resources/yacs/modify_dataflow.png
+share/salome/resources/yacs/modify_superv_dataflow.png
+share/salome/resources/yacs/new_batch_execution.png
+share/salome/resources/yacs/new_block_node.png
+share/salome/resources/yacs/new_corba_component.png
+share/salome/resources/yacs/new_corba_service_node.png
+share/salome/resources/yacs/new_cpp_node.png
+share/salome/resources/yacs/new_dataflow.png
+share/salome/resources/yacs/new_edition.png
+share/salome/resources/yacs/new_execution.png
+share/salome/resources/yacs/new_for_loop_node.png
+share/salome/resources/yacs/new_foreach_loop_node.png
+share/salome/resources/yacs/new_from_library_node.png
+share/salome/resources/yacs/new_inline_function_node.png
+share/salome/resources/yacs/new_inline_script_node.png
+share/salome/resources/yacs/new_link.png
+share/salome/resources/yacs/new_nodenode_service_node.png
+share/salome/resources/yacs/new_salome_component.png
+share/salome/resources/yacs/new_salome_service_node.png
+share/salome/resources/yacs/new_salomepy_component.png
+share/salome/resources/yacs/new_service_inline_node.png
+share/salome/resources/yacs/new_switch_loop_node.png
+share/salome/resources/yacs/new_while_loop_node.png
+share/salome/resources/yacs/new_xml_node.png
+share/salome/resources/yacs/node.png
+share/salome/resources/yacs/ob_service_node.png
+share/salome/resources/yacs/out_port.png
+share/salome/resources/yacs/paste.png
+share/salome/resources/yacs/pause.png
+share/salome/resources/yacs/rebuild_links.png
+share/salome/resources/yacs/reload.png
+share/salome/resources/yacs/remote_run.png
+share/salome/resources/yacs/reset.png
+share/salome/resources/yacs/resume.png
+share/salome/resources/yacs/run.png
+share/salome/resources/yacs/run_active.png
+share/salome/resources/yacs/run_object.png
+share/salome/resources/yacs/sample.png
+share/salome/resources/yacs/save_dataflow.png
+share/salome/resources/yacs/save_dataflow_state.png
+share/salome/resources/yacs/schema.png
+share/salome/resources/yacs/showLink.png
+share/salome/resources/yacs/simplifyLink.png
+share/salome/resources/yacs/step_by_step.png
+share/salome/resources/yacs/step_by_step_active.png
+share/salome/resources/yacs/straightLink.png
+share/salome/resources/yacs/stream_link.png
+share/salome/resources/yacs/suspend_resume.png
+share/salome/resources/yacs/switch_node.png
+share/salome/resources/yacs/table_view.png
+share/salome/resources/yacs/test_calculator.xml
+share/salome/resources/yacs/test_hello.xml
+share/salome/resources/yacs/toggleVisibility.png
+share/salome/resources/yacs/toggle_stop_on_error.png
+share/salome/resources/yacs/whatsThis.png
+share/salome/resources/yacs/zoomToBloc.png
+share/salome/yacssamples/SchemaIOFile.xml
+share/salome/yacssamples/SchemaInputOutputGeom.xml
+share/salome/yacssamples/aschema.xml
+share/salome/yacssamples/bid.xml
+share/salome/yacssamples/bloc1.xml
+share/salome/yacssamples/bloc2.xml
+share/salome/yacssamples/bloc3.xml
+share/salome/yacssamples/bloc4.xml
+share/salome/yacssamples/bool1.xml
+share/salome/yacssamples/bschema.xml
+share/salome/yacssamples/calcium0.xml
+share/salome/yacssamples/calcium1.xml
+share/salome/yacssamples/calcium2.xml
+share/salome/yacssamples/calcium3.xml
+share/salome/yacssamples/calcium4.xml
+share/salome/yacssamples/cpp1.xml
+share/salome/yacssamples/cschema.xml
+share/salome/yacssamples/datanode0.xml
+share/salome/yacssamples/double1.xml
+share/salome/yacssamples/dschema.xml
+share/salome/yacssamples/err0.xml
+share/salome/yacssamples/err1.xml
+share/salome/yacssamples/err2.xml
+share/salome/yacssamples/err3.xml
+share/salome/yacssamples/eschema.xml
+share/salome/yacssamples/f.data
+share/salome/yacssamples/file1.xml
+share/salome/yacssamples/foreach1.xml
+share/salome/yacssamples/foreach2.xml
+share/salome/yacssamples/foreach3.xml
+share/salome/yacssamples/foreach4.xml
+share/salome/yacssamples/foreach5.xml
+share/salome/yacssamples/foreach6.xml
+share/salome/yacssamples/foreach_LongCorba.xml
+share/salome/yacssamples/foreach_LongPython.xml
+share/salome/yacssamples/forloop1.xml
+share/salome/yacssamples/forloop2.xml
+share/salome/yacssamples/forloop3.xml
+share/salome/yacssamples/forloop4.xml
+share/salome/yacssamples/forloop5.xml
+share/salome/yacssamples/forloop6.xml
+share/salome/yacssamples/forloop7.xml
+share/salome/yacssamples/forwhile1.xml
+share/salome/yacssamples/fschema.xml
+share/salome/yacssamples/gobj1.xml
+share/salome/yacssamples/integer1.xml
+share/salome/yacssamples/legendre7.xml
+share/salome/yacssamples/objref1.xml
+share/salome/yacssamples/objref2.xml
+share/salome/yacssamples/optimizer1.xml
+share/salome/yacssamples/optimizer2.xml
+share/salome/yacssamples/oschema.xml
+share/salome/yacssamples/pschema.xml
+share/salome/yacssamples/refcnt1.xml
+share/salome/yacssamples/refcnt2.xml
+share/salome/yacssamples/schema.xml
+share/salome/yacssamples/schema2.xml
+share/salome/yacssamples/setports.xml
+share/salome/yacssamples/sinline1.xml
+share/salome/yacssamples/sinline2.xml
+share/salome/yacssamples/sinline3.xml
+share/salome/yacssamples/sinline4.xml
+share/salome/yacssamples/sinline5.xml
+share/salome/yacssamples/stream1.xml
+share/salome/yacssamples/stream2.xml
+share/salome/yacssamples/stream3.xml
+share/salome/yacssamples/stream4.xml
+share/salome/yacssamples/string1.xml
+share/salome/yacssamples/struct1.xml
+share/salome/yacssamples/struct2.xml
+share/salome/yacssamples/study1.xml
+share/salome/yacssamples/switch1.xml
+share/salome/yacssamples/switch2.xml
+share/salome/yacssamples/switch3.xml
+share/salome/yacssamples/switch4.xml
+share/salome/yacssamples/switch5.xml
+share/salome/yacssamples/switch6.xml
+share/salome/yacssamples/switch7.xml
+share/salome/yacssamples/switch8.xml
+share/salome/yacssamples/switch9.xml
+share/salome/yacssamples/triangle5error.xml
+share/salome/yacssamples/while1.xml
+share/salome/yacssamples/while2.xml
+share/salome/yacssamples/while3.xml
+share/salome/yacssupervsamples/GeomGraph.xml
+share/salome/yacssupervsamples/GeomGraphGates.xml
+share/salome/yacssupervsamples/GeomGraphGates_py.xml
+share/salome/yacssupervsamples/GeomGraph_py.xml
+share/salome/yacssupervsamples/Graph_couronne.xml
+share/salome/yacssupervsamples/testvisu20.xml
+@dirrm share/salome/yacssupervsamples
+@dirrm share/salome/yacssamples
+@dirrm share/salome/resources/yacs
+@dirrm share/doc/salome/gui/YACS
+@dirrm %%PYTHON_SITELIBDIR%%/salome/eo__POA
+@dirrm %%PYTHON_SITELIBDIR%%/salome/eo
+@dirrm %%PYTHON_SITELIBDIR%%/salome/YACS_ORB__POA
+@dirrm %%PYTHON_SITELIBDIR%%/salome/YACS_ORB
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_SWIG
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_CPP
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAMEGUI
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/resources
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/idl
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/doc
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/bin
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix/config_files
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local/unix
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC/adm_local
+@dirrm bin/HXX2SALOME_Test/HXX2SALOME_GENERIC_CLASS_NAME_SRC
+@dirrm bin/HXX2SALOME_Test