X-Git-Url: http://gitweb.hachti.de/?a=blobdiff_plain;f=lib%2Ffortran%2Fscript%2Fdef_recipe.sh;h=9d02f7a075e0f6e030b38cbc4e708bb36d7154a7;hb=HEAD;hp=9733b95dab06df1b3d96c77fa9bd13ad61c6026e;hpb=8321626c163d98740beef3008b425a578d8cfde0;p=h316.git diff --git a/lib/fortran/script/def_recipe.sh b/lib/fortran/script/def_recipe.sh index 9733b95..9d02f7a 100755 --- a/lib/fortran/script/def_recipe.sh +++ b/lib/fortran/script/def_recipe.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Stelle Rezept für die gegebene Bibliothek her +# Output a default receipe file from a given library ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{printf("org/%s\n",$1);}' \ No newline at end of file