]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
current configuration is used *.pro files
authornds <nds@opencascade.com>
Tue, 18 Sep 2007 07:41:13 +0000 (07:41 +0000)
committernds <nds@opencascade.com>
Tue, 18 Sep 2007 07:41:13 +0000 (07:41 +0000)
src/Plot2d/Makefile.in [deleted file]

diff --git a/src/Plot2d/Makefile.in b/src/Plot2d/Makefile.in
deleted file mode 100755 (executable)
index 73af720..0000000
+++ /dev/null
@@ -1,96 +0,0 @@
-#  Copyright (C) 2005  CEA/DEN, EDF R&D, OPEN CASCADE, PRINCIPIA R&D
-#
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
-#
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
-#
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
-#
-#  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 \
-               Plot2d_ToolTip.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 \
-        Plot2d_ToolTip.cxx
-
-LIB_MOC = \
-       Plot2d_FitDataDlg.h \
-       Plot2d_SetupViewDlg.h \
-       Plot2d_ViewFrame.h \
-       Plot2d_ViewManager.h \
-       Plot2d_ViewModel.h \
-       Plot2d_ViewWindow.h \
-       Plot2d_SetupCurveDlg.h \
-       Plot2d_ToolTip.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)
-
-LDFLAGS+=$(QWT_LIBS) $(QT_MT_LIBS) -lsuit
-
-@CONCLUDE@
-
-