CC = gcc thread: thread.c $(CC) -Wall `gstreamer-config --cflags --libs` thread.c -o thread clean: rm -f *.o thread