next up previous contents index
Next: Compilation of selected dependencies Up: Compilation scripts in details Previous: Working directories   Contents   Index

Selective list of files to compile

The default behavior of GmkPack is to consider all the files that are compilable ; if you want the compilation program to ignore some of these source files you should fill the file
$GMKWRKDIR/.ignored_files inside the script :

# Files in pack to ignore (obsolete/useless) :
# ------------------------------------------
cat <<end_of_ignored_files> $GMKWRKDIR/.ignored_files
end_of_ignored_files
This facility could be useful to skip a source file that would be useless or would have become obsolete and whose compilation would fail after a recompilation of one of its dependencies.
Notice :
Example :
cat <<end_of_ignored_files> $GMKWRKDIR/.ignored_files
arp/setup/suct0.F90
ald/setup/suect0.F90
end_of_ignored_files


next up previous contents index
Next: Compilation of selected dependencies Up: Compilation scripts in details Previous: Working directories   Contents   Index
EL KHATIB Ryad 2008-05-23