##============================================================================== # File : Makefile.in # Created : aug 29 16:50:13 CEA 2001 # Author : Arnaud RES, OPENCASCADE # Project : SALOME # Copyright : CEA 2001 # $Header: #============================================================================== # source path top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@ @COMMENCE@ # exported header files EXPORT_HEADERS = SUPERVGUI.h # .po files to transform in .qm PO_FILES = \ SUPERVGUI_icons.po \ SUPERVGUI_msg_en.po \ SUPERVGUI_msg_fr.po # Libraries targets LIB = libSUPERVGUI.la LIB_SRC = SUPERVGUI.cxx \ SUPERVGUI_Service.cxx \ SUPERVGUI_Python.cxx \ SUPERVGUI_Information.cxx \ SUPERVGUI_Notification.cxx \ SUPERVGUI_Main.cxx \ SUPERVGUI_View.cxx \ SUPERVGUI_Graph.cxx \ SUPERVGUI_Array.cxx \ SUPERVGUI_Node.cxx \ SUPERVGUI_GraphNode.cxx \ SUPERVGUI_ComputeNode.cxx \ SUPERVGUI_ControlNode.cxx \ SUPERVGUI_Port.cxx \ SUPERVGUI_BrowseNodeDlg.cxx \ SUPERVGUI_Link.cxx \ SUPERVGUI_CtrlLink.cxx \ SUPERVGUI_Label.cxx LIB_MOC = SUPERVGUI.h \ SUPERVGUI_Service.h \ SUPERVGUI_Python.h \ SUPERVGUI_Information.h \ SUPERVGUI_Notification.h \ SUPERVGUI_Main.h \ SUPERVGUI_View.h \ SUPERVGUI_Graph.h \ SUPERVGUI_Array.h \ SUPERVGUI_Node.h \ SUPERVGUI_GraphNode.h \ SUPERVGUI_ComputeNode.h \ SUPERVGUI_ControlNode.h \ SUPERVGUI_Port.h \ SUPERVGUI_BrowseNodeDlg.h \ SUPERVGUI_Link.h \ SUPERVGUI_Label.h LIB_CLIENT_IDL = SALOMEDS.idl \ SALOMEDS_Attributes.idl \ SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SUPERV.idl \ SALOME_Exception.idl LIB_SERVER_IDL = CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) \ -ftemplate-depth-42 -I${KERNEL_ROOT_DIR}/include/salome LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) $(OGL_LIBS) \ -lSalomeGUI -lSalomeNS -lqsplitterP \ -lSalomeLifeCycleCORBA -lSalomeNotification -lSUPERVGraph \ -L${KERNEL_ROOT_DIR}/lib/salome LIBS+= $(PYTHON_LIBS) @CONCLUDE@