mirror of
https://gitlab.com/ita1024/waf.git
synced 2024-11-22 09:57:15 +01:00
Additional fortran extensions #1916
This commit is contained in:
parent
f7a16da8fc
commit
56c9721d88
@ -17,7 +17,7 @@ ccroot.USELIB_VARS['fcprogram_test'] = ccroot.USELIB_VARS['fcprogram'] = set(['L
|
||||
ccroot.USELIB_VARS['fcshlib'] = set(['LIB', 'STLIB', 'LIBPATH', 'STLIBPATH', 'LINKFLAGS', 'RPATH', 'LINKDEPS'])
|
||||
ccroot.USELIB_VARS['fcstlib'] = set(['ARFLAGS', 'LINKDEPS'])
|
||||
|
||||
@extension('.f', '.f90', '.F', '.F90', '.for', '.FOR')
|
||||
@extension('.f','.F','.f90','.F90','.for','.FOR','.f95','.F95','.f03','.F03','.f08','.F08')
|
||||
def fc_hook(self, node):
|
||||
"Binds the Fortran file extensions create :py:class:`waflib.Tools.fc.fc` instances"
|
||||
return self.create_compiled_task('fc', node)
|
||||
|
Loading…
Reference in New Issue
Block a user