# Makefile generated by !GCCide v2.03 (18-May-03) on 18-Jul-03
# Project: PengCmnd

# Flags:
CCFlags = -O3 -mthrowback -Wall -DDATADIR='"/PengCmnd:data"' -DVERSION='"1.6.6"' -DLOAD_PNG -DLOAD_JPG -DUSE_SOUND -I. -ISDL: -ISDLExtra: -IGCC: -IUnix: -IPNG: -IZLIB: -IJPEG: -c -o
LinkFlags =  -o ^.!RunImage

# Target:
^.!RunImage:	o.bomb o.explosion o.game o.gfx o.IMG o.IMG_jpg o.IMG_png o.joystick o.main o.missile o.mouse o.options o.SDL_gfxPrimitives o.SFont o.shot o.shot2 o.sound o.wave 
		GCCbin:drlink $(LinkFlags) o.bomb o.explosion o.game o.gfx o.IMG o.IMG_jpg o.IMG_png o.joystick o.main o.missile o.mouse o.options o.SDL_gfxPrimitives o.SFont o.shot o.shot2 o.sound o.wave SDLExtra:o.libSDL_mixer SDL:o.libSDL SDLExtra:o.libpng PNG:o.libpng ZLIB:o.libz SDLExtra:o.libjpeg Unix:o.unixlib Unix:o.libgcc

# Dependencies:
o.bomb:	c.bomb h.main h.gfx h.game h.missile h.shot h.explosion h.SFont h.wave h.sound h.bomb h.options h.mouse
	GCCbin:gcc $(CCFlags) o.bomb c.bomb
o.explosion:	c.explosion h.main h.gfx
	GCCbin:gcc $(CCFlags) o.explosion c.explosion
o.game:	c.game h.main h.gfx h.joystick
	GCCbin:gcc $(CCFlags) o.game c.game
o.gfx:	c.gfx h.main h.gfx h.img
	GCCbin:gcc $(CCFlags) o.gfx c.gfx
o.IMG:	c.IMG h.img
	GCCbin:gcc $(CCFlags) o.IMG c.IMG
o.IMG_jpg:	c.IMG_jpg h.img
	GCCbin:gcc $(CCFlags) o.IMG_jpg c.IMG_jpg
o.IMG_png:	c.IMG_png h.img
	GCCbin:gcc $(CCFlags) o.IMG_png c.IMG_png
o.joystick:	c.joystick h.joystick
	GCCbin:gcc $(CCFlags) o.joystick c.joystick
o.main:	c.main h.joystick
	GCCbin:gcc $(CCFlags) o.main c.main
o.missile:	c.missile h.main h.gfx h.SDL_gfxPrimitives
	GCCbin:gcc $(CCFlags) o.missile c.missile
o.mouse:	c.mouse h.main h.gfx
	GCCbin:gcc $(CCFlags) o.mouse c.mouse
o.options:	c.options h.main h.gfx
	GCCbin:gcc $(CCFlags) o.options c.options
o.SDL_gfxPrimitives:	c.SDL_gfxPrimitives h.SDL_gfxPrimitives h.SDL_gfxPrimitives_font
	GCCbin:gcc $(CCFlags) o.SDL_gfxPrimitives c.SDL_gfxPrimitives
o.SFont:	c.SFont h.SFont
	GCCbin:gcc $(CCFlags) o.SFont c.SFont
o.shot:	c.shot h.main h.gfx
	GCCbin:gcc $(CCFlags) o.shot c.shot
o.shot2:	c.shot2 h.main h.gfx h.SDL_gfxPrimitives
	GCCbin:gcc $(CCFlags) o.shot2 c.shot2
o.sound:	c.sound h.main h.gfx
	GCCbin:gcc $(CCFlags) o.sound c.sound
o.wave:	c.wave h.wave
	GCCbin:gcc $(CCFlags) o.wave c.wave

