#!/usr/bin/make -f
# -*- makefile -*-
# Sample debian/rules that uses debhelper.
# This file was originally written by Joey Hess and Craig Small.
# As a special exception, when this file is copied by dh-make into a
# dh-make output file, you may use that output file without restriction.
# This special exception was added by Craig Small in version 0.37 of dh-make.

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1

CFLAGS = -Wall -g

ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
	CFLAGS += -O0
else
	CFLAGS += -O2
endif

configure: configure-stamp
configure-stamp:
	dh_testdir
	# Add here commands to configure the package.

	touch configure-stamp

build: build-stamp

build-stamp: configure-stamp
	dh_testdir
	touch build-stamp

clean:
	dh_testdir
	dh_testroot
	rm -f build-stamp configure-stamp
	dh_clean

install: build
	dh_testdir
	dh_testroot
	dh_clean -k
	dh_installdirs

	# ======================================================
	#$(MAKE) DESTDIR="$(CURDIR)/debian/alphastrike" install
	mkdir -p "$(CURDIR)/debian/alphastrike"

#	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0000.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0000.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0001.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0001.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0002.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0002.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0003.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0003.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0004.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0004.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0005.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0005.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0006.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0006.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0007.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0007.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0008.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0008.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0008.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0008.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0009.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0009.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0009.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0009.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0010.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0010.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0010.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0010.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0011.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0011.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0011.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0011.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0012.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0012.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0012.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0012.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0013.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0013.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0013.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0013.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0014.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0014.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0014.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0014.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0015.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0015.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0015.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0015.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0016.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0016.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0016.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0016.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0017.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0017.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0017.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0017.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0018.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0018.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0018.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0018.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0019.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0019.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0019.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0019.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0020.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0020.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0020.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0020.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0021.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0021.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0021.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0021.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0022.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0022.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0022.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0022.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0023.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0023.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0023.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0023.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0024.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0024.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0024.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0024.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0025.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0025.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0025.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0025.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0026.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0026.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0026.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0026.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0027.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0027.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0027.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/detailed/plasmaBulletExp_f0027.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0000.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0000.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0001.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0001.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0002.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0002.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0003.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0003.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0004.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0004.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0005.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0005.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0006.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0006.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0007.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0007.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0008.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0008.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0008.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0008.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0009.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0009.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0009.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0009.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0010.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0010.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0010.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0010.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0011.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0011.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0011.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0011.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0012.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0012.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0012.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0012.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0013.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0013.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0013.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0013.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0014.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0014.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0014.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0014.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0015.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0015.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0015.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/fireBulletExp/fireBulletExp_f0015.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/"
	cp -a "src/home/opt/alphaStrike/ReadMe" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/ReadMe"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/"
	cp -a "src/home/opt/alphaStrike/alphaStrike" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/alphaStrike"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/"
	cp -a "src/home/opt/alphaStrike/gameData.txt" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/gameData.txt"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/bin/"
	cp -a "src/usr/bin/alphaStrike.sh" "$(CURDIR)/debian/alphastrike/usr/bin/alphaStrike.sh"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/48x48/hildon/"
	cp -a "src/usr/share/icons/hicolor/48x48/hildon/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/48x48/hildon/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/dbus-1/services/"
	cp -a "src/usr/share/dbus-1/services/alphaStrike.service" "$(CURDIR)/debian/alphastrike/usr/share/dbus-1/services/alphaStrike.service"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/64x64/hildon/"
	cp -a "src/usr/share/icons/hicolor/64x64/hildon/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/64x64/hildon/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_0.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_0.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_0.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_0.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_1.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_1.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_1.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_1.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_2.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_2.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_2.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_2.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_3.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_3.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_3.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_3.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_4.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_4.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_4.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_4.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_5.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_5.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_5.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_5.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_6.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_6.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_6.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_6.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_7.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_7.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_7.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_7.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_8.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_8.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_8.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_8.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_9.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_9.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_9.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/digitsf0/f0_digit_9.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_dark_bg.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_dark_bg.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_dark_bgb.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_dark_bgb.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_main_menu_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_main_menu_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_new_game_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_new_game_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_options_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_options_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gamePause/gp_resume_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gamePause/gp_resume_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0008.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0008.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0009.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0009.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0010.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0010.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0011.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0011.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0012.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0012.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0013.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0013.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0014.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0014.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0015.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0015.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0016.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0016.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0017.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0017.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0018.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0018.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0019.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0019.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0020.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0020.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0021.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0021.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0022.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0022.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0023.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0023.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0024.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0024.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0025.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0025.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0026.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0026.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0027.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0027.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0028.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0028.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0029.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0029.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0030.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0030.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0031.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/expl0/expl_f0031.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0000.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0000.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0001.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0001.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0002.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0002.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0003.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0003.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0004.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0004.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0005.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0005.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0006.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0006.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0007.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0007.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp0/plasmaBulletExp_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/128x128/hildon/"
	cp -a "src/usr/share/icons/hicolor/128x128/hildon/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/128x128/hildon/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f0.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f0.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f1.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f1.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f10.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f10.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f11.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f11.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f12.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f12.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f13.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f13.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f14.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f14.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f15.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f15.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f16.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f16.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f17.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f17.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f18.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f18.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f2.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f2.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f3.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f3.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f4.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f4.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f5.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f5.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f6.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f6.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f7.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f7.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f8.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f8.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f9.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/eneSpiderFullKFA/enemySpider_f9.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0008.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0008.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0009.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0009.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0010.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0010.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0011.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0011.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0012.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/mkSparks/bulletColl_f0012.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/loading_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/loading_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainPic.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainPic.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/back_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/back_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/back_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/back_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/highscores_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/highscores_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/highscores_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/highscores_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/highscores_field.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/highscores_field.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/new_game_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/new_game_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/new_game_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/new_game_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/options_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/options_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/mainMenu/options_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/mainMenu/options_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/OBJAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/OBJAnim/enemySpiderf0.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/OBJAnim/enemySpiderf0.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/OBJAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/OBJAnim/enemySpiderf1.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/OBJAnim/enemySpiderf1.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_0.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_0.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_10.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_10.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_100.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_100.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_20.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_20.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_30.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_30.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_40.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_40.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_50.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_50.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_60.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_60.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_70.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_70.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_80.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_80.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_90.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/redBar/hp_bar_red_90.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/26x26/hildon/"
	cp -a "src/usr/share/icons/hicolor/26x26/hildon/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/26x26/hildon/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0000.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0000.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0001.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0001.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0002.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0002.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0003.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0003.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0004.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0004.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0005.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0005.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0006.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0006.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0007.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0007.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0008.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0008.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0008.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0008.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0009.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0009.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0009.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0009.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0010.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0010.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0010.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0010.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0011.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0011.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0011.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0011.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0012.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0012.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0012.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0012.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0013.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0013.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0013.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/plasmaBulletExp/plasmaBulletExp_f0013.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/idleAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/idleAnim/heroBottomNoAnim.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/idleAnim/heroBottomNoAnim.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletTex.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletTex.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/eneSpiderDamageTex.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/eneSpiderDamageTex.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/eneSpiderTex.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/eneSpiderTex.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/floorGlow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/floorGlow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_bottom.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_bottom.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_bottom_damage.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_bottom_damage.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_gunTex.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_gunTex.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_upper.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_upper.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_upper_damage.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/hero_upper_damage.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/levelLightGlow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/levelLightGlow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/levelLightGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/levelLightGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/levelTex.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/levelTex.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/shadowTex.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/shadowTex.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_accelerometer_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_accelerometer_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_accelerometer_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_accelerometer_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_high_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_high_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_low_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_low_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_medium_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_medium_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_off_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_off_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_on_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_on_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_soon_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_soon_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_sound_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_sound_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOptions/go_sound_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOptions/go_sound_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/acc_calibrate.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/acc_calibrate.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/fireBullet90DegRot.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/fireBullet90DegRot.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/hp_bar.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/hp_bar.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/hp_bar_red.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/hp_bar_red.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/js_bg.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/js_bg.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/js_btn.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/js_btn.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/mkBullet90DegRot.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/mkBullet90DegRot.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/pause_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/pause_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/plasmaBullet90DegRot.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/plasmaBullet90DegRot.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/status_bg.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/status_bg.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/thunderBullet90DegRot.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/thunderBullet90DegRot.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/game_layout/weapon_bg.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/game_layout/weapon_bg.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/bonusCube.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/bonusCube.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/collPlainAllNotOpt.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/collPlainAllNotOpt.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/collPlainAllOpt.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/collPlainAllOpt.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/hero_bottom.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/hero_bottom.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/hero_gun.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/hero_gun.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/hero_top.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/hero_top.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/level.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/level.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/levelLightGlow.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/levelLightGlow.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/levelLightGround.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/levelLightGround.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/levelOpaque.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/levelOpaque.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/levelSemiTransObjects.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/levelSemiTransObjects.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/levelSemiTransWalls.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/levelSemiTransWalls.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/levelSemiTransparent.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/levelSemiTransparent.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/playableAreas.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/playableAreas.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/fireGun.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/fireGun.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/mkGun.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/mkGun.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/plasmaGun.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/plasmaGun.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/thunderGun.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/gunTex/thunderGun.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bonus/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bonus/bonusCubeHealth.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bonus/bonusCubeHealth.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bonus/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bonus/bonusCubeWeapon.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bonus/bonusCubeWeapon.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/applications/hildon/"
	cp -a "src/usr/share/applications/hildon/AlphaStrike.desktop" "$(CURDIR)/debian/alphastrike/usr/share/applications/hildon/AlphaStrike.desktop"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/40x40/hildon/"
	cp -a "src/usr/share/icons/hicolor/40x40/hildon/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/40x40/hildon/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireBullet.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireBullet.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireBulletGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireBulletGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireMuzzle.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireMuzzle.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireMuzzleGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/fireMuzzleGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkBullet.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkBullet.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkBulletGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkBulletGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkMuzzle.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkMuzzle.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkMuzzleGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/mkMuzzleGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaBullet.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaBullet.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaBulletGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaBulletGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaMuzzle.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaMuzzle.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaMuzzleGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/plasmaMuzzleGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderBullet.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderBullet.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderBulletGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderBulletGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderMuzzle.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderMuzzle.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderMuzzleGround.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bullets/thunderMuzzleGround.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/hAnimStarff_f0.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/hAnimStarff_f0.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/hAnimStarff_f1.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/hAnimStarff_f1.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/hAnimStarff_f2e.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/starffAnim/hAnimStarff_f2e.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/pixmaps/"
	cp -a "src/usr/share/pixmaps/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/pixmaps/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0000.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0000.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0000.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0000.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0001.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0001.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0001.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0001.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0002.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0002.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0002.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0002.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0003.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0003.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0003.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0003.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0004.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0004.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0004.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0004.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0005.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0005.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0005.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0005.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0006.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0006.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0006.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0006.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0007.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0007.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0007.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0007.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0008.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0008.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0008.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0008.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0009.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0009.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0009.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0009.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0010.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0010.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0010.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0010.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0011.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0011.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0011.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0011.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0012.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0012.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0012.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0012.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0013.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0013.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0013.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0013.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0014.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0014.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0014.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/bulletSparkAnim/thunderBulletExp/thunderBulletExp_f0014.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_0.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_0.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_10.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_10.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_100.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_100.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_20.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_20.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_30.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_30.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_40.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_40.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_50.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_50.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_60.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_60.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_70.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_70.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_80.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_80.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_90.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameRunning/blueBar/hp_bar_blue_90.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button_glow.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button_glow.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_game_over_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_new_highscore_button.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_new_highscore_button.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_new_highscore_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_new_highscore_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button_glow.png" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button_glow.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/"
	cp -a "src/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button_glow.tga" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Textures/gameOver/gov_score_button_glow.tga"
	mkdir -p "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/scalable/hildon/"
	cp -a "src/usr/share/icons/hicolor/scalable/hildon/alphaStrike.png" "$(CURDIR)/debian/alphastrike/usr/share/icons/hicolor/scalable/hildon/alphaStrike.png"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f0.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f0.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f1.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f1.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f2.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f2.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f3.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f3.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f4.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f4.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f5.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f5.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f6.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f6.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f7.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f7.obj"
	mkdir -p "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/"
	cp -a "src/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f8.obj" "$(CURDIR)/debian/alphastrike/home/opt/alphaStrike/Resources/Models/heroAnim/walkAnim/hAnimWalk_f8.obj"

	# ======================================================

# Build architecture-independent files here.
binary-indep: build install
# We have nothing to do by default.

# Build architecture-dependent files here.
binary-arch: build install
	dh_testdir
	dh_testroot
	dh_installchangelogs debian/changelog
	dh_installdocs
	dh_installexamples
#	dh_install
#	dh_installmenu
#	dh_installdebconf
#	dh_installlogrotate
#	dh_installemacsen
#	dh_installpam
#	dh_installmime
#	dh_python
#	dh_installinit
#	dh_installcron
#	dh_installinfo
	dh_installman
	dh_link
	dh_strip
	dh_compress
	dh_fixperms
#	dh_perl
#	dh_makeshlibs
	dh_installdeb
	dh_shlibdeps
	dh_gencontrol
	dh_md5sums
	dh_builddeb

binary: binary-indep binary-arch
.PHONY: build clean binary-indep binary-arch binary install configure
