Salome HOME
To introduce default launch mode of SALOMEDS server
[modules/gui.git] / src / SVTK / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Alexander Solovyov(OCN)
3 #  Module : SVTK
4 # $Header: /dn06/SALOME_CVS/GUI_SRC/src/SVTK/Makefile.in,v 1.1
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@
10
11
12 @COMMENCE@
13
14 # header files
15 EXPORT_HEADERS= SVTK.h \
16                 SVTK_Prs.h \
17                 SVTK_Actor.h \
18                 SVTK_CubeAxesActor2D.h \
19                 SVTK_Functor.h \
20                 SVTK_ViewManager.h \
21                 SVTK_ViewModel.h \
22                 SVTK_ViewWindow.h \
23                 SVTK_RenderWindow.h \
24                 SVTK_InteractorStyle.h \
25                 SVTK_RenderWindowInteractor.h \
26                 SVTK_Selector.h \
27                 SVTK_Selection.h
28
29 # Libraries targets
30 LIB = libSVTK.la
31
32 LIB_SRC=        SVTK_Prs.cxx \
33                 SVTK_Actor.cxx \
34                 SVTK_CubeAxesActor2D.cxx \
35                 SVTK_Trihedron.cxx \
36                 SVTK_ViewManager.cxx \
37                 SVTK_ViewModel.cxx \
38                 SVTK_ViewWindow.cxx \
39                 SVTK_RenderWindow.cxx \
40                 SVTK_InteractorStyle.cxx \
41                 SVTK_RenderWindowInteractor.cxx \
42                 SVTK_Selector.cxx
43
44 LIB_MOC =       SVTK_RenderWindowInteractor.h \
45                 SVTK_InteractorStyle.h \
46                 SVTK_RenderWindow.h \
47                 SVTK_ViewWindow.h \
48                 SVTK_ViewModel.h \
49                 SVTK_ViewManager.h
50
51 LIB_CLIENT_IDL = SALOMEDS.idl \
52                  SALOME_Exception.idl \
53                  SALOME_ModuleCatalog.idl \
54                  SALOME_GenericObj.idl
55
56 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(BOOST_CPPFLAGS) -I$(KERNEL_ROOT_DIR)/include/salome
57
58 LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) -L$(KERNEL_ROOT_DIR)/lib/salome
59 LIBS+= -lsuit -lCAM -lSalomeObject -lSalomePrs -lVTKViewer -lOpUtil
60
61 @CONCLUDE@