From: ribes Date: Wed, 18 May 2011 13:32:48 +0000 (+0000) Subject: DSO for ASTER 2 example X-Git-Tag: V6_3_0~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=36a5d6787081a440baed2a579f7ee811c1e31394;p=tools%2Fyacsgen.git DSO for ASTER 2 example --- diff --git a/Examples/ast2/README.txt b/Examples/ast2/README.txt index fa648b5..08b30cb 100644 --- a/Examples/ast2/README.txt +++ b/Examples/ast2/README.txt @@ -28,6 +28,7 @@ Build the fcompo executable, under the SALOME application environment:: Build the Code_Aster executable :: cd myaster + modify the config.txt for your SALOME Installation make Modify the exeaster script that drives the ASTER execution (change the files path) diff --git a/Examples/ast2/fcompo/Makefile b/Examples/ast2/fcompo/Makefile index a28228b..25eaaa9 100644 --- a/Examples/ast2/fcompo/Makefile +++ b/Examples/ast2/fcompo/Makefile @@ -21,7 +21,8 @@ include ../../makefile.inc all:prog prog:compo.o - $(FC) -o prog compo.o -L../install/lib/salome -lcfortExelib + $(FC) -o prog compo.o -L../install/lib/salome -lcfortExelib -L$(KERNEL_ROOT_DIR)/lib/salome -lCalciumC + compo.o:compo.f $(FC) -c compo.f -I$(KERNEL_ROOT_DIR)/include/salome -fexceptions