Salome HOME
NRI : Add KERNEL_ROOT_DIR in addition to SALOME_[ROOT, SITE]_DIR.
[modules/kernel.git] / src / VTKViewer / Makefile.in
1 #==============================================================================
2 #  File      : Makefile.in
3 #  Created   : mar jui  3 12:12:54 CEST 2001
4 #  Author    : Marc Tajchman (CEA)
5 #  Project   : SALOME
6 #  Copyright : CEA 2001
7 #  $Header$
8 #==============================================================================
9
10 # source path
11 top_srcdir=@top_srcdir@
12 top_builddir=../..
13 srcdir=@srcdir@
14 VPATH=.:@srcdir@:$(top_builddir)/inc:$(top_builddir)/idl
15
16
17 @COMMENCE@
18
19 # header files 
20 EXPORT_HEADERS=  VTKViewer_RenderWindow.h \
21                  VTKViewer_RenderWindowInteractor.h \
22                  VTKViewer_ViewFrame.h \
23                  VTKViewer_NonIsometricTransform.h 
24
25 # Libraries targets
26 LIB = libVTKViewer.la
27 LIB_SRC= VTKViewer.cxx \
28          VTKViewer_ViewFrame.cxx \
29          VTKViewer_RenderWindow.cxx \
30          VTKViewer_RenderWindowInteractor.cxx \
31          VTKViewer_InteractorStyleSALOME.cxx \
32          VTKViewer_NonIsometricTransform.cxx 
33
34 LIB_MOC = \
35          VTKViewer.h \
36          VTKViewer_ViewFrame.h \
37          VTKViewer_RenderWindow.h \
38          VTKViewer_RenderWindowInteractor.h 
39
40 LIB_CLIENT_IDL = SALOMEDS.idl \
41                  SALOME_ModuleCatalog.idl \
42                  SALOME_Component.idl \
43                  SALOME_Exception.idl
44
45 CPPFLAGS+=$(QT_INCLUDES) $(OGL_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES)
46 CXXFLAGS+=
47 LDFLAGS+=$(VTK_LIBS) $(OGL_LIBS) $(QT_MT_LIBS)
48
49 @CONCLUDE@
50
51