Salome HOME
b684b26a77e1f38b07fbd075d2fbe890387eb981
[modules/gui.git] / src / QxGraph / 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 = libQxGraph.la
25
26 salomeinclude_HEADERS =         \
27         QxGraph_ActiveItem.h    \
28         QxGraph_Prs.h           \
29         QxGraph_Canvas.h        \
30         QxGraph_CanvasView.h    \
31         QxGraph_ViewWindow.h    \
32         QxGraph_ViewManager.h   \
33         QxGraph_ViewModel.h     \
34         QxGraph_Def.h           \
35         QxGraph.h
36
37 dist_libQxGraph_la_SOURCES =    \
38         QxGraph_Prs.cxx         \
39         QxGraph_Canvas.cxx      \
40         QxGraph_CanvasView.cxx  \
41         QxGraph_ViewWindow.cxx  \
42         QxGraph_ViewManager.cxx \
43         QxGraph_ViewModel.cxx
44
45 MOC_FILES =                             \
46         QxGraph_Canvas_moc.cxx          \
47         QxGraph_CanvasView_moc.cxx      \
48         QxGraph_ViewWindow_moc.cxx      \
49         QxGraph_ViewManager_moc.cxx     \
50         QxGraph_ViewModel_moc.cxx
51
52 nodist_libQxGraph_la_SOURCES = $(MOC_FILES)
53
54 dist_salomeres_DATA =                   \
55         resources/qx_view_fitall.png    \
56         resources/qx_view_fitarea.png   \
57         resources/qx_view_glpan.png     \
58         resources/qx_view_pan.png       \
59         resources/qx_view_reset.png     \
60         resources/qx_view_zoom.png
61
62 nodist_salomeres_DATA =         \
63         QxGraph_images.qm       \
64         QxGraph_msg_en.qm  
65
66 libQxGraph_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) \
67                          -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT
68 libQxGraph_la_LDFLAGS  = $(QT_MT_LIBS) ../SUIT/libsuit.la