]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
MPV:
authormpv <mpv@opencascade.com>
Wed, 20 Apr 2005 05:29:31 +0000 (05:29 +0000)
committermpv <mpv@opencascade.com>
Wed, 20 Apr 2005 05:29:31 +0000 (05:29 +0000)
GenericObj is necessary for SALOMEDS

12 files changed:
src/Loader/Makefile.in
src/OCCViewer/Makefile.in
src/Plot2d/Makefile.in
src/SALOMEGUI/Makefile.in
src/SALOME_PY/Makefile.in
src/SALOME_PYQT/Makefile.in
src/SALOME_SWIG/Makefile.in
src/SUPERVGraph/Makefile.in
src/Session/Makefile.in
src/TOOLSDS/Makefile.in
src/TOOLSGUI/Makefile.in
src/VTKViewer/Makefile.in

index 7660e9882a495e18426b14c3fb94c03b348a147d..c454646dac126d38993f2a5a9a342b4b0ccb9211 100644 (file)
@@ -27,7 +27,9 @@ BIN_CLIENT_IDL = SALOME_Session.idl \
                 SALOME_Component.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Registry.idl \
-                 SALOME_Exception.idl Logger.idl
+                 SALOME_Exception.idl \
+                Logger.idl \
+                SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_MT_INCLUDES)
 CXXFLAGS+=$(OCC_CXXFLAGS)
index 669b4f8ca86174f7829be40863f46c062f180205..61051ed935b282b1b4135a3311744c103531cf3a 100644 (file)
@@ -40,7 +40,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Component.idl \
                 SALOME_ContainerManager.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 
 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES)
index ca9f91bf11bcd8b6c059126c732e2fcd9ebf2f20..694cba31290b8d9e660b3419fb5c4d49de344ac0 100644 (file)
@@ -44,7 +44,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Component.idl \
                 SALOME_ContainerManager.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) 
 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS) $(QWT_LIBS) -lSalomePrs -lSalomeGUI
index e8ba535f7d5374c1af6b24c4729a66a1f77885f6..a20951f707f35adc64c3aecad890e4197bef24fe 100644 (file)
@@ -222,7 +222,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Component.idl \
                 SALOME_ContainerManager.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES)
 LDFLAGS+=$(QT_MT_LIBS) -lSalomeNS -lqsplitterP -lSalomeLifeCycleCORBA -lOpUtil -lSalomeObject -lEvent -lSalomePrs
index 9b8cf7e33cb26f7e68552d44dacc8c47cf9cd5fc..7215e366f90f876f6f997d635eb2fc364eca1a6f 100644 (file)
@@ -42,7 +42,8 @@ LIB_SRC = SalomePy.cxx
 LIB_CLIENT_IDL = SALOMEDS.idl \
                  SALOMEDS_Attributes.idl \
                 SALOME_ContainerManager.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(OCC_INCLUDES) -DHAVE_CONFIG_H
 LDFLAGS+= $(PYTHON_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) $(OGL_LIBS) -lSalomeGUI -lvtkCommonPython -lvtkGraphicsPython -lvtkImagingPython -lVTKViewer
index a72114d917e12718b6412d09952bad9ff588f50c..ebe7db1806cf3378be6654fde09ab5d202e03fc9 100644 (file)
@@ -53,7 +53,7 @@ LIB_MOC = SALOME_PYQT_GUI.h
 
 EXPORT_SHAREDPYSCRIPTS = SalomePyQt.py
 
-LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_ContainerManager.idl
+LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_ContainerManager.idl SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(SIP_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES)
 LIBS+= $(PYTHON_LIBS) $(SIP_LIBS) $(PYQT_LIBS) $(VTK_LIBS) $(OGL_LIBS)
index a5dd3b7c9b9f68a2b1d50d1b74a3e5ddaea1b59f..1b924689472ab96b8e6f259f6dc20364526a39b2 100644 (file)
@@ -45,7 +45,8 @@ EXPORT_PYSCRIPTS = libSALOME_Swig.py batchmode_salome.py
 #EXPORT_SHAREDPYSCRIPTS=kernel_shared_modules.py
 
 LIB_CLIENT_IDL = SALOMEDS.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -DHAVE_CONFIG_H
 LIBS+= $(PYTHON_LIBS)
index b108204d715869b8006c540b721a64b16050ee99..5dc1a648d335ff66d3e3020b46c6674a9962e7d6 100644 (file)
@@ -23,7 +23,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Component.idl \
                 SALOME_ContainerManager.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 
 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) 
index 499b7705f0cbfdbebdb7c38a8e51d16556a53612..3b06830f4a41cc7568df51c25d2220b8707c1c31 100644 (file)
@@ -49,7 +49,7 @@ LIB_SRC=\
 BIN = SALOME_Session_Server
 BIN_SRC = 
 BIN_SERVER_IDL = SALOME_Session.idl
-BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_ContainerManager.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Exception.idl
+BIN_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Component.idl SALOME_ContainerManager.idl SALOME_Registry.idl SALOME_ModuleCatalog.idl SALOME_Exception.idl SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_MT_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(HDF5_INCLUDES)
 CXXFLAGS+=$(OCC_CXXFLAGS)
index a3d0a4fdcedd42df54962a0567c1ebd21fa4d055..688895a9e543bede62c420aa4224e54e5a1a8116 100644 (file)
@@ -23,7 +23,7 @@ LIB_SRC =     \
 # Executables targets
 BIN = 
 BIN_SRC = 
-LIB_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Exception.idl
+LIB_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_Exception.idl SALOME_GenericObj.idl
 BIN_SERVER_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl
 BIN_CLIENT_IDL = 
 
index d41cb372447115944b61bb9d768d29edd2238549..c5a9d8829600708499ce807166d9b9062f01a5a4 100644 (file)
@@ -50,7 +50,7 @@ LIB_SRC = ToolsGUI.cxx \
 
 LIB_MOC = ToolsGUI_CatalogGeneratorDlg_moc.cxx
 
-LIB_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl \
+LIB_CLIENT_IDL = SALOMEDS.idl SALOMEDS_Attributes.idl SALOME_GenericObj.idl \
                  SALOME_Component.idl SALOME_ContainerManager.idl SALOME_Exception.idl 
 
 # additionnal information to compil and link file
index f5e06c1ede10c8e3513d604cfd1c0678853131c1..0af8cf924de6007984d0ced5f6eadc9b76e8e78d 100644 (file)
@@ -70,7 +70,8 @@ LIB_CLIENT_IDL = SALOMEDS.idl \
                 SALOME_ModuleCatalog.idl \
                 SALOME_Component.idl \
                 SALOME_ContainerManager.idl \
-                SALOME_Exception.idl
+                SALOME_Exception.idl \
+                SALOME_GenericObj.idl
 
 CPPFLAGS+=$(QT_INCLUDES) $(OGL_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES)