NRI : Copy its own IDL files.

This commit is contained in:
nri 2003-05-28 16:11:56 +00:00
parent f8a4f83fae
commit 5a6ba16ded

View 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