## Process this file with automake to produce Makefile.in if BUILD_CLIENT clientlibs = libkothweapongfx.a else clientlibs = endif noinst_LIBRARIES = $(clientlibs) libkothweapons.a #CFLAGS = -g -O2 -Wall -Wimplicit libkothweapons_a_SOURCES = weapon.c \ weapon.h \ basic.c \ basic.h \ dirt.c \ dirt.h \ dirtvaporizer.c \ dirtvaporizer.h \ roller.c \ roller.h \ supernuke.c \ supernuke.h \ cluster.c \ cluster.h \ mirv.c \ mirv.h \ simple.c \ simple.h \ tacnuke.c \ tacnuke.h \ large.c \ large.h \ funkybomb.c \ funkybomb.h \ dfa.c \ dfa.h \ tunnel.c \ tunnel.h \ napalm.c \ napalm.h \ blackhole.c \ blackhole.h \ laser.c \ laser.h \ dirtcurtain.c \ dirtcurtain.h \ depthcharge.c \ depthcharge.h libkothweapongfx_a_SOURCES = weapongfx.c \ weapongfx.h \ simplegfx.c \ simplegfx.h \ dirtgfx.c \ dirtgfx.h \ napalmgfx.c \ napalmgfx.h \ blackholegfx.c \ blackholegfx.h \ lasergfx.c \ lasergfx.h