LOCAL_LIBRARIES = $(XLIB)
           SRCS = init.c main.c open_window.c
           OBJS = init.o main.o open_window.o

ComplexProgramTarget(tute3a)
