#
# xgosh
# by Scott W. Hassan
#

LOCAL_LIBRARIES = $(XTOOLLIB) $(XMULIB) $(XLIB)
  SYS_LIBRARIES = -lm

   SRCS = xgosh.c gosh.c
   OBJS = xgosh.o gosh.o

ComplexProgramTarget(xgosh)
