@COMMENCE@
-SUBDIRS = src
+SUBDIRS = idl src
RESOURCES_FILES = \
EFICASCatalog.xml \
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) $@
-$(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:
$(INSTALL_PROGRAM) $^ $(bindir); \
fi
-#uninstall: uninstall-idl
+uninstall: uninstall-idl
-#uninstall-idl:
-# $(RM) $(idldir)/*.idl
+uninstall-idl:
+ $(RM) $(idldir)/*.idl
distclean: distclean-other