Salome HOME
PR: mergefrom_PAL_OCC_21Oct04
[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_Viewer3d.h \
13                   OCCViewer_ViewFrame.h \
14                   OCCViewer_ViewPort.h \
15                   OCCViewer_ViewPort3d.h \
16                   OCCViewer_VService.h \
17                   OCCViewer_Prs.h
18
19 # Libraries targets
20
21 LIB = libOCCViewer.la
22 LIB_SRC =         OCCViewer.cxx \
23                   OCCViewer_Viewer3d.cxx \
24                   OCCViewer_ViewFrame.cxx \
25                   OCCViewer_ViewPort.cxx \
26                   OCCViewer_ViewPort3d.cxx \
27                   OCCViewer_AISSelector.cxx \
28                   OCCViewer_VService.cxx \
29                   OCCViewer_Prs.cxx
30
31 LIB_MOC = \
32                   OCCViewer.h \
33                   OCCViewer_AISSelector.h \
34                   OCCViewer_Viewer3d.h \
35                   OCCViewer_ViewFrame.h \
36                   OCCViewer_ViewPort.h \
37                   OCCViewer_ViewPort3d.h
38
39 LIB_CLIENT_IDL = SALOMEDS.idl \
40                  SALOME_ModuleCatalog.idl \
41                  SALOME_Component.idl \
42                  SALOME_Exception.idl
43
44
45 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES) $(OGL_INCLUDES) $(PYTHON_INCLUDES)
46 LDFLAGS+=$(QT_MT_LIBS) $(OGL_LIBS) -lSalomePrs -lSalomeGUI
47
48
49 @CONCLUDE@