Salome HOME
Merge from OCC_development_generic_2006
[modules/gui.git] / src / SVTK / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Alexander Solovyov(OCN)
3 #  Module : SVTK
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= \
16         SVTK.h \
17         SVTK_Prs.h \
18         SVTK_Actor.h \
19         SALOME_Actor.h \
20         SVTK_RectPicker.h \
21         SVTK_DeviceActor.h \
22         SVTK_FontWidget.h \
23         SVTK_CubeAxesActor2D.h \
24         SVTK_Functor.h \
25         SVTK_MainWindow.h \
26         SVTK_View.h \
27         SVTK_ViewManager.h \
28         SVTK_ViewModel.h \
29         SVTK_ViewWindow.h \
30         SVTK_Renderer.h \
31         SVTK_InteractorStyle.h \
32         SVTK_RenderWindowInteractor.h \
33         SVTK_GenericRenderWindowInteractor.h \
34         SVTK_Selector.h \
35         SVTK_Selection.h \
36         SVTK_SelectionEvent.h \
37         SVTK_SpaceMouse.h \
38         SVTK_Event.h \
39         SVTK_ViewModelBase.h
40
41 PO_FILES = SVTK_msg_en.po
42
43 # Libraries targets
44 LIB = libSVTK.la
45
46 LIB_SRC= \
47         SVTK_Prs.cxx \
48         SVTK_Actor.cxx \
49         SALOME_Actor.cxx \
50         SVTK_RectPicker.cxx \
51         SVTK_DeviceActor.cxx \
52         SVTK_CubeAxesActor2D.cxx \
53         SVTK_NonIsometricDlg.cxx \
54         SVTK_CubeAxesDlg.cxx \
55         SVTK_FontWidget.cxx \
56         SVTK_Trihedron.cxx \
57         SVTK_MainWindow.cxx \
58         SVTK_View.cxx \
59         SVTK_ViewManager.cxx \
60         SVTK_ViewModel.cxx \
61         SVTK_Renderer.cxx \
62         SVTK_ViewWindow.cxx \
63         SVTK_InteractorStyle.cxx \
64         SVTK_RenderWindowInteractor.cxx \
65         SVTK_GenericRenderWindowInteractor.cxx \
66         SVTK_SpaceMouse.cxx \
67         SVTK_Selector.cxx
68
69 LIB_MOC = \
70         SVTK_GenericRenderWindowInteractor.h \
71         SVTK_RenderWindowInteractor.h \
72         SVTK_NonIsometricDlg.h \
73         SVTK_CubeAxesDlg.h \
74         SVTK_FontWidget.h \
75         SVTK_ViewModelBase.h \
76         SVTK_ViewManager.h \
77         SVTK_ViewWindow.h \
78         SVTK_MainWindow.h \
79         SVTK_ViewModel.h \
80         SVTK_View.h
81
82 BIN = SVTK
83
84 CPPFLAGS+= \
85         $(QT_INCLUDES) \
86         $(OCC_INCLUDES) \
87         $(VTK_INCLUDES) \
88         $(BOOST_CPPFLAGS)
89
90 LDFLAGS+= \
91         $(QT_MT_LIBS) \
92         $(OCC_LIBS) \
93         $(VTK_LIBS)
94
95 LIBS+= -lqtx -lsuit -lstd -lCAM -lSalomeObject -lSalomePrs -lVTKViewer
96
97 LDFLAGSFORBIN=$(LDFLAGS) $(LIBS)
98
99 @CONCLUDE@