Disabling auto-refresh of game list by default, as it is causing bugs sometimes
[open-ps2-loader.git] / thirdparty / freetype-2.3.12 / builds / ps2 / detect.mk
blob27c17bd4f3464e3d8eb76bc69b134f1b362cfc29
2 # FreeType 2 configuration file to detect an PlayStation2 host platform.
3 # Modified by Nic (This is just a hack to make it work)
7 # Copyright 1996-2000 by
8 # David Turner, Robert Wilhelm, and Werner Lemberg.
10 # This file is part of the FreeType project, and may only be used, modified,
11 # and distributed under the terms of the FreeType project license,
12 # LICENSE.TXT. By continuing to use, modify, or distribute this file you
13 # indicate that you have read the license and understand and accept it
14 # fully.
17 .PHONY: setup
20 ifeq ($(PLATFORM),ansi)
22 ifdef PS2_HOST_CPU
24 PLATFORM := ps2
26 endif # test MACHTYPE ps2
27 endif
29 ifeq ($(PLATFORM),ps2)
31 DELETE := rm -f
32 SEP := /
33 HOSTSEP := $(SEP)
34 BUILD := $(TOP_DIR)/builds/ps2
35 CONFIG_FILE := ps2.mk
37 setup: std_setup
39 endif # test PLATFORM ps2
41 # EOF