]> SALOME platform Git repositories - modules/gui.git/blob - src/Plot2d/Makefile.in
Salome HOME
b6060462ca7e799c78029a7b6cd47c74d17fcf60
[modules/gui.git] / src / Plot2d / Makefile.in
1 #  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
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/
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : Plot2d
22 #  $Header$
23
24 top_srcdir=@top_srcdir@
25 top_builddir=../..
26 srcdir=@srcdir@
27 VPATH=.:@srcdir@:@srcdir@/resources
28
29
30 @COMMENCE@
31
32 # header files 
33 EXPORT_HEADERS= Plot2d.h \
34                 Plot2d_Curve.h \
35                 Plot2d_FitDataDlg.h \
36                 Plot2d_Prs.h \
37                 Plot2d_SetupViewDlg.h \
38                 Plot2d_ViewFrame.h \
39                 Plot2d_ViewManager.h \
40                 Plot2d_ViewModel.h \
41                 Plot2d_ViewWindow.h \
42                 Plot2d_SetupCurveDlg.h
43
44 # .po files to transform in .qm
45 PO_FILES = Plot2d_images.po \
46            Plot2d_msg_en.po 
47                      
48 # Libraries targets
49 LIB = libPlot2d.la
50 LIB_SRC= Plot2d_Curve.cxx \
51          Plot2d_FitDataDlg.cxx \
52          Plot2d_Prs.cxx \
53          Plot2d_SetupViewDlg.cxx \
54          Plot2d_ViewFrame.cxx \
55          Plot2d_ViewManager.cxx \
56          Plot2d_ViewModel.cxx \
57          Plot2d_ViewWindow.cxx \
58          Plot2d_SetupCurveDlg.cxx
59
60 LIB_MOC = \
61         Plot2d_FitDataDlg.h \
62         Plot2d_SetupViewDlg.h \
63         Plot2d_ViewFrame.h \
64         Plot2d_ViewManager.h \
65         Plot2d_ViewModel.h \
66         Plot2d_ViewWindow.h \
67         Plot2d_SetupCurveDlg.h
68
69 RESOURCES_FILES = \
70 plot2d_clone.png \
71 plot2d_camera_dump.png \
72 plot2d_fitall.png \
73 plot2d_fitarea.png \
74 plot2d_glpan.png \
75 plot2d_legend.png \
76 plot2d_linear.png \
77 plot2d_linear_y.png \
78 plot2d_lines.png \
79 plot2d_log.png \
80 plot2d_log_y.png \
81 plot2d_pan.png \
82 plot2d_points.png \
83 plot2d_settings.png \
84 plot2d_splines.png \
85 plot2d_zoom.png
86
87 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES)
88
89 LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -lsuit
90
91 @CONCLUDE@
92
93