Salome HOME
14c993ba4aaabdd883c0ac52a8e51a81b6694db9
[modules/gui.git] / src / OCCViewer / 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 : OCCViewer
26 #  $Header$
27 #
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 lib_LTLIBRARIES = libOCCViewer.la
32
33 salomeinclude_HEADERS =                         \
34         OCCViewer_AISSelector.h                 \
35         OCCViewer_ViewManager.h                 \
36         OCCViewer_ViewModel.h                   \
37         OCCViewer_ViewPort3d.h                  \
38         OCCViewer_ViewPort.h                    \
39         OCCViewer_ViewSketcher.h                \
40         OCCViewer_ViewWindow.h                  \
41         OCCViewer_VService.h                    \
42         OCCViewer_CreateRestoreViewDlg.h        \
43         OCCViewer.h                             \
44         OCCViewer_ClippingDlg.h                 \
45         OCCViewer_AxialScaleDlg.h               \
46         OCCViewer_SetRotationPointDlg.h         \
47         OCCViewer_Trihedron.h                   \
48         OCCViewer_FontWidget.h                  \
49         OCCViewer_CubeAxesDlg.h                 \
50         OCCViewer_ToolTip.h                     \
51         OCCViewer_ViewFrame.h
52
53 dist_libOCCViewer_la_SOURCES =                  \
54         OCCViewer_AISSelector.cxx               \
55         OCCViewer_ViewManager.cxx               \
56         OCCViewer_ViewModel.cxx                 \
57         OCCViewer_ViewPort3d.cxx                \
58         OCCViewer_ViewPort.cxx                  \
59         OCCViewer_ViewSketcher.cxx              \
60         OCCViewer_ViewWindow.cxx                \
61         OCCViewer_VService.cxx                  \
62         OCCViewer_CreateRestoreViewDlg.cxx      \
63         OCCViewer_SetRotationPointDlg.cxx       \
64         OCCViewer_ClippingDlg.cxx               \
65         OCCViewer_AxialScaleDlg.cxx             \
66         OCCViewer_Trihedron.cxx                 \
67         OCCViewer_FontWidget.cxx                \
68         OCCViewer_CubeAxesDlg.cxx               \
69         OCCViewer_ToolTip.cxx                   \
70         OCCViewer_ViewFrame.cxx
71
72 MOC_FILES =                                     \
73         OCCViewer_AISSelector_moc.cxx           \
74         OCCViewer_ViewModel_moc.cxx             \
75         OCCViewer_ViewPort3d_moc.cxx            \
76         OCCViewer_ViewPort_moc.cxx              \
77         OCCViewer_ViewSketcher_moc.cxx          \
78         OCCViewer_ViewWindow_moc.cxx            \
79         OCCViewer_ViewManager_moc.cxx           \
80         OCCViewer_CreateRestoreViewDlg_moc.cxx  \
81         OCCViewer_SetRotationPointDlg_moc.cxx   \
82         OCCViewer_ClippingDlg_moc.cxx           \
83         OCCViewer_AxialScaleDlg_moc.cxx         \
84         OCCViewer_FontWidget_moc.cxx            \
85         OCCViewer_CubeAxesDlg_moc.cxx           \
86         OCCViewer_ToolTip_moc.cxx               \
87         OCCViewer_ViewFrame_moc.cxx
88
89 nodist_libOCCViewer_la_SOURCES = $(MOC_FILES)
90
91 dist_salomeres_DATA =                           \
92         resources/occ_view_anticlockwise.png    \
93         resources/occ_view_clockwise.png        \
94         resources/occ_view_back.png             \
95         resources/occ_view_bottom.png           \
96         resources/occ_view_camera_dump.png      \
97         resources/occ_view_clone.png            \
98         resources/occ_view_clipping.png         \
99         resources/occ_view_clipping_pressed.png \
100         resources/occ_view_scaling.png          \
101         resources/occ_view_graduated_axes.png   \
102         resources/occ_view_ambient.png          \
103         resources/occ_view_fitall.png           \
104         resources/occ_view_fitarea.png          \
105         resources/occ_view_front.png            \
106         resources/occ_view_glpan.png            \
107         resources/occ_view_left.png             \
108         resources/occ_view_pan.png              \
109         resources/occ_view_presets.png          \
110         resources/occ_view_reset.png            \
111         resources/occ_view_right.png            \
112         resources/occ_view_rotate.png           \
113         resources/occ_view_shoot.png            \
114         resources/occ_view_top.png              \
115         resources/occ_view_triedre.png          \
116         resources/occ_view_zoom.png             \
117         resources/occ_view_rotation_point.png   \
118         resources/occ_view_style_switch.png     \
119         resources/occ_view_zooming_style_switch.png \
120         resources/occ_view_maximized.png        \
121         resources/occ_view_minimized.png        \
122         resources/occ_view_sync.png
123
124 nodist_salomeres_DATA =         \
125         OCCViewer_images.qm     \
126         OCCViewer_msg_en.qm     \
127         OCCViewer_msg_fr.qm 
128
129 libOCCViewer_la_CPPFLAGS = $(QT_INCLUDES) $(OGL_INCLUDES) $(CAS_CPPFLAGS) @KERNEL_CXXFLAGS@ \
130         -I$(srcdir)/../SUIT -I$(srcdir)/../ViewerTools -I$(srcdir)/../Qtx \
131         -I$(srcdir)/../OpenGLUtils -I$(srcdir)/../CASCatch
132
133 libOCCViewer_la_LDFLAGS  = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER)
134
135 libOCCViewer_la_LIBADD   = ../Qtx/libqtx.la ../SUIT/libsuit.la \
136         ../ViewerTools/libViewerTools.la ../OpenGLUtils/libOpenGLUtils.la