#TESTMAC = a \
#b \
#c 
#include testmac.lst
OBJ = .zzz

include makefile.xxx

all: $(OBJECTS)
	echo $? $@

