Salome HOME
ajout des prefs-telemac dans le path
[modules/eficas.git] / Makefile.in
index 8f1fca6d7cb707c01ec3c149a6cfe68afc35f257..307e08312b4a213dc1aaa0834331872abc582996 100644 (file)
@@ -13,14 +13,21 @@ VPATH=.:@srcdir@:@top_srcdir@/bin:@top_srcdir@/resources:./bin:@top_srcdir@/idl
 
 @COMMENCE@
 
-SUBDIRS = src 
+SUBDIRS = idl src doc
 
 RESOURCES_FILES = \
 EFICASCatalog.xml \
 EFICAS_en.xml     \
 eficashomard.png  \
 eficas.png       \
-eficaster.png
+eficaster.png     \
+eficasternovice.png \
+eficascarmel.png \
+eficasCND.png \
+moins.png   \
+plus.png     \
+select1.png \
+SalomeApp.xml
 
 BIN_SCRIPT= \
 VERSION
@@ -32,8 +39,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 +58,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 +86,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