D | Makefile | 22 ifeq ($(origin TARGET),undefined) 23 $(info TARGET is not set; trying to determine target based on host OS....) 28 TARGET=linux macro 30 TARGET=macos macro 34 TARGET=windows macro 36 TARGET=freebsd macro 38 TARGET=solaris macro 43 ifeq ($(origin TARGET),undefined) 45 TARGET=windows macro 50 ifeq ($(TARGET),windows) [all …]
|