func: func.o
	ld -melf_i386 -o func func.o

func.o: func.S my-macro
	as -ahlsm=func.lst --32 -gstabs+ -o func.o func.S
