diff options
Diffstat (limited to 'languages/fortran/file_templates')
-rw-r--r-- | languages/fortran/file_templates/Makefile.am | 2 | ||||
-rw-r--r-- | languages/fortran/file_templates/f | 11 | ||||
-rw-r--r-- | languages/fortran/file_templates/f77 | 11 | ||||
-rw-r--r-- | languages/fortran/file_templates/f90 | 11 | ||||
-rw-r--r-- | languages/fortran/file_templates/f95 | 11 | ||||
-rw-r--r-- | languages/fortran/file_templates/for | 11 | ||||
-rw-r--r-- | languages/fortran/file_templates/fpp | 11 | ||||
-rw-r--r-- | languages/fortran/file_templates/ftn | 11 |
8 files changed, 79 insertions, 0 deletions
diff --git a/languages/fortran/file_templates/Makefile.am b/languages/fortran/file_templates/Makefile.am new file mode 100644 index 00000000..2a8e4365 --- /dev/null +++ b/languages/fortran/file_templates/Makefile.am @@ -0,0 +1,2 @@ +templatedir = $(kde_datadir)/kdevfilecreate/file-templates +template_DATA = f f77 f90 f95 for fpp ftn diff --git a/languages/fortran/file_templates/f b/languages/fortran/file_templates/f new file mode 100644 index 00000000..909182fc --- /dev/null +++ b/languages/fortran/file_templates/f @@ -0,0 +1,11 @@ +c +c Preprocessed Fortran Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + diff --git a/languages/fortran/file_templates/f77 b/languages/fortran/file_templates/f77 new file mode 100644 index 00000000..a3628bc1 --- /dev/null +++ b/languages/fortran/file_templates/f77 @@ -0,0 +1,11 @@ +c +c Fortran 77 Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + diff --git a/languages/fortran/file_templates/f90 b/languages/fortran/file_templates/f90 new file mode 100644 index 00000000..b3800d65 --- /dev/null +++ b/languages/fortran/file_templates/f90 @@ -0,0 +1,11 @@ +c +c Fortran 90 Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + diff --git a/languages/fortran/file_templates/f95 b/languages/fortran/file_templates/f95 new file mode 100644 index 00000000..a4f452cf --- /dev/null +++ b/languages/fortran/file_templates/f95 @@ -0,0 +1,11 @@ +c +c Fortran 95 Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + diff --git a/languages/fortran/file_templates/for b/languages/fortran/file_templates/for new file mode 100644 index 00000000..909182fc --- /dev/null +++ b/languages/fortran/file_templates/for @@ -0,0 +1,11 @@ +c +c Preprocessed Fortran Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + diff --git a/languages/fortran/file_templates/fpp b/languages/fortran/file_templates/fpp new file mode 100644 index 00000000..d8a7ad6c --- /dev/null +++ b/languages/fortran/file_templates/fpp @@ -0,0 +1,11 @@ +c +c Fortran Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + diff --git a/languages/fortran/file_templates/ftn b/languages/fortran/file_templates/ftn new file mode 100644 index 00000000..a3628bc1 --- /dev/null +++ b/languages/fortran/file_templates/ftn @@ -0,0 +1,11 @@ +c +c Fortran 77 Implementation: $MODULE$ +c +c Description: +c +c +c Author: $AUTHOR$ <$EMAIL$>, (C) $YEAR$ +c +c Copyright: See COPYING file that comes with this distribution +c + |