c-as: func-for-c.o call-as.c 
	gcc -m32 -o c-as call-as.c func-for-c.o

func-for-c.o: func-for-c.S
	as --32 -gstabs+ -o func-for-c.o func-for-c.S
