Salome HOME
Move clipping dialog from LightApp to OCCViewer package.
[modules/gui.git] / src / LightApp / Makefile.in
1 #  File   : Makefile.in
2 #  Author : OCC team (OCN)
3 #  Module : LightApp
4 #  $Header$
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@:@srcdir@/resources
10
11
12 @COMMENCE@
13
14 # header files 
15 EXPORT_HEADERS= LightApp.h \
16                 LightApp_AboutDlg.h \
17                 LightApp_Application.h \
18                 LightApp_DataModel.h \
19                 LightApp_DataObject.h \
20                 LightApp_DataOwner.h \
21                 LightApp_DataSubOwner.h \
22                 LightApp_Dialog.h \
23                 LightApp_Displayer.h \
24                 LightApp_Driver.h \
25                 LightApp_GLSelector.h \
26                 LightApp_Module.h \
27                 LightApp_ModuleDlg.h \
28                 LightApp_NameDlg.h \
29                 LightApp_OBFilter.h \
30                 LightApp_OBSelector.h \
31                 LightApp_OCCSelector.h \
32                 LightApp_Operation.h \
33                 LightApp_Selection.h \
34                 LightApp_SelectionMgr.h \
35                 LightApp_ShowHideOp.h \
36                 LightApp_Study.h \
37                 LightApp_SwitchOp.h \
38                 LightApp_Preferences.h \
39                 LightApp_PreferencesDlg.h \
40                 LightApp_RootObject.h \
41                 LightApp_UpdateFlags.h \
42                 LightApp_VTKSelector.h \
43                 LightApp_WidgetContainer.h
44
45 # .po files to transform in .qm
46 PO_FILES = LightApp_images.po \
47            LightApp_msg_en.po
48
49 # Libraries targets
50 LIB = libLightApp.la
51
52 LIB_SRC= LightApp_AboutDlg.cxx \
53          LightApp_Application.cxx \
54          LightApp_DataModel.cxx \
55          LightApp_DataObject.cxx \
56          LightApp_DataOwner.cxx \
57          LightApp_DataSubOwner.cxx \
58          LightApp_Dialog.cxx \
59          LightApp_Displayer.cxx \
60          LightApp_Driver.cxx \
61          LightApp_GLSelector.cxx \
62          LightApp_Module.cxx \
63          LightApp_ModuleDlg.cxx \
64          LightApp_NameDlg.cxx \
65          LightApp_OBFilter.cxx \
66          LightApp_OBSelector.cxx \
67          LightApp_OCCSelector.cxx \
68          LightApp_Operation.cxx \
69          LightApp_Selection.cxx \
70          LightApp_SelectionMgr.cxx \
71          LightApp_ShowHideOp.cxx \
72          LightApp_Study.cxx \
73          LightApp_SwitchOp.cxx \
74          LightApp_Preferences.cxx \
75          LightApp_PreferencesDlg.cxx \
76          LightApp_VTKSelector.cxx \
77          LightApp_WidgetContainer.cxx
78
79 LIB_MOC = LightApp_AboutDlg.h \
80           LightApp_Application.h \
81           LightApp_DataModel.h \
82           LightApp_Dialog.h \
83           LightApp_GLSelector.h \
84           LightApp_OBSelector.h \
85           LightApp_OCCSelector.h \
86           LightApp_Operation.h \
87           LightApp_Module.h \
88           LightApp_ModuleDlg.h \
89           LightApp_NameDlg.h \
90           LightApp_SelectionMgr.h \
91           LightApp_ShowHideOp.h \
92           LightApp_Study.h \
93           LightApp_SwitchOp.h \
94           LightApp_Preferences.h \
95           LightApp_PreferencesDlg.h \
96           LightApp_VTKSelector.h \
97           LightApp_WidgetContainer.h
98
99 RESOURCES_FILES = icon_about.png \
100                   icon_applogo.png \
101                   icon_default.png \
102                   icon_module.png \
103                   icon_module_big.png \
104                   icon_select.png \
105                   LightApp.ini \
106                   LightApp.xml
107
108 CPPFLAGS+=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES)
109
110 LDFLAGS+=$(PYTHON_LIBS) $(QT_MT_LIBS)
111 LIBS+= -lsuit -lstd -lCAM -lObjBrowser -lLogWindow $(CAS_KERNEL) -lGLViewer -lOCCViewer -lVTKViewer -lSalomeObject -lSOCC -lSVTK -lSPlot2d -lSUPERVGraph -lPyInterp -lPythonConsole
112
113 @CONCLUDE@