Home | History | Annotate | Download | only in builds

Lines Matching refs:PLATFORM

2 # FreeType 2 host platform detection rules
16 # This sub-Makefile is in charge of detecting the current platform. It sets
20 # `builds/$(PLATFORM)' but can be different for custom builds
26 # PLATFORM The detected platform. This will default to `ansi' if
32 # SEP The platform-specific directory separator.
43 PLATFORM := ansi
52 BUILD_DIR = $(BUILD_CONFIG)/$(PLATFORM)
74 # Filter out platform specified as setup target.
76 PLATFORM := $(firstword $(filter $(MAKECMDGOALS),$(PLATFORMS)))
78 # If no setup target platform was specified, enable auto-detection/
79 # default platform.
81 ifeq ($(PLATFORM),)
82 PLATFORM := ansi
118 @echo " platform $(PLATFORM)"
140 @echo platform?????????????????????$(PLATFORM)