X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=inline;f=configure.ac;h=993a66e5ec1f51735f46240e31ef0536787c713f;hb=93cd827e49053beafb4cb3079a036aa1ab1a7f49;hp=64068a439df01a3feb5d48ef461cf5a2d19ef1c1;hpb=14b1e9e22bba78429d5d58671e17d133f2a1c7dd;p=modules%2Fkernel.git diff --git a/configure.ac b/configure.ac index 64068a439..993a66e5e 100644 --- a/configure.ac +++ b/configure.ac @@ -174,6 +174,14 @@ AC_CXX_HAVE_SSTREAM # Testing linker AC_LINKER_OPTIONS +echo +echo --------------------------------------------- +echo testing Fortran INTEGER size for CALCIUM +echo --------------------------------------------- +echo + +CHECK_CALCIUM + echo echo --------------------------------------------- echo testing threads @@ -546,6 +554,7 @@ AC_OUTPUT([ \ ./doc/salome/gui/Makefile \ ./doc/salome/gui/doxyfile \ ./idl/Makefile \ + ./idl/Calcium_Ports.idl \ ./resources/Makefile \ ./resources/KERNELCatalog.xml \ ./resources/CatalogResources.xml \ @@ -566,6 +575,9 @@ AC_OUTPUT([ \ ./src/DSC/DSC_User/Datastream/Makefile \ ./src/DSC/DSC_User/Datastream/Palm/Makefile \ ./src/DSC/DSC_User/Datastream/Calcium/Makefile \ + ./src/DSC/DSC_User/Datastream/Calcium/calcium_integer_port_uses.hxx \ + ./src/DSC/DSC_User/Datastream/Calcium/CalciumProvidesPort.hxx \ + ./src/DSC/DSC_User/Datastream/Calcium/CalciumFortranInt.h \ ./src/DSC/ParallelDSC/Makefile \ ./src/DSC/DSC_Python/Makefile \ ./src/GenericObj/Makefile \