sleep 1
echo -n "#"
done
-portNumber=`grep InitRef $HOME/$APPLI/.omniORB_last.cfg | grep -v grep | awk 'BEGIN{FS=":"}{print $NF}'`
-status=1
-while [ $status -ne 0 ]; do
- ps -efw | grep $USER | grep omniNames | grep -v grep | grep $portNumber
- status=$?
- sleep 1
- echo -n "="
-done
./runSession waitNS.py
\ No newline at end of file
include $(top_srcdir)/salome_adm/unix/make_common_starter.am
-# To avoid problems with parallel compilation.
-MAKEFLAGS = -j1
-
AM_CXXFLAGS = -fPIC
BASEIDL_FILES = \
IDL_SOURCES += $(DYNIDL_SOURCES)
+$(DYNIDL_SOURCES) : $(IDL_SOURCES)
+
# also install all generated headers to use result library from another modules
salomeinclude_DATA= $(STATIDL_SOURCES:%SK.cc=%.hh)