]> SALOME platform Git repositories - modules/gui.git/blob - src/OCCViewer/Makefile.am
Salome HOME
7e77377e21edd18ade767dbbccecd39a8b4bbeda
[modules/gui.git] / src / OCCViewer / 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 : OCCViewer
25 #  $Header$
26 #
27 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28
29 lib_LTLIBRARIES = libOCCViewer.la
30
31 salomeinclude_HEADERS =                         \
32         OCCViewer_AISSelector.h                 \
33         OCCViewer_ViewManager.h                 \
34         OCCViewer_ViewModel.h                   \
35         OCCViewer_ViewPort3d.h                  \
36         OCCViewer_ViewPort.h                    \
37         OCCViewer_ViewSketcher.h                \
38         OCCViewer_ViewWindow.h                  \
39         OCCViewer_VService.h                    \
40         OCCViewer_CreateRestoreViewDlg.h        \
41         OCCViewer.h                             \
42         OCCViewer_ClippingDlg.h                 \
43         OCCViewer_AxialScaleDlg.h               \
44         OCCViewer_SetRotationPointDlg.h         \
45         OCCViewer_Trihedron.h
46
47 dist_libOCCViewer_la_SOURCES =                  \
48         OCCViewer_AISSelector.cxx               \
49         OCCViewer_ViewManager.cxx               \
50         OCCViewer_ViewModel.cxx                 \
51         OCCViewer_ViewPort3d.cxx                \
52         OCCViewer_ViewPort.cxx                  \
53         OCCViewer_ViewSketcher.cxx              \
54         OCCViewer_ViewWindow.cxx                \
55         OCCViewer_VService.cxx                  \
56         OCCViewer_CreateRestoreViewDlg.cxx      \
57         OCCViewer_SetRotationPointDlg.cxx       \
58         OCCViewer_ClippingDlg.cxx               \
59         OCCViewer_AxialScaleDlg.cxx             \
60         OCCViewer_Trihedron.cxx                 \
61         OCCViewer_ToolTip.cxx
62
63 MOC_FILES =                                     \
64         OCCViewer_AISSelector_moc.cxx           \
65         OCCViewer_ViewModel_moc.cxx             \
66         OCCViewer_ViewPort3d_moc.cxx            \
67         OCCViewer_ViewPort_moc.cxx              \
68         OCCViewer_ViewSketcher_moc.cxx          \
69         OCCViewer_ViewWindow_moc.cxx            \
70         OCCViewer_ViewManager_moc.cxx           \
71         OCCViewer_CreateRestoreViewDlg_moc.cxx  \
72         OCCViewer_SetRotationPointDlg_moc.cxx   \
73         OCCViewer_ClippingDlg_moc.cxx           \
74         OCCViewer_AxialScaleDlg_moc.cxx         \
75         OCCViewer_ToolTip_moc.cxx
76         
77 nodist_libOCCViewer_la_SOURCES = $(MOC_FILES)
78
79 dist_salomeres_DATA =                           \
80         resources/occ_view_back.png             \
81         resources/occ_view_bottom.png           \
82         resources/occ_view_camera_dump.png      \
83         resources/occ_view_clone.png            \
84         resources/occ_view_clipping.png         \
85         resources/occ_view_clipping_pressed.png \
86         resources/occ_view_scaling.png          \
87         resources/occ_view_fitall.png           \
88         resources/occ_view_fitarea.png          \
89         resources/occ_view_front.png            \
90         resources/occ_view_glpan.png            \
91         resources/occ_view_left.png             \
92         resources/occ_view_pan.png              \
93         resources/occ_view_presets.png          \
94         resources/occ_view_reset.png            \
95         resources/occ_view_right.png            \
96         resources/occ_view_rotate.png           \
97         resources/occ_view_shoot.png            \
98         resources/occ_view_top.png              \
99         resources/occ_view_triedre.png          \
100         resources/occ_view_zoom.png             \
101         resources/occ_view_rotation_point.png
102
103 nodist_salomeres_DATA =         \
104         OCCViewer_images.qm     \
105         OCCViewer_msg_en.qm 
106
107 libOCCViewer_la_CPPFLAGS = $(QT_INCLUDES) $(OGL_INCLUDES) $(CAS_CPPFLAGS) \
108         -I$(srcdir)/../SUIT -I$(srcdir)/../Qtx
109
110 libOCCViewer_la_LDFLAGS  = $(OGL_LIBS) $(QT_MT_LIBS) $(CAS_KERNEL) $(CAS_VIEWER)
111 libOCCViewer_la_LIBADD   = ../Qtx/libqtx.la ../SUIT/libsuit.la