Simplify the conditional building
commitc76586e6b8868eea0adfb79aff452e93f4bd0232
authorJonas Fonseca <fonseca@diku.dk>
Tue, 27 Sep 2005 20:49:47 +0000 (27 22:49 +0200)
committerJonas Fonseca <fonseca@antimatter.(none)>
Tue, 27 Sep 2005 20:49:47 +0000 (27 22:49 +0200)
tree9ef80afa7d5d0b297cfb23f9fe05cda3d394d57b
parent68de9e35d3bc16c1199ed94f0f5822e6b4f40e4f
Simplify the conditional building

Use the very cool 'VAR-$(CONFIG_FOO) += foo.o' feature instead of the more
verbose current ifeq($(CONFIG_FOO),yes) wrapping.
Makefile.lib
src/Makefile
src/document/Makefile
src/intl/Makefile
src/network/Makefile
src/osdep/Makefile
src/protocol/Makefile
src/scripting/Makefile