Salome HOME
Dialog SetupCurveDlg has been added
[modules/gui.git] / src / Plot2d / Makefile.in
1 #  File   : Makefile.in
2 #  Author : Vladimir Klyachin (OCN)
3 #  Module : Plot2d
4 #  $Header$
5
6 top_srcdir=@top_srcdir@
7 top_builddir=../..
8 srcdir=@srcdir@
9 VPATH=.:@srcdir@:@srcdir@/resources
10
11
12 @COMMENCE@
13
14 # header files 
15 EXPORT_HEADERS= Plot2d.h \
16                 Plot2d_Curve.h \
17                 Plot2d_FitDataDlg.h \
18                 Plot2d_Prs.h \
19                 Plot2d_SetupViewDlg.h \
20                 Plot2d_ViewFrame.h \
21                 Plot2d_ViewManager.h \
22                 Plot2d_ViewModel.h \
23                 Plot2d_ViewWindow.h \
24                 Plot2d_SetupCurveDlg.h
25
26 # .po files to transform in .qm
27 PO_FILES = Plot2d_images.po \
28            Plot2d_msg_en.po 
29                      
30 # Libraries targets
31 LIB = libPlot2d.la
32 LIB_SRC= Plot2d_Curve.cxx \
33          Plot2d_FitDataDlg.cxx \
34          Plot2d_Prs.cxx \
35          Plot2d_SetupViewDlg.cxx \
36          Plot2d_ViewFrame.cxx \
37          Plot2d_ViewManager.cxx \
38          Plot2d_ViewModel.cxx \
39          Plot2d_ViewWindow.cxx \
40          Plot2d_SetupCurveDlg.cxx
41
42 LIB_MOC = \
43         Plot2d_FitDataDlg.h \
44         Plot2d_SetupViewDlg.h \
45         Plot2d_ViewFrame.h \
46         Plot2d_ViewManager.h \
47         Plot2d_ViewModel.h \
48         Plot2d_ViewWindow.h \
49         Plot2d_SetupCurveDlg.h
50
51 RESOURCES_FILES = \
52 plot2d_clone.png \
53 plot2d_camera_dump.png \
54 plot2d_fitall.png \
55 plot2d_fitarea.png \
56 plot2d_glpan.png \
57 plot2d_legend.png \
58 plot2d_linear.png \
59 plot2d_linear_y.png \
60 plot2d_lines.png \
61 plot2d_log.png \
62 plot2d_log_y.png \
63 plot2d_pan.png \
64 plot2d_points.png \
65 plot2d_settings.png \
66 plot2d_splines.png \
67 plot2d_zoom.png
68
69 CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) -I$(KERNEL_ROOT_DIR)/include/salome
70
71 LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -L$(KERNEL_ROOT_DIR)/lib/salome -lsuit
72
73 @CONCLUDE@
74
75