For the file hw.F90 (note the suffix .F90)
program hw print *, "hello world" end program hwifort -gen-dep hw.F90 returns
hw.o: hw.F90 /tmp/ifort6aqMLI.i90: hw.F90 /tmp/ifortDW5ocn.o : /tmp/ifort6aqMLI.i90Is it a bug or intended behavior source files, must be preprocessed? My system is
ifort (IFORT) 13.1.1 20130313 Linux 2.6.37.6-24-desktop #1 SMP PREEMPT 2012-10-18 22:36:08 +0200 x86_64 x86_64 x86_64 GNU/Linux