#/
# I. ARIT 1992 Kusadasi,  AYDIN,TR.  09400
#
#
# Copyright (C) 1992 Ismail ARIT
#
# This file is distributed in the hope that it will be useful,but without any
# warranty.  No author or distributor accepts responsibility to anyone for
# the consequences of using it or for whether it serves any particular
# purpose or works at all.
#
#
# Everyone is granted permission to copy, modify and redistribute this file
# under the following conditions:
#
# Permission is granted to anyone to make or distribute copies of the source
# code, either as received or modified, in any medium, provided that all
# copyright notices, permission and nonwarranty notices are preserved, and
# that the distributor grants the recipient permission for further
# redistribution as permitted by this document.
#
# No part of this program can be used in any commercial product.
#/

       INCLUDES = -I./include/ 
LOCAL_LIBRARIES = $(XLIB)
  SYS_LIBRARIES = -lm
           SRCS = ball.c color.c coordinator.c event.c goodies.c init.c main.c stick.c 
           OBJS = ball.o color.o coordinator.o event.o goodies.o init.o main.o stick.o 
ComplexProgramTarget(xpool)
