1SubDir TOP smtp ;
2
3HDRS += [ FDirName $(TOP) smtp ] ;
4
5SubInclude TOP abnf ;
6SubInclude TOP sasl ;
7SubInclude TOP imap ;
8SubInclude TOP sieve ;
9SubInclude TOP server ;
10SubInclude TOP message ;
11
12Build smtp : smtp.cpp
13    smtpparser.cpp
14    smtpcommand.cpp smtphelo.cpp smtpmailrcpt.cpp smtpauth.cpp smtpdata.cpp
15    spoolmanager.cpp deliveryagent.cpp ;
16