| da4996e5 | 27-Feb-2025 |
Satish Balay <balay@mcs.anl.gov> |
make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'
with multiple source compile into a singe binary: - fixes Fortran example build: currently broken,
make: add explicit '% : %.c' target so that LINK.c target is in sync with LINK.F target '% : %.F90'
with multiple source compile into a singe binary: - fixes Fortran example build: currently broken, due to duplicate obj-files in link command - can now use consitent obj file dependencies irrespective of C-main or Fortran-main sources - cab avoid duplicate compiles of same sources [esp with SEPARATE_COMPILE_LINK=1]
show more ...
|