#include SRCS = cursor.c event.c font.c getset.c image.c shapes.c window.c OBJS = cursor.o event.o font.o getset.o image.o shapes.o window.o INCLUDES = -I$(TOP) -I$(TOP)/extensions/include SYS_LIBRARIES = -lm NormalLibraryObjectRule() NormalLibraryTarget(tk,$(OBJS)) DependTarget() CleanTarget()