]> SALOME platform Git repositories - modules/gui.git/blob - src/GLViewer/Makefile.am
Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/gui.git] / src / GLViewer / Makefile.am
1 # Copyright (C) 2007-2012  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
23 #  File   : Makefile.in
24 #  Author : Vladimir Klyachin (OCN)
25 #  Module : caf
26 #  $Header$
27 #
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 lib_LTLIBRARIES = libGLViewer.la
31
32 salomeinclude_HEADERS =         \
33         GLViewer.h              \
34         GLViewer_AspectLine.h   \
35         GLViewer_BaseDrawers.h  \
36         GLViewer_BaseObjects.h  \
37         GLViewer_Compass.h      \
38         GLViewer_Context.h      \
39         GLViewer_CoordSystem.h  \
40         GLViewer_Defs.h         \
41         GLViewer_Drawer.h       \
42         GLViewer_Geom.h         \
43         GLViewer_Grid.h         \
44         GLViewer_Group.h        \
45         GLViewer_MimeData.h     \
46         GLViewer_Object.h       \
47         GLViewer_Selector.h     \
48         GLViewer_Selector2d.h   \
49         GLViewer_Text.h         \
50         GLViewer_Tools.h        \
51         GLViewer_ToolTip.h      \
52         GLViewer_ViewFrame.h    \
53         GLViewer_ViewManager.h  \
54         GLViewer_ViewPort.h     \
55         GLViewer_ViewPort2d.h   \
56         GLViewer_Viewer.h       \
57         GLViewer_Viewer2d.h     \
58         GLViewer_Widget.h
59
60 dist_libGLViewer_la_SOURCES =           \
61         GLViewer_AspectLine.cxx         \
62         GLViewer_BaseDrawers.cxx        \
63         GLViewer_BaseObjects.cxx        \
64         GLViewer_Compass.cxx            \
65         GLViewer_Context.cxx            \
66         GLViewer_CoordSystem.cxx        \
67         GLViewer_Drawer.cxx             \
68         GLViewer_Geom.cxx               \
69         GLViewer_Grid.cxx               \
70         GLViewer_Group.cxx              \
71         GLViewer_MimeData.cxx           \
72         GLViewer_Object.cxx             \
73         GLViewer_Selector.cxx           \
74         GLViewer_Selector2d.cxx         \
75         GLViewer_Text.cxx               \
76         GLViewer_Tools.cxx              \
77         GLViewer_ToolTip.cxx            \
78         GLViewer_ViewFrame.cxx          \
79         GLViewer_ViewManager.cxx        \
80         GLViewer_ViewPort.cxx           \
81         GLViewer_ViewPort2d.cxx         \
82         GLViewer_Viewer.cxx             \
83         GLViewer_Viewer2d.cxx           \
84         GLViewer_Widget.cxx
85
86 MOC_FILES =                             \
87         GLViewer_Selector_moc.cxx       \
88         GLViewer_Selector2d_moc.cxx     \
89         GLViewer_ToolTip_moc.cxx        \
90         GLViewer_ViewFrame_moc.cxx      \
91         GLViewer_ViewManager_moc.cxx    \
92         GLViewer_ViewPort_moc.cxx       \
93         GLViewer_ViewPort2d_moc.cxx     \
94         GLViewer_Viewer_moc.cxx         \
95         GLViewer_Viewer2d_moc.cxx       \
96         GLViewer_Widget_moc.cxx
97 nodist_libGLViewer_la_SOURCES = $(MOC_FILES)
98
99 dist_salomeres_DATA =                   \
100         resources/gl_cursor_rotate.png  \
101         resources/gl_cursor_sketch.png  \
102         resources/gl_cursor_zoom.png    \
103         resources/gl_view_dump.png      \
104         resources/gl_view_fitall.png    \
105         resources/gl_view_fitarea.png   \
106         resources/gl_view_fitselect.png \
107         resources/gl_view_glpan.png     \
108         resources/gl_view_pan.png       \
109         resources/gl_view_reset.png     \
110         resources/gl_view_zoom.png
111
112 nodist_salomeres_DATA =         \
113         GLViewer_images.qm      \
114         GLViewer_msg_en.qm      \
115         GLViewer_msg_fr.qm
116
117 libGLViewer_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
118 libGLViewer_la_LDFLAGS  = $(QT_MT_LIBS) $(CAS_KERNEL) $(OGL_LIBS)
119 libGLViewer_la_LIBADD   = ../SUIT/libsuit.la