I have a string of source files
I want to replace .f and .c with .o
to get
However I am having trouble doing this with subst.
Code:
ENBL_PX11_LIBSRC = pltsub.f xpltlib.f xbuplot.c
to get
Code:
ENBL_PX11_LIBOBJ = pltsub.o xpltlib.o xbuplot.o