1OBJS = \ 2 QSWidget.o \ 3 main.o 4 5PROGRAM = QuickShow 6 7LIB_DEPS = GUI Gfx Protocol IPC Thread Pthread Core 8 9include ../../Makefile.common