Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/share/mk
Module Name: src
Committed By: mrg
Date: Sun Jan 18 08:30:33 UTC 2026
Modified Files:
src/share/mk: bsd.lib.mk sys.mk
Log Message:
add support for all support gfortran input types (there are a lot.)
two variables define the two classes of, one that uses cpp, one that
does not use cpp. their suffixes also may change the language (eg,
.F90 is the cpp-processed Fortran-90 suffix, where as .f08 is the
no-cpp Fortran-2008 suffix.)
update the current .f/.F rules to match on more suffixes and add
the missing parts for some.
to support building libgfortran, add ${FOPTS.${.IMPSRC:T}} support
like we do for C/C++, etc.
To generate a diff of this commit:
cvs rdiff -u -r1.425 -r1.426 src/share/mk/bsd.lib.mk
cvs rdiff -u -r1.151 -r1.152 src/share/mk/sys.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index