]> SALOME platform Git repositories - modules/superv.git/blob - src/SUPERVGUI/Makefile.in
Salome HOME
05b92bd8b3db2cc85851624fb13d2be7996577bc
[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         SUPERV_icons.po  \
25         SUPERV_msg_en.po \
26         SUPERV_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_Label.cxx
49
50 LIB_MOC = SUPERVGUI.h              \
51           SUPERVGUI_Service.h      \
52           SUPERVGUI_Python.h       \
53           SUPERVGUI_Information.h  \
54           SUPERVGUI_Notification.h \
55           SUPERVGUI_Main.h         \
56           SUPERVGUI_View.h         \
57           SUPERVGUI_Graph.h        \
58           SUPERVGUI_Array.h        \
59           SUPERVGUI_Node.h         \
60           SUPERVGUI_GraphNode.h    \
61           SUPERVGUI_ComputeNode.h  \
62           SUPERVGUI_ControlNode.h  \
63           SUPERVGUI_Port.h         \
64           SUPERVGUI_BrowseNodeDlg.h \
65           SUPERVGUI_Link.h        \
66           SUPERVGUI_Label.h
67
68 LIB_CLIENT_IDL = SALOMEDS.idl             \
69                  SALOMEDS_Attributes.idl     \
70                  SALOME_ModuleCatalog.idl \
71                  SALOME_Component.idl     \
72                  SUPERV.idl \
73                  SALOME_Exception.idl 
74
75 LIB_SERVER_IDL = 
76
77 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) \
78           -ftemplate-depth-42 -I${KERNEL_ROOT_DIR}/include/salome
79 LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) $(OGL_LIBS) \
80          -lSalomeGUI -lSalomeNS -lqsplitterP \
81          -lSalomeLifeCycleCORBA -lSalomeNotification -lSUPERVGraph \
82          -L${KERNEL_ROOT_DIR}/lib/salome
83
84 LIBS+= $(PYTHON_LIBS)
85
86 @CONCLUDE@