Salome HOME
Initial version
[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_Functor.h \
19                 SVTK_ViewManager.h \
20                 SVTK_ViewModel.h \
21                 SVTK_ViewWindow.h \
22                 SVTK_RenderWindow.h \
23                 SVTK_InteractorStyle.h \
24                 SVTK_RenderWindowInteractor.h \
25                 SVTK_Selector.h SVTK_Selection.h
26
27 # Libraries targets
28 LIB = libSVTK.la
29
30 LIB_SRC=        SVTK_Prs.cxx \
31                 SVTK_Actor.cxx \
32                 SVTK_Trihedron.cxx \
33                 SVTK_ViewManager.cxx \
34                 SVTK_ViewModel.cxx \
35                 SVTK_ViewWindow.cxx \
36                 SVTK_RenderWindow.cxx \
37                 SVTK_InteractorStyle.cxx \
38                 SVTK_RenderWindowInteractor.cxx \
39                 SVTK_Selector.cxx
40
41 LIB_MOC =       SVTK_RenderWindowInteractor.h \
42                 SVTK_InteractorStyle.h \
43                 SVTK_RenderWindow.h \
44                 SVTK_ViewWindow.h \
45                 SVTK_ViewModel.h \
46                 SVTK_ViewManager.h
47
48 LIB_CLIENT_IDL = SALOMEDS.idl \
49                  SALOME_Exception.idl \
50                  SALOME_ModuleCatalog.idl \
51                  SALOME_GenericObj.idl
52
53 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(BOOST_CPPFLAGS) -I$(KERNEL_ROOT_DIR)/include/salome
54
55 LDFLAGS+=$(QT_MT_LIBS) $(OCC_LIBS) $(VTK_LIBS) -L$(KERNEL_ROOT_DIR)/lib/salome
56 LIBS+= -L${GUI_ROOT_DIR}/lib/salome -lsuit -lCAM -lSalomeObject -lSalomePrs -lVTKViewer -lOpUtil
57
58 @CONCLUDE@