Salome HOME
sources v1.2
[modules/kernel.git] / src / Plot2d / Makefile.in
index ca9ee3debcf3c8e5677db7a8308354f7d2420069..c13d335c50d1dd072a9f6eaa6c9bcecc1f9ef3f4 100644 (file)
@@ -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