( doc | 2011. 12. 15., cs – 00:07 )

valamiert nem megy...

Makefile:
1 ifeq ($@,test)
2 A=test
3 else
4 A=nottest
5 endif
6
7 test:
8 echo $(A)
9
10 nottest:
11 echo $(A)

nbokor@nbokor-ubuntu:~/tmp$ make test
echo nottest
nottest

-
Slackware current / OSX Snow Leopard