## Process this file with automake to produce Makefile.in # xsc: Copyright (c) 1993-2002 by Mark B. Hanson (mbh@panix.com). # @(#)$Id: Makefile.am,v 3.8 2005/01/02 19:11:17 mark Exp $ PACKAGE = xsc VERSION = 1.5 # for development #CXXFLAGS = -g -DDEBUG -Wall -W -Wshadow -Wcast-qual -Wcast-align \ # -Wconversion -Winline bin_PROGRAMS = xsc xsc_SOURCES = \ args.C \ buzzer.C \ castle.C \ cyrilc.C \ ething.C \ fireball.C \ gothgbt.C \ king.C \ laser.C \ minefield.C \ ring.C \ romans.C \ romant.C \ ship.C \ stamp.C \ starfield.C \ stats.C \ text.C \ thing.C \ trig.C \ tthing.C \ util.C \ xsc.C \ xything.C EXTRA_DIST = \ args.h \ buzzer.h \ castle.h \ config.h \ ething.h \ fireball.h \ font.h \ global.h \ icon.xbm \ king.h \ laser.h \ minefield.h \ random.h \ ring.h \ ship.h \ stamp.h \ starfield.h \ stats.h \ text.h \ thing.h \ timing.h \ trig.h \ tthing.h \ util.h \ xsc.h \ xything.h \