【发布时间】:2012-07-21 02:39:24
【问题描述】:
WINCONFS = WindowsDebugMinGW WindowsReleaseMinGW
$(WINCONFS) : WINTOOLS=CC=gcc.exe CCC=g++.exe CXX=g++.exe AS=as.exe CND_PLATFORM=Cygwin-Windows
WindowsDebugMinGW : BUILDCONF=WindowsDebugMinGW
WindowsReleaseMinGW : BUILDCONF=WindowsReleaseMinGW
谁知道'a : b=c=d e=f g=h'
【问题讨论】:
-
Make 的哪个版本? (如果不确定,请尝试
make -v。)
标签: macros makefile grammar target prerequisites