Salome HOME
4c4594a52e825e7bef90c1c3654ade249220f266
[modules/gui.git] / src / GLViewer / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  File   : Makefile.in
23 #  Author : Vladimir Klyachin (OCN)
24 #  Module : caf
25 #  $Header$
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES = libGLViewer.la
30
31 salomeinclude_HEADERS =         \
32         GLViewer.h              \
33         GLViewer_AspectLine.h   \
34         GLViewer_BaseDrawers.h  \
35         GLViewer_BaseObjects.h  \
36         GLViewer_Compass.h      \
37         GLViewer_Context.h      \
38         GLViewer_CoordSystem.h  \
39         GLViewer_Defs.h         \
40         GLViewer_Drawer.h       \
41         GLViewer_Geom.h         \
42         GLViewer_Grid.h         \
43         GLViewer_Group.h        \
44         GLViewer_MimeData.h     \
45         GLViewer_Object.h       \
46         GLViewer_Selector.h     \
47         GLViewer_Selector2d.h   \
48         GLViewer_Text.h         \
49         GLViewer_Tools.h        \
50         GLViewer_ToolTip.h      \
51         GLViewer_ViewFrame.h    \
52         GLViewer_ViewManager.h  \
53         GLViewer_ViewPort.h     \
54         GLViewer_ViewPort2d.h   \
55         GLViewer_Viewer.h       \
56         GLViewer_Viewer2d.h     \
57         GLViewer_Widget.h
58
59 dist_libGLViewer_la_SOURCES =           \
60         GLViewer_AspectLine.cxx         \
61         GLViewer_BaseDrawers.cxx        \
62         GLViewer_BaseObjects.cxx        \
63         GLViewer_Compass.cxx            \
64         GLViewer_Context.cxx            \
65         GLViewer_CoordSystem.cxx        \
66         GLViewer_Drawer.cxx             \
67         GLViewer_Geom.cxx               \
68         GLViewer_Grid.cxx               \
69         GLViewer_Group.cxx              \
70         GLViewer_MimeData.cxx           \
71         GLViewer_Object.cxx             \
72         GLViewer_Selector.cxx           \
73         GLViewer_Selector2d.cxx         \
74         GLViewer_Text.cxx               \
75         GLViewer_Tools.cxx              \
76         GLViewer_ToolTip.cxx            \
77         GLViewer_ViewFrame.cxx          \
78         GLViewer_ViewManager.cxx        \
79         GLViewer_ViewPort.cxx           \
80         GLViewer_ViewPort2d.cxx         \
81         GLViewer_Viewer.cxx             \
82         GLViewer_Viewer2d.cxx           \
83         GLViewer_Widget.cxx
84
85 MOC_FILES =                             \
86         GLViewer_Selector_moc.cxx       \
87         GLViewer_Selector2d_moc.cxx     \
88         GLViewer_ToolTip_moc.cxx        \
89         GLViewer_ViewFrame_moc.cxx      \
90         GLViewer_ViewManager_moc.cxx    \
91         GLViewer_ViewPort_moc.cxx       \
92         GLViewer_ViewPort2d_moc.cxx     \
93         GLViewer_Viewer_moc.cxx         \
94         GLViewer_Viewer2d_moc.cxx       \
95         GLViewer_Widget_moc.cxx
96 nodist_libGLViewer_la_SOURCES = $(MOC_FILES)
97
98 dist_salomeres_DATA =                   \
99         resources/gl_cursor_rotate.png  \
100         resources/gl_cursor_sketch.png  \
101         resources/gl_cursor_zoom.png    \
102         resources/gl_view_dump.png      \
103         resources/gl_view_fitall.png    \
104         resources/gl_view_fitarea.png   \
105         resources/gl_view_fitselect.png \
106         resources/gl_view_glpan.png     \
107         resources/gl_view_pan.png       \
108         resources/gl_view_reset.png     \
109         resources/gl_view_zoom.png
110
111 nodist_salomeres_DATA =         \
112         GLViewer_images.qm      \
113         GLViewer_msg_en.qm
114
115 libGLViewer_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
116 libGLViewer_la_LDFLAGS  = $(QT_MT_LIBS) $(CAS_KERNEL) $(OGL_LIBS)
117 libGLViewer_la_LIBADD   = ../SUIT/libsuit.la