# File : Makefile.in # Author : Vladimir Klyachin (OCN) # Module : Plot2d # $Header$ top_srcdir=@top_srcdir@ top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@srcdir@/resources @COMMENCE@ # header files EXPORT_HEADERS= Plot2d.h \ Plot2d_Curve.h \ Plot2d_FitDataDlg.h \ Plot2d_Prs.h \ Plot2d_SetupViewDlg.h \ Plot2d_ViewFrame.h \ Plot2d_ViewManager.h \ Plot2d_ViewModel.h \ Plot2d_ViewWindow.h \ Plot2d_SetupCurveDlg.h # .po files to transform in .qm PO_FILES = Plot2d_images.po \ Plot2d_msg_en.po # Libraries targets LIB = libPlot2d.la LIB_SRC= Plot2d_Curve.cxx \ Plot2d_FitDataDlg.cxx \ Plot2d_Prs.cxx \ Plot2d_SetupViewDlg.cxx \ Plot2d_ViewFrame.cxx \ Plot2d_ViewManager.cxx \ Plot2d_ViewModel.cxx \ Plot2d_ViewWindow.cxx \ Plot2d_SetupCurveDlg.cxx LIB_MOC = \ Plot2d_FitDataDlg.h \ Plot2d_SetupViewDlg.h \ Plot2d_ViewFrame.h \ Plot2d_ViewManager.h \ Plot2d_ViewModel.h \ Plot2d_ViewWindow.h \ Plot2d_SetupCurveDlg.h RESOURCES_FILES = \ plot2d_clone.png \ plot2d_camera_dump.png \ plot2d_fitall.png \ plot2d_fitarea.png \ plot2d_glpan.png \ plot2d_legend.png \ plot2d_linear.png \ plot2d_linear_y.png \ plot2d_lines.png \ plot2d_log.png \ plot2d_log_y.png \ plot2d_pan.png \ plot2d_points.png \ plot2d_settings.png \ plot2d_splines.png \ plot2d_zoom.png CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(QWT_INCLUDES) -I$(KERNEL_ROOT_DIR)/include/salome LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -L$(KERNEL_ROOT_DIR)/lib/salome -lsuit @CONCLUDE@