FOO = x.c y.dc
BLAH1 = ${FOO:.c=.c.out}
BLAH = ${BLAH1:.dc=.dc.out}
t:
	echo ${FOO}
	echo ${BLAH}
