Salome HOME
Merge from OCC_development_generic_2006
[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 #               LightApp_HDFDriver.h \
45
46 # .po files to transform in .qm
47 PO_FILES = LightApp_images.po \
48            LightApp_msg_en.po
49
50 # Libraries targets
51 LIB = libLightApp.la
52
53 LIB_SRC= LightApp_AboutDlg.cxx \
54          LightApp_Application.cxx \
55          LightApp_DataModel.cxx \
56          LightApp_DataObject.cxx \
57          LightApp_DataOwner.cxx \
58          LightApp_DataSubOwner.cxx \
59          LightApp_Dialog.cxx \
60          LightApp_Displayer.cxx \
61          LightApp_Driver.cxx \
62          LightApp_GLSelector.cxx \
63          LightApp_Module.cxx \
64          LightApp_ModuleDlg.cxx \
65          LightApp_NameDlg.cxx \
66          LightApp_OBFilter.cxx \
67          LightApp_OBSelector.cxx \
68          LightApp_OCCSelector.cxx \
69          LightApp_Operation.cxx \
70          LightApp_Selection.cxx \
71          LightApp_SelectionMgr.cxx \
72          LightApp_ShowHideOp.cxx \
73          LightApp_Study.cxx \
74          LightApp_SwitchOp.cxx \
75          LightApp_Preferences.cxx \
76          LightApp_PreferencesDlg.cxx \
77          LightApp_VTKSelector.cxx \
78          LightApp_WidgetContainer.cxx
79 #        LightApp_HDFDriver.cxx \
80
81 LIB_MOC = LightApp_AboutDlg.h \
82           LightApp_Application.h \
83           LightApp_DataModel.h \
84           LightApp_Dialog.h \
85           LightApp_GLSelector.h \
86           LightApp_OBSelector.h \
87           LightApp_OCCSelector.h \
88           LightApp_Operation.h \
89           LightApp_Module.h \
90           LightApp_ModuleDlg.h \
91           LightApp_NameDlg.h \
92           LightApp_SelectionMgr.h \
93           LightApp_ShowHideOp.h \
94           LightApp_Study.h \
95           LightApp_SwitchOp.h \
96           LightApp_Preferences.h \
97           LightApp_PreferencesDlg.h \
98           LightApp_VTKSelector.h \
99           LightApp_WidgetContainer.h
100
101 RESOURCES_FILES = icon_about.png \
102                   icon_applogo.png \
103                   icon_default.png \
104                   icon_module.png \
105                   icon_module_big.png \
106                   icon_select.png \
107                   LightApp.ini \
108                   LightApp.xml
109
110 CPPFLAGS+=$(PYTHON_INCLUDES) $(QT_INCLUDES) $(QWT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) 
111         #$(HDF5_INCLUDES)
112
113 LDFLAGS+=$(PYTHON_LIBS) $(QT_MT_LIBS)
114 LIBS+= -lsuit -lstd -lCAM -lObjBrowser -lLogWindow $(CAS_KERNEL) -lGLViewer -lOCCViewer -lVTKViewer -lSalomeObject -lSOCC -lSVTK -lSPlot2d -lSUPERVGraph -lPyInterp -lPythonConsole 
115         #$(HDF5_LIBS) -lSalomeHDFPersistCopy
116
117 @CONCLUDE@