1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
sieve_subdirs = \ lib-sieve \ plugins \ lib-sieve-tool \ sieve-tools \ testsuite if BUILD_MANAGESIEVE managesieve_subdirs = \ lib-managesieve \ managesieve \ managesieve-login else managesieve_subdirs = endif SUBDIRS = \ $(sieve_subdirs) \ $(managesieve_subdirs)