===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-611-
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c:612:  Using a hash table with chain/bucket for lookups alone sped up q3asm by almost 3x for me.
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-613- -PH
##############################################
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1116-		} else if ( v == 2 ) {
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c:1117:/* and 16-bit (2-byte) values will cause q3asm to barf. */
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1118-			CodeError( "16 bit initialized data not supported" );
##############################################
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1566-			}
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c:1567:/* Timbo of Tremulous pointed out -o not working; stock ID q3asm folded in the change. Yay. */
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1568-			strcpy( outputFilename, argv[ i+1 ] );
##############################################
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1592-/* Verbosity option added by Timbo, 2002.09.14.
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c:1593:By default (no -v option), q3asm remains silent except for critical errors.
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1594-Verbosity turns on all messages, error or not.
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c:1595:Motivation: not wanting to scrollback for pages to find asm error.
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1596-*/
##############################################
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1613-
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c:1614:	// the rest of the command line args are asm files
openarena-0.8.8+dfsg/code/tools/asm/q3asm.c-1615-	for ( ; i < argc ; i++ ) {
##############################################
openarena-0.8.8+dfsg/code/tools/asm/README.Id-1-2002-10-25  Timothee Besset <ttimo@idsoftware.com>
openarena-0.8.8+dfsg/code/tools/asm/README.Id:2:If you are looking for a faster version of the q3asm tool, try:
openarena-0.8.8+dfsg/code/tools/asm/README.Id-3-http://www.icculus.org/~phaethon/q3/q3asm-turbo/q3asm-turbo.html
##############################################
openarena-0.8.8+dfsg/code/tools/asm/README.Id-5-2001-10-31  Timothee Besset <ttimo@idsoftware.com>
openarena-0.8.8+dfsg/code/tools/asm/README.Id:6:updated from the $/source/q3asm code
openarena-0.8.8+dfsg/code/tools/asm/README.Id-7-modified for portability and use with >= 1.31 mod source release
##############################################
openarena-0.8.8+dfsg/code/qcommon/q_math.c-763-
openarena-0.8.8+dfsg/code/qcommon/q_math.c:764:	__asm {
openarena-0.8.8+dfsg/code/qcommon/q_math.c-765-
##############################################
openarena-0.8.8+dfsg/code/qcommon/q_platform.h-25-
openarena-0.8.8+dfsg/code/qcommon/q_platform.h:26:// this is for determining if we have an asm version of a C function
openarena-0.8.8+dfsg/code/qcommon/q_platform.h-27-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/code/qcommon/q_shared.h-891-// plane_t structure
openarena-0.8.8+dfsg/code/qcommon/q_shared.h:892:// !!! if this is changed, it must be changed in asm code too !!!
openarena-0.8.8+dfsg/code/qcommon/q_shared.h-893-typedef struct cplane_s {
##############################################
openarena-0.8.8+dfsg/code/qcommon/q_shared.c-957-#ifdef	_DEBUG
openarena-0.8.8+dfsg/code/qcommon/q_shared.c:958:		__asm {
openarena-0.8.8+dfsg/code/qcommon/q_shared.c-959-			int 3;
##############################################
openarena-0.8.8+dfsg/code/game/g_syscalls.c-25-// this file is only included when building a dll
openarena-0.8.8+dfsg/code/game/g_syscalls.c:26:// g_syscalls.asm is included instead when building a qvm
openarena-0.8.8+dfsg/code/game/g_syscalls.c-27-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/code/cgame/cg_syscalls.c-23-// cg_syscalls.c -- this file is only included when building a dll
openarena-0.8.8+dfsg/code/cgame/cg_syscalls.c:24:// cg_syscalls.asm is included instead when building a qvm
openarena-0.8.8+dfsg/code/cgame/cg_syscalls.c-25-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/code/ui/ui_syscalls.c-25-// this file is only included when building a dll
openarena-0.8.8+dfsg/code/ui/ui_syscalls.c:26:// syscalls.asm is included instead when building a qvm
openarena-0.8.8+dfsg/code/ui/ui_syscalls.c-27-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat-10-copy windows_scripts\q3asm.exe  windows\build\game\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat:11:copy windows_scripts\game_mp.q3asm windows\build\game.q3asm
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat-12-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat-53-rem %cc%  ../../../code/game/g_syscalls.c
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat:54:copy  ..\..\..\code\game\g_syscalls.asm ..
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat-55-%cc%  ../../../code/game/g_target.c
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat-65-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat:66:q3asm -f ../game
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game_missionpack.bat-67-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat-10-copy windows_scripts\q3asm.exe  windows\build\game\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat:11:copy windows_scripts\game.q3asm windows\build\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat-12-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat-53-rem %cc%  ../../../code/game/g_syscalls.c
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat:54:copy  ..\..\..\code\game\g_syscalls.asm ..
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat-55-%cc%  ../../../code/game/g_target.c
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat-65-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat:66:q3asm -f ../game
openarena-0.8.8+dfsg/windows_scripts/windows_compile_game.bat-67-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat-10-copy windows_scripts\q3asm.exe  windows\build\cgame\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat:11:copy windows_scripts\cgame.q3asm windows\build\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat-12-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat-47-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat:48:copy  ..\..\..\code\cgame\cg_syscalls.asm ..
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat-49-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat-52-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat:53:q3asm -f ../cgame
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame.bat-54-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat-10-copy windows_scripts\q3asm.exe  windows\build\cgame\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat:11:copy windows_scripts\cgame_mp.q3asm windows\build\cgame.q3asm
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat-12-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat-47-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat:48:copy  ..\..\..\code\cgame\cg_syscalls.asm ..
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat-49-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat-54-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat:55:q3asm -f ../cgame
openarena-0.8.8+dfsg/windows_scripts/windows_compile_cgame_missionpack.bat-56-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat-10-copy windows_scripts\q3asm.exe  windows\build\ui\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat:11:copy windows_scripts\ui.q3asm windows\build\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat-12-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat-25-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat:26:copy  ..\..\..\code\ui\ui_syscalls.asm ..
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat-27-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat-33-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat:34:q3asm -f ../ui
openarena-0.8.8+dfsg/windows_scripts/windows_compile_ui_missionpack.bat-35-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat-10-copy windows_scripts\q3asm.exe  windows\build\q3_ui\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat:11:copy windows_scripts\q3_ui.q3asm windows\build\
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat-12-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat-75-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat:76:copy  ..\..\..\code\ui\ui_syscalls.asm ..
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat-77-
##############################################
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat-83-
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat:84:q3asm -f ../q3_ui
openarena-0.8.8+dfsg/windows_scripts/windows_compile_q3_ui.bat-85-
##############################################
openarena-0.8.8+dfsg/text/id-readme.txt-133-code/bspc				bot routes compiler source code
openarena-0.8.8+dfsg/text/id-readme.txt:134:lcc/					the retargetable C compiler ( produces assembly to be turned into qvm bytecode by q3asm )
openarena-0.8.8+dfsg/text/id-readme.txt-135-q3asm/					assembly to qvm bytecode compiler
##############################################
openarena-0.8.8+dfsg/text/README-201-  Q3, it is necessary to pass the commandline option '-vq3' to your invocation
openarena-0.8.8+dfsg/text/README:202:  of q3asm. This is because by default q3asm outputs an updated qvm format that
openarena-0.8.8+dfsg/text/README-203-  is necessary to fix a bug involving the optimizing pass of the x86 vm JIT
##############################################
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-42- 
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:43: $(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:44: 	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-45-@@ -1699,7 +1699,7 @@ MPCGVMOBJ = $(MPCGOBJ_:%.o=%.asm)
##############################################
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-51- 
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:52: $(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:53: 	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-54-@@ -1760,7 +1760,7 @@ Q3GVMOBJ = $(Q3GOBJ_:%.o=%.asm)
##############################################
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-60- 
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:61: $(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:62: 	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-63-@@ -1819,7 +1819,7 @@ MPGVMOBJ = $(MPGOBJ_:%.o=%.asm)
##############################################
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-69- 
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:70: $(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:71: 	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-72-@@ -1892,7 +1892,7 @@ Q3UIVMOBJ = $(Q3UIOBJ_:%.o=%.asm)
##############################################
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-78- 
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:79: $(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:80: 	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-81-@@ -1920,7 +1920,7 @@ MPUIVMOBJ = $(MPUIOBJ_:%.o=%.asm)
##############################################
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch-87- 
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:88: $(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/debian/patches/build-Link-game-cgame-ui-modules-to-LIBS.patch:89: 	$(echo_cmd) "Q3ASM $@"
##############################################
openarena-0.8.8+dfsg/debian/rules-144-	fi
openarena-0.8.8+dfsg/debian/rules:145:	test "`sha256sum -b get-orig-source/oa-${ORIG_REL}.tar.bz2`" = \
openarena-0.8.8+dfsg/debian/rules-146-	"47fed4ea740278aa970538fc15819a4f6b8631eda380431ba09eb1b31ecbe5ad *get-orig-source/oa-${ORIG_REL}.tar.bz2"
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1025-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1026:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1027-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1062-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1063:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1064-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1662-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1663:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1664:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1665:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1666-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1708-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1709:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1710:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1711:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1712-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1769-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1770:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1771:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1772:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1773-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1828-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1829:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1830:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1831:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1832-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1901-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1902:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1903:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1904:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1905-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1929-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1930:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1931:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile:1932:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/Makefile-1933-
##############################################
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/code/qcommon/q_platform.h-25-
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/code/qcommon/q_platform.h:26:// this is for determining if we have an asm version of a C function
openarena-0.8.8+dfsg/.pc/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch/code/qcommon/q_platform.h-27-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1025-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1026:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1027-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1062-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1063:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1064-
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1662-
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1663:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1664:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1665:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1666-
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1708-
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1709:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1710:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1711:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1712-
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1769-
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1770:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1771:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1772:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1773-
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1828-
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1829:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1830:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1831:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1832-
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1901-
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1902:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1903:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1904:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1905-
##############################################
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1929-
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1930:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1931:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile:1932:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch/Makefile-1933-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1011-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1012:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1013-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1048-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1049:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1050-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1648-
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1649:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1650:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1651:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1652-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1694-
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1695:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1696:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1697:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1698-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1755-
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1756:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1757:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1758:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1759-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1814-
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1815:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1816:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1817:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1818-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1887-
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1888:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1889:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1890:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1891-
##############################################
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1915-
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1916:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1917:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile:1918:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch/Makefile-1919-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1011-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1012:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1013-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1048-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1049:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1050-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1648-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1649:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1650:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1651:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1652-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1694-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1695:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1696:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1697:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1698-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1755-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1756:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1757:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1758:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1759-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1814-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1815:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1816:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1817:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1818-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1887-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1888:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1889:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1890:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1891-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1915-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1916:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1917:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile:1918:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/Makefile-1919-
##############################################
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/code/qcommon/q_platform.h-25-
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/code/qcommon/q_platform.h:26:// this is for determining if we have an asm version of a C function
openarena-0.8.8+dfsg/.pc/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch/code/qcommon/q_platform.h-27-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1015-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1016:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1017-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1052-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1053:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1054-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1652-
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1653:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1654:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1655:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1656-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1698-
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1699:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1700:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1701:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1702-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1759-
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1760:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1761:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1762:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1763-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1818-
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1819:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1820:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1821:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1822-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1891-
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1892:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1893:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1894:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1895-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1919-
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1920:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1921:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile:1922:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/Makefile-1923-
##############################################
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/code/qcommon/q_shared.h-887-// plane_t structure
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/code/qcommon/q_shared.h:888:// !!! if this is changed, it must be changed in asm code too !!!
openarena-0.8.8+dfsg/.pc/Pick-up-date-from-SOURCE_DATE_EPOCH-for-reproducible-buil.patch/code/qcommon/q_shared.h-889-typedef struct cplane_s {
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1020-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1021:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1022-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1057-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1058:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1059-
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1657-
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1658:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1659:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1660:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1661-
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1703-
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1704:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1705:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1706:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1707-
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1764-
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1765:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1766:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1767:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1768-
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1823-
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1824:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1825:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1826:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1827-
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1896-
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1897:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1898:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1899:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1900-
##############################################
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1924-
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1925:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1926:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile:1927:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/build-Link-game-cgame-ui-modules-to-LIBS.patch/Makefile-1928-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-146-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:147:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-148-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-156-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:157:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-158-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1020-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1021:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1022-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1057-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1058:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1059-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1657-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1658:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1659:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1660:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1661-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1703-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1704:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1705:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1706:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1707-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1764-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1765:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1766:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1767:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1768-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1823-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1824:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1825:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1826:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1827-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1896-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1897:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1898:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1899:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1900-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1924-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1925:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1926:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile:1927:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/Makefile-1928-
##############################################
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/code/qcommon/q_platform.h-25-
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/code/qcommon/q_platform.h:26:// this is for determining if we have an asm version of a C function
openarena-0.8.8+dfsg/.pc/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch/code/qcommon/q_platform.h-27-#ifdef Q3_VM
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-150-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:151:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-152-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-160-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:161:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-162-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1039-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1040:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1041-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1076-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1077:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1078-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1676-
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1677:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1678:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1679:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1680-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1722-
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1723:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1724:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1725:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1726-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1783-
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1784:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1785:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1786:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1787-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1842-
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1843:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1844:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1845:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1846-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1915-
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1916:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1917:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1918:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1919-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1943-
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1944:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1945:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile:1946:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/Makefile-1947-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/code/qcommon/q_shared.h-891-// plane_t structure
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/code/qcommon/q_shared.h:892:// !!! if this is changed, it must be changed in asm code too !!!
openarena-0.8.8+dfsg/.pc/debian/Use-a-cpp-macro-for-the-game-code-version-so-package.patch/code/qcommon/q_shared.h-893-typedef struct cplane_s {
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-150-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:151:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-152-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-160-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:161:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-162-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1039-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1040:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1041-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1076-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1077:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1078-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1676-
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1677:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1678:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1679:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1680-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1722-
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1723:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1724:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1725:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1726-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1783-
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1784:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1785:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1786:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1787-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1842-
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1843:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1844:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1845:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1846-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1915-
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1916:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1917:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1918:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1919-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1943-
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1944:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1945:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile:1946:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/.pc/debian/Add-OPENARENA_081_COMPATIBLE-define-for-network-comp.patch/Makefile-1947-
##############################################
openarena-0.8.8+dfsg/.pc/debian/Add-a-version-marker-to-each-game-cgame-ui-module.patch/code/qcommon/q_shared.c-955-#ifdef	_DEBUG
openarena-0.8.8+dfsg/.pc/debian/Add-a-version-marker-to-each-game-cgame-ui-module.patch/code/qcommon/q_shared.c:956:		__asm {
openarena-0.8.8+dfsg/.pc/debian/Add-a-version-marker-to-each-game-cgame-ui-module.patch/code/qcommon/q_shared.c-957-			int 3;
##############################################
openarena-0.8.8+dfsg/Makefile-150-SDLDIR=$(MOUNT_DIR)/sdl
openarena-0.8.8+dfsg/Makefile:151:ASMDIR=$(MOUNT_DIR)/asm
openarena-0.8.8+dfsg/Makefile-152-SYSDIR=$(MOUNT_DIR)/sys
##############################################
openarena-0.8.8+dfsg/Makefile-160-SPEEXDIR=$(MOUNT_DIR)/libspeex
openarena-0.8.8+dfsg/Makefile:161:Q3ASMDIR=$(MOUNT_DIR)/tools/asm
openarena-0.8.8+dfsg/Makefile-162-LBURGDIR=$(MOUNT_DIR)/tools/lcc/lburg
##############################################
openarena-0.8.8+dfsg/Makefile-1043-	@if [ ! -d $(B)/tools ];then $(MKDIR) $(B)/tools;fi
openarena-0.8.8+dfsg/Makefile:1044:	@if [ ! -d $(B)/tools/asm ];then $(MKDIR) $(B)/tools/asm;fi
openarena-0.8.8+dfsg/Makefile-1045-	@if [ ! -d $(B)/tools/etc ];then $(MKDIR) $(B)/tools/etc;fi
##############################################
openarena-0.8.8+dfsg/Makefile-1080-Q3LCC       = $(B)/tools/q3lcc$(BINEXT)
openarena-0.8.8+dfsg/Makefile:1081:Q3ASM       = $(B)/tools/q3asm$(BINEXT)
openarena-0.8.8+dfsg/Makefile-1082-
##############################################
openarena-0.8.8+dfsg/Makefile-1680-
openarena-0.8.8+dfsg/Makefile:1681:$(B)/baseq3/vm/cgame.qvm: $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/Makefile:1682:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/Makefile:1683:	$(Q)$(Q3ASM) -o $@ $(Q3CGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/Makefile-1684-
##############################################
openarena-0.8.8+dfsg/Makefile-1726-
openarena-0.8.8+dfsg/Makefile:1727:$(B)/missionpack/vm/cgame.qvm: $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/Makefile:1728:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/Makefile:1729:	$(Q)$(Q3ASM) -o $@ $(MPCGVMOBJ) $(CGDIR)/cg_syscalls.asm
openarena-0.8.8+dfsg/Makefile-1730-
##############################################
openarena-0.8.8+dfsg/Makefile-1787-
openarena-0.8.8+dfsg/Makefile:1788:$(B)/baseq3/vm/qagame.qvm: $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/Makefile:1789:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/Makefile:1790:	$(Q)$(Q3ASM) -o $@ $(Q3GVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/Makefile-1791-
##############################################
openarena-0.8.8+dfsg/Makefile-1846-
openarena-0.8.8+dfsg/Makefile:1847:$(B)/missionpack/vm/qagame.qvm: $(MPGVMOBJ) $(GDIR)/g_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/Makefile:1848:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/Makefile:1849:	$(Q)$(Q3ASM) -o $@ $(MPGVMOBJ) $(GDIR)/g_syscalls.asm
openarena-0.8.8+dfsg/Makefile-1850-
##############################################
openarena-0.8.8+dfsg/Makefile-1919-
openarena-0.8.8+dfsg/Makefile:1920:$(B)/baseq3/vm/ui.qvm: $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/Makefile:1921:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/Makefile:1922:	$(Q)$(Q3ASM) -o $@ $(Q3UIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/Makefile-1923-
##############################################
openarena-0.8.8+dfsg/Makefile-1947-
openarena-0.8.8+dfsg/Makefile:1948:$(B)/missionpack/vm/ui.qvm: $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm $(Q3ASM)
openarena-0.8.8+dfsg/Makefile:1949:	$(echo_cmd) "Q3ASM $@"
openarena-0.8.8+dfsg/Makefile:1950:	$(Q)$(Q3ASM) -o $@ $(MPUIVMOBJ) $(UIDIR)/ui_syscalls.asm
openarena-0.8.8+dfsg/Makefile-1951-