CCOPTIONS =		-ansi -pedantic -U__STRICT_ANSI__ -Wall -Wpointer-arith -Wshadow -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wno-long-long
INCLUDES =		-I. -I$(TOP) -I$(TOP)/X11 -I$(TOP)/X11/bitmaps
LOCAL_LIBRARIES =	$(XLIB)
DEPLIBS =		$(DEPXLIB)
LDLIBS =		-lm

SRCS =			xphoon.c moon.c astro.c date_parse.c
OBJS =			xphoon.o moon.o astro.o date_parse.o

ComplexProgramTarget(xphoon)
