]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
NRI : Copy its own IDL files.
authornri <nri@opencascade.com>
Wed, 28 May 2003 16:11:56 +0000 (16:11 +0000)
committernri <nri@opencascade.com>
Wed, 28 May 2003 16:11:56 +0000 (16:11 +0000)
idl/Makefile.in

index 83d530a25c9a6e21955db1bded23309f086e93ab..1d0b5c6cc71f0d4e2cffe4ec8cf75ab721edf484 100644 (file)
@@ -11,23 +11,17 @@ VPATH=.:$(srcdir):${KERNEL_ROOT_DIR}/idl/salome
 @COMMENCE@
 
 IDL_FILES = \
-  SALOME_Component.idl \
-  SALOMEDS.idl \
-  SALOMEDS_Attributes.idl \
-  SALOME_Exception.idl \
-  Logger.idl \
-  SALOME_ModuleCatalog.idl \
   GEOM_Shape.idl \
   GEOM_Gen.idl
 
 PY_CLIENT_IDL = $(IDL_FILES)
 
 # we copy all idl file in $(top_builddir)/idl
-#inc: $(IDL_FILES:%=$(top_builddir)/idl/%)
+inc: $(IDL_FILES:%=$(top_builddir)/idl/%)
 
-#$(IDL_FILES:%=$(top_builddir)/idl/%):$(top_builddir)/idl/%:%
+$(IDL_FILES:%=$(top_builddir)/idl/%):$(top_builddir)/idl/%:%
 #      $(CP) $< $@
-#      cp -f $< $@
+       cp -f $< $@
 
 
 lib: pyidl