Salome HOME
Test executables for study of Supervision Memory Leaks
[samples/component.git] / idl / Makefile.in
index cf7ccbd77d594544f55af326d8e24ffe0edaa9d5..86664b74aa5d9866966bef59d1be7e87b64bdadc 100644 (file)
@@ -1,27 +1,8 @@
-#  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
-# 
-#  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.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
-#
-
 #
+# generate dependencies for idl file :
 #
-#  File   : Makefile.in
-#  Module : idl
+
+# source path
 top_srcdir=@top_srcdir@
 top_builddir=..
 srcdir=@srcdir@
@@ -38,7 +19,10 @@ IDL_FILES = \
   SyrComponent.idl \
   SyrControlComponent.idl \
   TypesCheck.idl \
-  DataStreamComponent.idl
+  DataStreamComponent.idl \
+  SIGNALSComponent.idl \
+  UndefinedSymbolComponent.idl \
+  Calculator.idl
 
 PY_CLIENT_IDL = $(IDL_FILES)