Salome HOME
This commit was generated by cvs2git to create tag 'V1_4_0b1'.
[modules/kernel.git] / src / OCCViewer / Makefile.in
1 # source path
2 top_srcdir=@top_srcdir@
3 top_builddir=../..
4 srcdir=@srcdir@
5 VPATH=.:@srcdir@:@top_srcdir@/idl
6
7
8 @COMMENCE@
9
10 EXPORT_HEADERS = \
11                   OCCViewer_AISSelector.h \
12                   OCCViewer_Selector.h \
13                   OCCViewer_Viewer3d.h \
14                   OCCViewer_ViewFrame.h \
15                   OCCViewer_ViewPort.h \
16                   OCCViewer_ViewPort3d.h \
17                   OCCViewer_VService.h 
18
19 # Libraries targets
20
21 LIB = libOCCViewer.la
22 LIB_SRC =         OCCViewer.cxx \
23                   OCCViewer_Selector.cxx \
24                   OCCViewer_Viewer3d.cxx \
25                   OCCViewer_ViewFrame.cxx \
26                   OCCViewer_ViewPort.cxx \
27                   OCCViewer_ViewPort3d.cxx \
28                   OCCViewer_AISSelector.cxx \
29                   OCCViewer_VService.cxx
30
31 LIB_MOC = \
32                   OCCViewer.h \
33                   OCCViewer_AISSelector.h \
34                   OCCViewer_Selector.h \
35                   OCCViewer_Viewer3d.h \
36                   OCCViewer_ViewFrame.h \
37                   OCCViewer_ViewPort.h \
38                   OCCViewer_ViewPort3d.h \
39
40 LIB_CLIENT_IDL = SALOMEDS.idl \
41                  SALOME_ModuleCatalog.idl \
42                  SALOME_Component.idl \
43                  SALOME_Exception.idl
44
45
46 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES)
47 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS) -lSalomeGUI
48
49
50 @CONCLUDE@