Salome HOME
Update version to 3.2.0a1
[modules/gui.git] / src / GLViewer / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Vladimir Klyachin (OCN)
3 #  Module : caf
4 #  $Header$
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@:@srcdir@/resources
10
11
12 @COMMENCE@
13
14 # header files 
15 EXPORT_HEADERS= GLViewer.h \
16                 GLViewer_AspectLine.h \
17                 GLViewer_BaseDrawers.h \
18                 GLViewer_BaseObjects.h \
19                 GLViewer_Compass.h \
20                 GLViewer_Context.h \
21                 GLViewer_CoordSystem.h \
22                 GLViewer_Defs.h \
23                 GLViewer_Drawer.h \
24                 GLViewer_Geom.h \
25                 GLViewer_Grid.h \
26                 GLViewer_Group.h \
27                 GLViewer_MimeSource.h \
28                 GLViewer_Object.h \
29                 GLViewer_Selector.h \
30                 GLViewer_Selector2d.h \
31                 GLViewer_Text.h \
32                 GLViewer_Tools.h \
33                 GLViewer_ToolTip.h \
34                 GLViewer_ViewFrame.h \
35                 GLViewer_ViewManager.h \
36                 GLViewer_ViewPort.h \
37                 GLViewer_ViewPort2d.h \
38                 GLViewer_Viewer.h \
39                 GLViewer_Viewer2d.h \
40                 GLViewer_Widget.h
41                      
42 # .po files to transform in .qm
43 PO_FILES = GLViewer_images.po \
44            GLViewer_msg_en.po
45
46 # Libraries targets
47 LIB = libGLViewer.la
48
49 LIB_SRC= GLViewer_AspectLine.cxx \
50          GLViewer_BaseDrawers.cxx \
51          GLViewer_BaseObjects.cxx \
52          GLViewer_Compass.cxx \
53          GLViewer_Context.cxx \
54          GLViewer_CoordSystem.cxx \
55          GLViewer_Drawer.cxx \
56          GLViewer_Geom.cxx \
57          GLViewer_Grid.cxx \
58          GLViewer_Group.cxx \
59          GLViewer_MimeSource.cxx \
60          GLViewer_Object.cxx \
61          GLViewer_Selector.cxx \
62          GLViewer_Selector2d.cxx \
63          GLViewer_Text.cxx \
64          GLViewer_Tools.cxx \
65          GLViewer_ToolTip.cxx \
66          GLViewer_ViewFrame.cxx \
67          GLViewer_ViewManager.cxx \
68          GLViewer_ViewPort.cxx \
69          GLViewer_ViewPort2d.cxx \
70          GLViewer_Viewer.cxx \
71          GLViewer_Viewer2d.cxx \
72          GLViewer_Widget.cxx
73
74 LIB_MOC = GLViewer_Selector.h \
75         GLViewer_Selector2d.h \
76         GLViewer_ToolTip.h \
77         GLViewer_ViewFrame.h \
78         GLViewer_ViewManager.h \
79         GLViewer_ViewPort.h \
80         GLViewer_ViewPort2d.h \
81         GLViewer_Viewer.h \
82         GLViewer_Viewer2d.h \
83         GLViewer_Widget.h
84
85 RESOURCES_FILES = cursor_rotate.png \
86                   cursor_sketch.png \
87                   cursor_zoom.png \
88                   view_dump.png \
89                   view_fitall.png \
90                   view_fitarea.png \
91                   view_fitselect.png \
92                   view_glpan.png \
93                   view_pan.png \
94                   view_reset.png \
95                   view_zoom.png
96
97 CPPFLAGS+=$(QT_INCLUDES) $(OCC_INCLUDES)
98
99 LDFLAGS+=$(QT_MT_LIBS) $(CAS_KERNEL)
100
101 LIBS+= -L${GUI_ROOT_DIR}/lib/salome -lsuit -L/usr/X11R6/lib -lGLU
102
103 @CONCLUDE@