From 26d785d9f9b07bc4160e953db044b9a61642d2a6 Mon Sep 17 00:00:00 2001 From: salome <> Date: Fri, 10 Dec 2004 16:40:32 +0000 Subject: [PATCH] Ajout de l'interface idl necessaire pour la V2_1_0b1 --- Makefile.in | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Makefile.in b/Makefile.in index 8f1fca6d..c2a8ba15 100644 --- a/Makefile.in +++ b/Makefile.in @@ -13,7 +13,7 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl @COMMENCE@ -SUBDIRS = src +SUBDIRS = idl src RESOURCES_FILES = \ EFICASCatalog.xml \ @@ -32,8 +32,7 @@ else include_list=include/salome/SALOMEconfig.h include/salome/sstream endif -#inc: idl $(include_list) -inc: $(include_list) +inc: idl $(include_list) include/salome/SALOMEconfig.h: salome_adm/unix/SALOMEconfig.ref -$(RM) $@ @@ -52,10 +51,10 @@ include/salome/sstream: salome_adm/unix/sstream -$(RM) $@ $(LN_S) ../../$< $@ -#depend: depend_idl +depend: depend_idl -#depend_idl: -# (cd idl ; $(MAKE) $@) || exit 1 +depend_idl: + (cd idl ; $(MAKE) $@) || exit 1 # doc is already build : if you want to had documents, go manually to doc and run 'make doc' #doc: @@ -80,10 +79,10 @@ install-bin: $(BIN_SCRIPT) $(INSTALL_PROGRAM) $^ $(bindir); \ fi -#uninstall: uninstall-idl +uninstall: uninstall-idl -#uninstall-idl: -# $(RM) $(idldir)/*.idl +uninstall-idl: + $(RM) $(idldir)/*.idl distclean: distclean-other -- 2.39.2