]> SALOME platform Git repositories - modules/gui.git/blob - src/Plot2d/Makefile.am
Salome HOME
b2fd5cfbfe9d8c7e0f36eca5e4a459e2da9aae2c
[modules/gui.git] / src / Plot2d / Makefile.am
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/ or email : webmaster.salome@opencascade.com
18 #
19 #  File   : Makefile.in
20 #  Author : Vladimir Klyachin (OCN)
21 #  Module : Plot2d
22 #  $Header$
23
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
25
26 lib_LTLIBRARIES= libPlot2d.la
27
28 # header files 
29 salomeinclude_HEADERS= \
30         Plot2d.h \
31         Plot2d_Curve.h \
32         Plot2d_FitDataDlg.h \
33         Plot2d_Prs.h \
34         Plot2d_SetupViewDlg.h \
35         Plot2d_ViewFrame.h \
36         Plot2d_ViewManager.h \
37         Plot2d_ViewModel.h \
38         Plot2d_ViewWindow.h \
39         Plot2d_SetupCurveDlg.h \
40         Plot2d_ToolTip.h
41
42 dist_libPlot2d_la_SOURCES= \
43         Plot2d_Curve.cxx \
44         Plot2d_FitDataDlg.cxx \
45         Plot2d_Prs.cxx \
46         Plot2d_SetupViewDlg.cxx \
47         Plot2d_ViewFrame.cxx \
48         Plot2d_ViewManager.cxx \
49         Plot2d_ViewModel.cxx \
50         Plot2d_ViewWindow.cxx \
51         Plot2d_SetupCurveDlg.cxx \
52         Plot2d_ToolTip.cxx
53
54 MOC_FILES = \
55         Plot2d_FitDataDlg_moc.cxx \
56         Plot2d_SetupViewDlg_moc.cxx \
57         Plot2d_ViewFrame_moc.cxx \
58         Plot2d_ViewManager_moc.cxx \
59         Plot2d_ViewModel_moc.cxx \
60         Plot2d_ViewWindow_moc.cxx \
61         Plot2d_SetupCurveDlg_moc.cxx \
62         Plot2d_ToolTip_moc.cxx
63 nodist_libPlot2d_la_SOURCES= $(MOC_FILES)
64
65 dist_salomeres_DATA = \
66         resources/plot2d_clone.png \
67         resources/plot2d_camera_dump.png \
68         resources/plot2d_fitall.png \
69         resources/plot2d_fitarea.png \
70         resources/plot2d_glpan.png \
71         resources/plot2d_legend.png \
72         resources/plot2d_linear.png \
73         resources/plot2d_linear_y.png \
74         resources/plot2d_lines.png \
75         resources/plot2d_log.png \
76         resources/plot2d_log_y.png \
77         resources/plot2d_pan.png \
78         resources/plot2d_points.png \
79         resources/plot2d_settings.png \
80         resources/plot2d_splines.png \
81         resources/plot2d_zoom.png
82
83 nodist_salomeres_DATA= \
84         Plot2d_images.qm \
85         Plot2d_msg_en.qm 
86
87 libPlot2d_la_CPPFLAGS=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) \
88         -I$(srcdir)/../Qtx -I$(srcdir)/../SUIT
89
90 libPlot2d_la_LDFLAGS=$(QWT_LIBS) $(QT_MT_LIBS) ../SUIT/libsuit.la
91
92