Salome HOME
This commit was generated by cvs2git to create branch 'IMPORT'.
[modules/superv.git] / src / SUPERVGUI / Makefile.in
1 ##==============================================================================
2 #  File      : Makefile.in
3 #  Created   : aug  29 16:50:13 CEA 2001
4 #  Author    : Arnaud RES, OPENCASCADE
5 #  Project   : SALOME
6 #  Copyright : CEA 2001
7 #  $Header: 
8 #==============================================================================
9
10 # source path
11 top_srcdir=@top_srcdir@
12 top_builddir=../..
13 srcdir=@srcdir@
14 VPATH=.:@srcdir@
15
16
17 @COMMENCE@
18
19 # exported header files
20 EXPORT_HEADERS = SUPERVGUI.h
21
22 # .po files to transform in .qm
23 PO_FILES = \
24         SUPERVGUI_icons.po  \
25         SUPERVGUI_msg_en.po \
26         SUPERVGUI_msg_fr.po
27
28 # Libraries targets
29
30 LIB = libSUPERVGUI.la
31
32 LIB_SRC = SUPERVGUI.cxx              \
33           SUPERVGUI_Service.cxx      \
34           SUPERVGUI_Python.cxx       \
35           SUPERVGUI_Information.cxx  \
36           SUPERVGUI_Notification.cxx \
37           SUPERVGUI_Main.cxx         \
38           SUPERVGUI_View.cxx         \
39           SUPERVGUI_Graph.cxx        \
40           SUPERVGUI_Array.cxx        \
41           SUPERVGUI_Node.cxx         \
42           SUPERVGUI_GraphNode.cxx    \
43           SUPERVGUI_ComputeNode.cxx  \
44           SUPERVGUI_ControlNode.cxx  \
45           SUPERVGUI_Port.cxx         \
46           SUPERVGUI_BrowseNodeDlg.cxx \
47           SUPERVGUI_Link.cxx        \
48           SUPERVGUI_CtrlLink.cxx     \
49           SUPERVGUI_Label.cxx
50
51 LIB_MOC = SUPERVGUI.h              \
52           SUPERVGUI_Service.h      \
53           SUPERVGUI_Python.h       \
54           SUPERVGUI_Information.h  \
55           SUPERVGUI_Notification.h \
56           SUPERVGUI_Main.h         \
57           SUPERVGUI_View.h         \
58           SUPERVGUI_Graph.h        \
59           SUPERVGUI_Array.h        \
60           SUPERVGUI_Node.h         \
61           SUPERVGUI_GraphNode.h    \
62           SUPERVGUI_ComputeNode.h  \
63           SUPERVGUI_ControlNode.h  \
64           SUPERVGUI_Port.h         \
65           SUPERVGUI_BrowseNodeDlg.h \
66           SUPERVGUI_Link.h        \
67           SUPERVGUI_Label.h
68
69 LIB_CLIENT_IDL = SALOMEDS.idl             \
70                  SALOMEDS_Attributes.idl     \
71                  SALOME_ModuleCatalog.idl \
72                  SALOME_Component.idl     \
73                  SUPERV.idl \
74                  SALOME_Exception.idl 
75
76 LIB_SERVER_IDL = 
77
78 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) \
79           -ftemplate-depth-42 -I${KERNEL_ROOT_DIR}/include/salome
80 LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) $(OGL_LIBS) \
81          -lSalomeGUI -lSalomeNS -lqsplitterP \
82          -lSalomeLifeCycleCORBA -lSalomeNotification -lSUPERVGraph \
83          -L${KERNEL_ROOT_DIR}/lib/salome
84
85 LIBS+= $(PYTHON_LIBS)
86
87 @CONCLUDE@