X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=Examples%2Ffort1%2FMakefile;h=fa7f52127b542dc4553d24a59fb5e3afbe095d22;hb=cc7cc752cd3ec1a65c2453f68fb6df4b996642b1;hp=7831c46df4123882fa6e34b0bea375b1ea476514;hpb=a70632f2ec3c13e767152b77768f386177e91b25;p=tools%2Fyacsgen.git diff --git a/Examples/fort1/Makefile b/Examples/fort1/Makefile index 7831c46..fa7f521 100644 --- a/Examples/fort1/Makefile +++ b/Examples/fort1/Makefile @@ -1,9 +1,9 @@ -# Copyright (C) 2009-2012 EDF R&D +# Copyright (C) 2009-2022 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -24,10 +24,13 @@ libcode1.so:code1.o $(FC) -shared -fPIC -o libcode1.so code1.o code1.o:code1.f $(FC) -c code1.f -fPIC -I$(KERNEL_ROOT_DIR)/include/salome -fexceptions -libcode2.so:code2.o - $(FC) -shared -fPIC -o libcode2.so code2.o +libcode2.so:code2.o bidul.o + $(FC) -shared -fPIC -o libcode2.so code2.o bidul.o code2.o:code2.f $(FC) -c code2.f -fPIC -I$(KERNEL_ROOT_DIR)/include/salome -fexceptions +bidul.o:bidul.f + $(FC) -c bidul.f -fPIC -I$(KERNEL_ROOT_DIR)/include/salome -fexceptions + clean: - rm -rf *.o *.so fcompos_SRC install fcompos_SRC.bak traceExec_proc appli appli.bak install.bak + rm -rf *.o *.so fcompos_* install appli traceExec_proc *.bak *.err *.log