Home
last modified time | relevance | path

Searched defs:COMPILE_PLATFORM (Results 1 – 9 of 9) sorted by relevance

/dports/games/ioquake3-server/ioquake3-1.36/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]') macro
/dports/games/ioquake3/ioquake3-1.36/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]') macro
/dports/games/worldofpadman/worldofpadman-1.2.20080621/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]') macro
/dports/games/evq3/evq3/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]') macro
/dports/games/openarena-server/openarena-engine-source-0.8.8/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'|sed -e 's/\//_/g') macro
/dports/games/openarena/openarena-engine-source-0.8.8/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr '[:upper:]' '[:lower:]'|sed -e 's/\//_/g') macro
/dports/games/iortcw/iortcw-1.51c/SP/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname | sed -e 's/_.*//' | tr '[:upper:]' '[:lower:]' | sed -e 's/\//_/g') macro
/dports/games/iortcw/iortcw-1.51c/MP/
H A DMakefile7 COMPILE_PLATFORM=$(shell uname | sed -e 's/_.*//' | tr '[:upper:]' '[:lower:]' | sed -e 's/\//_/g') macro
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/
H A DMakefile15 COMPILE_PLATFORM=$(shell uname|sed -e s/_.*//|tr A-Z a-z) macro