Removed the fortran files from processing of as source files.
authorPekka Riikonen <priikone@silcnet.org>
Thu, 13 Sep 2007 19:25:39 +0000 (19:25 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 13 Sep 2007 19:25:39 +0000 (19:25 +0000)
apps/autodist/CHANGES
apps/autodist/autodist.in

index 39e76a7f9f6524a06c9238f0b979b384f53f39a3..08898ce07974c5b50e19649130ab8a996c8c06dd 100644 (file)
@@ -6,7 +6,7 @@ Thu Sep 13 18:50:00 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
          are given to autodist.
 
        * Added support for source file distdef processing for the
-         following files: .mm .M .S .F .F90 .F95 .fpp .FPP
+         following files: .mm .M .S
 
 Thu May 31 23:34:00 EEST 2007 Pekka Riikonen <priikone@silcnet.org>
 
index bac46d50b4caf483cca4fdc1cf8ca79edae2f66a..16a789ac514ac78ad956958a9860192d7134c420 100755 (executable)
@@ -833,6 +833,9 @@ ad_process_tree()
        \! -name \*\.[cC][pP][pP] -a \
        \! -name \*\.[cC]++ -a \
        \! -name \*\.m -a \
+       \! -name \*\.mm -o \
+       \! -name \*\.M -o \
+       \! -name \*\.S -o \
        \! -name \*\.[hH] -a \
        \! -name \*\.hh -a \
        \! -name \*\.[cC]\.in -a \
@@ -885,10 +888,6 @@ ad_process_source_tree()
        -name \*\.mm -o \
        -name \*\.M -o \
        -name \*\.S -o \
-       -name \*\.F -o \
-       -name \*\.F90 -o \
-       -name \*\.F95 -o \
-       -name \*\.[fF][pP][pP] -o \
        -name \*\.[hH] -o \
        -name \*\.hh -o \
        -name \*\.[cC]\.in -o \