Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [photran] automatic makefile wants to use m2c to compile .mod files

Apparently, my problem comes from the fact that at the end of the file subdir.mk automatically generated by the managed build process, I find lines such as :
aa_modules_calpol.o: ../aa_modules_calpol.f
cal_chi.o: ../cal_chi.f kinds.o propagators.o propagators.o
...
vacuum_propagators.o: ../vacuum_propagators.f kinds.o

where aa_modules_calpol.f provides module kinds (and others) and vaccum_propagators.f provides module propagators Hence the "kinds.o propagators.o" on the other lines should be "kinds.mod propagators.mod"
Is this created by makedep ?
How to avoid it ?

--

Sincerely yours,

Michel DEVEL


Back to the top