Salome HOME
Merge from V6_main_20120808 08Aug12
[modules/gui.git] / src / QxScene / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
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
20 include $(top_srcdir)/adm_local/unix/make_common_starter.am
21
22 lib_LTLIBRARIES = libQxScene.la
23
24 salomeinclude_HEADERS= \
25         QxScene_ViewWindow.h \
26         QxScene_ViewManager.h \
27         QxScene_ViewModel.h \
28         QxScene_Def.h \
29         QxScene.h
30
31 dist_libQxScene_la_SOURCES= \
32         QxScene_ViewWindow.cxx \
33         QxScene_ViewManager.cxx \
34         QxScene_ViewModel.cxx
35
36 MOC_FILES= \
37         QxScene_ViewWindow_moc.cxx \
38         QxScene_ViewManager_moc.cxx \
39         QxScene_ViewModel_moc.cxx
40
41 nodist_libQxScene_la_SOURCES= $(MOC_FILES)
42
43 dist_salomeres_DATA= \
44         resources/qx_view_fitall.png \
45         resources/qx_view_fitarea.png \
46         resources/qx_view_glpan.png \
47         resources/qx_view_pan.png \
48         resources/qx_view_reset.png \
49         resources/qx_view_zoom.png
50
51 # --- warnings: 
52 #     QxSceneViewer prefix must be coherent with type defined in QxScene_ViewModel.h
53 #                          (for translator loading)
54 #     coherence also needed in LightApp.xml and SalomeApp.xml
55
56 nodist_salomeres_DATA= \
57         QxSceneViewer_images.qm \
58         QxSceneViewer_msg_en.qm \
59         QxSceneViewer_msg_fr.qm
60
61 libQxScene_la_CPPFLAGS=$(QT_INCLUDES) $(CAS_CPPFLAGS) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) \
62         -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT
63 libQxScene_la_LDFLAGS=$(QT_MT_LIBS) ../SUIT/libsuit.la
64
65 # --- warning:
66 #     this file is used for debug purposes only, to be removed later
67 EXTRA_DIST += DebTrace.hxx