]> SALOME platform Git repositories - modules/gui.git/blob - src/QxGraph/Makefile.am
Salome HOME
051315fab700135a0a47ca9bea268164eea56d8d
[modules/gui.git] / src / QxGraph / 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 ##############################################################
21 # VSR: WARNING! THIS PACKAGE IS OBSOLETE
22 ##############################################################
23 #
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES = libQxGraph.la
27
28 salomeinclude_HEADERS =         \
29         QxGraph_ActiveItem.h    \
30         QxGraph_Prs.h           \
31         QxGraph_Canvas.h        \
32         QxGraph_CanvasView.h    \
33         QxGraph_ViewWindow.h    \
34         QxGraph_ViewManager.h   \
35         QxGraph_ViewModel.h     \
36         QxGraph_Def.h           \
37         QxGraph.h
38
39 dist_libQxGraph_la_SOURCES =    \
40         QxGraph_Prs.cxx         \
41         QxGraph_Canvas.cxx      \
42         QxGraph_CanvasView.cxx  \
43         QxGraph_ViewWindow.cxx  \
44         QxGraph_ViewManager.cxx \
45         QxGraph_ViewModel.cxx
46
47 MOC_FILES =                             \
48         QxGraph_Canvas_moc.cxx          \
49         QxGraph_CanvasView_moc.cxx      \
50         QxGraph_ViewWindow_moc.cxx      \
51         QxGraph_ViewManager_moc.cxx     \
52         QxGraph_ViewModel_moc.cxx
53
54 nodist_libQxGraph_la_SOURCES = $(MOC_FILES)
55
56 dist_salomeres_DATA =                   \
57         resources/qx_view_fitall.png    \
58         resources/qx_view_fitarea.png   \
59         resources/qx_view_glpan.png     \
60         resources/qx_view_pan.png       \
61         resources/qx_view_reset.png     \
62         resources/qx_view_zoom.png
63
64 nodist_salomeres_DATA =         \
65         QxGraph_images.qm       \
66         QxGraph_msg_en.qm       \
67         QxGraph_msg_fr.qm  
68
69 libQxGraph_la_CPPFLAGS = $(QT_INCLUDES) $(CAS_CPPFLAGS) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) \
70                          -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT
71 libQxGraph_la_LDFLAGS  = $(QT_MT_LIBS) ../SUIT/libsuit.la