Lines Matching refs:TARGET
12 # Builds for host OS by default; pass TARGET={target_os} to cross-compile,
18 # environment and to determine the default TARGET if it's not
22 ifeq ($(origin TARGET),undefined)
23 $(info TARGET is not set; trying to determine target based on host OS....)
26 # Note: TARGET is set to "linux", but this is never tested, since it's
28 TARGET=linux
30 TARGET=macos
34 TARGET=windows
36 TARGET=freebsd
38 TARGET=solaris
43 ifeq ($(origin TARGET),undefined)
45 TARGET=windows
50 ifeq ($(TARGET),windows)
54 TARGET=win64
56 TARGET=win32
60 TARGET=win64
64 $(info Build target is $(TARGET))
82 ifeq ($(TARGET),win64)
102 else ifeq ($(TARGET),win32)
122 else ifeq ($(TARGET),freebsd)
127 else ifeq ($(TARGET),macos)
133 else ifeq ($(TARGET),solaris)