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