Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[modules/gui.git] / src / OCCViewer / Makefile.am
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
2 #
3 #  This library is free software; you can redistribute it and/or
4 #  modify it under the terms of the GNU Lesser General Public
5 #  License as published by the Free Software Foundation; either
6 #  version 2.1 of the License.
7 #
8 #  This library is distributed in the hope that it will be useful,
9 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
10 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 #  Lesser General Public License for more details.
12 #
13 #  You should have received a copy of the GNU Lesser General Public
14 #  License along with this library; if not, write to the Free Software
15 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : OCCViewer
22 #  $Header$
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES = libOCCViewer.la
27
28 salomeinclude_HEADERS= \
29         OCCViewer_AISSelector.h \
30         OCCViewer_ViewManager.h \
31         OCCViewer_ViewModel.h \
32         OCCViewer_ViewPort3d.h \
33         OCCViewer_ViewPort.h \
34         OCCViewer_ViewSketcher.h \
35         OCCViewer_ViewWindow.h \
36         OCCViewer_VService.h \
37         OCCViewer_CreateRestoreViewDlg.h \
38         OCCViewer.h \
39         OCCViewer_ClippingDlg.h \
40         OCCViewer_SetRotationPointDlg.h
41
42 dist_libOCCViewer_la_SOURCES= \
43         OCCViewer_AISSelector.cxx \
44         OCCViewer_ViewManager.cxx \
45         OCCViewer_ViewModel.cxx \
46         OCCViewer_ViewPort3d.cxx \
47         OCCViewer_ViewPort.cxx \
48         OCCViewer_ViewSketcher.cxx \
49         OCCViewer_ViewWindow.cxx \
50         OCCViewer_VService.cxx \
51         OCCViewer_CreateRestoreViewDlg.cxx \
52         OCCViewer_SetRotationPointDlg.cxx \
53         OCCViewer_ClippingDlg.cxx
54
55 MOC_FILES= \
56         OCCViewer_AISSelector_moc.cxx \
57         OCCViewer_ViewModel_moc.cxx \
58         OCCViewer_ViewPort3d_moc.cxx \
59         OCCViewer_ViewPort_moc.cxx \
60         OCCViewer_ViewSketcher_moc.cxx \
61         OCCViewer_ViewWindow_moc.cxx \
62         OCCViewer_ViewManager_moc.cxx \
63         OCCViewer_CreateRestoreViewDlg_moc.cxx \
64         OCCViewer_SetRotationPointDlg_moc.cxx \
65         OCCViewer_ClippingDlg_moc.cxx
66 nodist_libOCCViewer_la_SOURCES= $(MOC_FILES)
67
68 dist_salomeres_DATA = \
69         resources/view_back.png \
70         resources/view_bottom.png \
71         resources/view_camera_dump.png \
72         resources/view_clone.png \
73         resources/view_clipping.png \
74         resources/view_clipping_pressed.png \
75         resources/view_fitall.png \
76         resources/view_fitarea.png \
77         resources/view_front.png \
78         resources/view_glpan.png \
79         resources/view_left.png \
80         resources/view_pan.png \
81         resources/view_presets.png \
82         resources/view_reset.png \
83         resources/view_right.png \
84         resources/view_rotate.png \
85         resources/view_shoot.png \
86         resources/view_top.png \
87         resources/view_triedre.png \
88         resources/view_zoom.png \
89         resources/view_rotation_point.png
90
91 nodist_salomeres_DATA = \
92         OCCViewer_images.qm \
93         OCCViewer_msg_en.qm 
94
95 libOCCViewer_la_CPPFLAGS=$(QT_INCLUDES) $(OGL_INCLUDES) $(CAS_CPPFLAGS) \
96         -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
97
98 libOCCViewer_la_LDFLAGS=$(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER) ../SUIT/libsuit.la