X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPlot2d%2FMakefile.in;h=c13d335c50d1dd072a9f6eaa6c9bcecc1f9ef3f4;hb=2d9355adaaad12ef4c16a5a37c551f1fca4caba9;hp=ca9ee3debcf3c8e5677db7a8308354f7d2420069;hpb=4655b0b0eb5345da6a86852021014b0cbae2ad30;p=modules%2Fkernel.git diff --git a/src/Plot2d/Makefile.in b/src/Plot2d/Makefile.in index ca9ee3deb..c13d335c5 100644 --- a/src/Plot2d/Makefile.in +++ b/src/Plot2d/Makefile.in @@ -1,6 +1,12 @@ -# source path +# Copyright (C) 2003 CEA/DEN, EDF R&D +# +# +# +# File : Makefile.in +# Module : SALOME + top_srcdir=@top_srcdir@ -top_builddir=../.. +top_builddir=../../.. srcdir=@srcdir@ VPATH=.:@srcdir@:@top_srcdir@/idl @@ -13,7 +19,8 @@ EXPORT_HEADERS = \ Plot2d_CurveContainer.h \ Plot2d_ViewFrame.h \ Plot2d_SetupViewDlg.h \ - Plot2d_SetupPlot2dDlg.h + Plot2d_SetupPlot2dDlg.h \ + Plot2d_FitDataDlg.h # .po files to transform in .qm #PO_FILES = \ @@ -27,15 +34,18 @@ LIB_SRC = \ Plot2d_CurveContainer.cxx \ Plot2d_ViewFrame.cxx \ Plot2d_SetupViewDlg.cxx \ - Plot2d_SetupPlot2dDlg.cxx + Plot2d_SetupPlot2dDlg.cxx \ + Plot2d_FitDataDlg.cxx LIB_MOC = \ Plot2d.h \ Plot2d_ViewFrame.h \ Plot2d_SetupViewDlg.h \ - Plot2d_SetupPlot2dDlg.h + Plot2d_SetupPlot2dDlg.h \ + Plot2d_FitDataDlg.h LIB_CLIENT_IDL = SALOMEDS.idl \ + SALOMEDS_Attributes.idl \ SALOME_ModuleCatalog.idl \ SALOME_Component.idl \ SALOME_Exception.idl