diff options
| author | manuel <manuel@mausz.at> | 2013-02-04 02:32:40 +0100 |
|---|---|---|
| committer | manuel <manuel@mausz.at> | 2013-02-04 02:32:40 +0100 |
| commit | 8514473287c9594137c6fbc39f5619672ebc2430 (patch) | |
| tree | a5b965d8c7b60dee396bf8ebe25dd3eddfaa6753 /Makefile | |
| parent | 35ddb916045abafaa4ae2c778b9383059fa06726 (diff) | |
| download | qmail-8514473287c9594137c6fbc39f5619672ebc2430.tar.gz qmail-8514473287c9594137c6fbc39f5619672ebc2430.tar.bz2 qmail-8514473287c9594137c6fbc39f5619672ebc2430.zip | |
[PATCH] qregex-starttls-2way-auth-20060423-mm
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 67 |
1 files changed, 57 insertions, 10 deletions
| @@ -136,6 +136,10 @@ auto_usera.o: \ | |||
| 136 | compile auto_usera.c | 136 | compile auto_usera.c |
| 137 | ./compile auto_usera.c | 137 | ./compile auto_usera.c |
| 138 | 138 | ||
| 139 | base64.o: \ | ||
| 140 | compile base64.c base64.h stralloc.h substdio.h str.h | ||
| 141 | ./compile base64.c | ||
| 142 | |||
| 139 | binm1: \ | 143 | binm1: \ |
| 140 | binm1.sh conf-qmail | 144 | binm1.sh conf-qmail |
| 141 | cat binm1.sh \ | 145 | cat binm1.sh \ |
| @@ -808,7 +812,7 @@ dnsptr dnsip dnsmxip dnsfq hostname ipmeprint qreceipt qsmhook qbiff \ | |||
| 808 | forward preline condredirect bouncesaying except maildirmake \ | 812 | forward preline condredirect bouncesaying except maildirmake \ |
| 809 | maildir2mbox maildirwatch qail elq pinq idedit install-big install \ | 813 | maildir2mbox maildirwatch qail elq pinq idedit install-big install \ |
| 810 | instcheck home home+df proc proc+df binm1 binm1+df binm2 binm2+df \ | 814 | instcheck home home+df proc proc+df binm1 binm1+df binm2 binm2+df \ |
| 811 | binm3 binm3+df | 815 | binm3 binm3+df update_tmprsadh |
| 812 | 816 | ||
| 813 | load: \ | 817 | load: \ |
| 814 | make-load warn-auto.sh systype | 818 | make-load warn-auto.sh systype |
| @@ -1441,12 +1445,13 @@ qmail-remote: \ | |||
| 1441 | load qmail-remote.o control.o constmap.o timeoutread.o timeoutwrite.o \ | 1445 | load qmail-remote.o control.o constmap.o timeoutread.o timeoutwrite.o \ |
| 1442 | timeoutconn.o tcpto.o now.o dns.o ip.o ipalloc.o ipme.o quote.o \ | 1446 | timeoutconn.o tcpto.o now.o dns.o ip.o ipalloc.o ipme.o quote.o \ |
| 1443 | ndelay.a case.a sig.a open.a lock.a seek.a getln.a stralloc.a alloc.a \ | 1447 | ndelay.a case.a sig.a open.a lock.a seek.a getln.a stralloc.a alloc.a \ |
| 1444 | substdio.a error.a str.a fs.a auto_qmail.o dns.lib socket.lib | 1448 | substdio.a error.a str.a fs.a auto_qmail.o base64.o dns.lib socket.lib |
| 1445 | ./load qmail-remote control.o constmap.o timeoutread.o \ | 1449 | ./load qmail-remote control.o constmap.o timeoutread.o \ |
| 1446 | timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \ | 1450 | timeoutwrite.o timeoutconn.o tcpto.o now.o dns.o ip.o \ |
| 1451 | tls.o ssl_timeoutio.o -L/usr/local/ssl/lib -lssl -lcrypto \ | ||
| 1447 | ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \ | 1452 | ipalloc.o ipme.o quote.o ndelay.a case.a sig.a open.a \ |
| 1448 | lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \ | 1453 | lock.a seek.a getln.a stralloc.a alloc.a substdio.a error.a \ |
| 1449 | str.a fs.a auto_qmail.o `cat dns.lib` `cat socket.lib` | 1454 | str.a fs.a auto_qmail.o base64.o `cat dns.lib` `cat socket.lib` |
| 1450 | 1455 | ||
| 1451 | qmail-remote.0: \ | 1456 | qmail-remote.0: \ |
| 1452 | qmail-remote.8 | 1457 | qmail-remote.8 |
| @@ -1532,16 +1537,17 @@ auto_split.h | |||
| 1532 | ./compile qmail-showctl.c | 1537 | ./compile qmail-showctl.c |
| 1533 | 1538 | ||
| 1534 | qmail-smtpd: \ | 1539 | qmail-smtpd: \ |
| 1535 | load qmail-smtpd.o rcpthosts.o commands.o timeoutread.o \ | 1540 | load qmail-smtpd.o rcpthosts.o qregex.o commands.o timeoutread.o \ |
| 1536 | timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o received.o \ | 1541 | timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o received.o \ |
| 1537 | date822fmt.o now.o qmail.o cdb.a fd.a wait.a datetime.a getln.a \ | 1542 | date822fmt.o now.o qmail.o cdb.a fd.a wait.a datetime.a getln.a \ |
| 1538 | open.a sig.a case.a env.a stralloc.a alloc.a substdio.a error.a str.a \ | 1543 | open.a sig.a case.a env.a stralloc.a alloc.a strerr.a substdio.a error.a str.a \ |
| 1539 | fs.a auto_qmail.o socket.lib | 1544 | fs.a auto_qmail.o base64.o socket.lib |
| 1540 | ./load qmail-smtpd rcpthosts.o commands.o timeoutread.o \ | 1545 | ./load qmail-smtpd qregex.o rcpthosts.o commands.o timeoutread.o \ |
| 1541 | timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \ | 1546 | timeoutwrite.o ip.o ipme.o ipalloc.o control.o constmap.o \ |
| 1547 | tls.o ssl_timeoutio.o ndelay.a -L/usr/local/ssl/lib -lssl -lcrypto \ | ||
| 1542 | received.o date822fmt.o now.o qmail.o cdb.a fd.a wait.a \ | 1548 | received.o date822fmt.o now.o qmail.o cdb.a fd.a wait.a \ |
| 1543 | datetime.a getln.a open.a sig.a case.a env.a stralloc.a \ | 1549 | datetime.a getln.a open.a sig.a case.a env.a stralloc.a \ |
| 1544 | alloc.a substdio.a error.a str.a fs.a auto_qmail.o `cat \ | 1550 | alloc.a strerr.a substdio.a error.a str.a fs.a auto_qmail.o base64.o `cat \ |
| 1545 | socket.lib` | 1551 | socket.lib` |
| 1546 | 1552 | ||
| 1547 | qmail-smtpd.0: \ | 1553 | qmail-smtpd.0: \ |
| @@ -1553,7 +1559,7 @@ compile qmail-smtpd.c sig.h readwrite.h stralloc.h gen_alloc.h \ | |||
| 1553 | substdio.h alloc.h auto_qmail.h control.h received.h constmap.h \ | 1559 | substdio.h alloc.h auto_qmail.h control.h received.h constmap.h \ |
| 1554 | error.h ipme.h ip.h ipalloc.h ip.h gen_alloc.h ip.h qmail.h \ | 1560 | error.h ipme.h ip.h ipalloc.h ip.h gen_alloc.h ip.h qmail.h \ |
| 1555 | substdio.h str.h fmt.h scan.h byte.h case.h env.h now.h datetime.h \ | 1561 | substdio.h str.h fmt.h scan.h byte.h case.h env.h now.h datetime.h \ |
| 1556 | exit.h rcpthosts.h timeoutread.h timeoutwrite.h commands.h | 1562 | exit.h rcpthosts.h timeoutread.h timeoutwrite.h commands.h base64.h |
| 1557 | ./compile qmail-smtpd.c | 1563 | ./compile qmail-smtpd.c |
| 1558 | 1564 | ||
| 1559 | qmail-start: \ | 1565 | qmail-start: \ |
| @@ -1681,6 +1687,10 @@ compile rcpthosts.c cdb.h uint32.h byte.h open.h error.h control.h \ | |||
| 1681 | constmap.h stralloc.h gen_alloc.h rcpthosts.h | 1687 | constmap.h stralloc.h gen_alloc.h rcpthosts.h |
| 1682 | ./compile rcpthosts.c | 1688 | ./compile rcpthosts.c |
| 1683 | 1689 | ||
| 1690 | qregex.o: \ | ||
| 1691 | compile qregex.c qregex.h | ||
| 1692 | ./compile qregex.c | ||
| 1693 | |||
| 1684 | readsubdir.o: \ | 1694 | readsubdir.o: \ |
| 1685 | compile readsubdir.c readsubdir.h direntry.h fmt.h scan.h str.h \ | 1695 | compile readsubdir.c readsubdir.h direntry.h fmt.h scan.h str.h \ |
| 1686 | auto_split.h | 1696 | auto_split.h |
| @@ -1827,7 +1837,8 @@ date822fmt.h date822fmt.c dns.h dns.c trylsock.c tryrsolv.c ip.h ip.c \ | |||
| 1827 | ipalloc.h ipalloc.c select.h1 select.h2 trysysel.c ndelay.h ndelay.c \ | 1837 | ipalloc.h ipalloc.c select.h1 select.h2 trysysel.c ndelay.h ndelay.c \ |
| 1828 | ndelay_off.c direntry.3 direntry.h1 direntry.h2 trydrent.c prot.h \ | 1838 | ndelay_off.c direntry.3 direntry.h1 direntry.h2 trydrent.c prot.h \ |
| 1829 | prot.c chkshsgr.c warn-shsgr tryshsgr.c ipme.h ipme.c trysalen.c \ | 1839 | prot.c chkshsgr.c warn-shsgr tryshsgr.c ipme.h ipme.c trysalen.c \ |
| 1830 | maildir.5 maildir.h maildir.c tcp-environ.5 constmap.h constmap.c | 1840 | maildir.5 maildir.h maildir.c tcp-environ.5 constmap.h constmap.c \ |
| 1841 | update_tmprsadh | ||
| 1831 | shar -m `cat FILES` > shar | 1842 | shar -m `cat FILES` > shar |
| 1832 | chmod 400 shar | 1843 | chmod 400 shar |
| 1833 | 1844 | ||
| @@ -2108,6 +2119,19 @@ timeoutwrite.o: \ | |||
| 2108 | compile timeoutwrite.c timeoutwrite.h select.h error.h readwrite.h | 2119 | compile timeoutwrite.c timeoutwrite.h select.h error.h readwrite.h |
| 2109 | ./compile timeoutwrite.c | 2120 | ./compile timeoutwrite.c |
| 2110 | 2121 | ||
| 2122 | qmail-smtpd: tls.o ssl_timeoutio.o ndelay.a | ||
| 2123 | qmail-remote: tls.o ssl_timeoutio.o | ||
| 2124 | qmail-smtpd.o: tls.h ssl_timeoutio.h | ||
| 2125 | qmail-remote.o: tls.h ssl_timeoutio.h | ||
| 2126 | |||
| 2127 | tls.o: \ | ||
| 2128 | compile tls.c exit.h error.h | ||
| 2129 | ./compile tls.c | ||
| 2130 | |||
| 2131 | ssl_timeoutio.o: \ | ||
| 2132 | compile ssl_timeoutio.c ssl_timeoutio.h select.h error.h ndelay.h | ||
| 2133 | ./compile ssl_timeoutio.c | ||
| 2134 | |||
| 2111 | token822.o: \ | 2135 | token822.o: \ |
| 2112 | compile token822.c stralloc.h gen_alloc.h alloc.h str.h token822.h \ | 2136 | compile token822.c stralloc.h gen_alloc.h alloc.h str.h token822.h \ |
| 2113 | gen_alloc.h gen_allocdefs.h | 2137 | gen_alloc.h gen_allocdefs.h |
| @@ -2139,3 +2163,26 @@ compile wait_nohang.c haswaitp.h | |||
| 2139 | wait_pid.o: \ | 2163 | wait_pid.o: \ |
| 2140 | compile wait_pid.c error.h haswaitp.h | 2164 | compile wait_pid.c error.h haswaitp.h |
| 2141 | ./compile wait_pid.c | 2165 | ./compile wait_pid.c |
| 2166 | |||
| 2167 | cert cert-req: \ | ||
| 2168 | Makefile-cert | ||
| 2169 | @$(MAKE) -sf $< $@ | ||
| 2170 | |||
| 2171 | Makefile-cert: \ | ||
| 2172 | conf-qmail conf-users conf-groups Makefile-cert.mk | ||
| 2173 | @cat Makefile-cert.mk \ | ||
| 2174 | | sed s}QMAIL}"`head -1 conf-qmail`"}g \ | ||
| 2175 | > $@ | ||
| 2176 | |||
| 2177 | update_tmprsadh: \ | ||
| 2178 | conf-qmail conf-users conf-groups update_tmprsadh.sh | ||
| 2179 | @cat update_tmprsadh.sh\ | ||
| 2180 | | sed s}UGQMAILD}"`head -2 conf-users|tail -1`:`head -1 conf-groups`"}g \ | ||
| 2181 | | sed s}QMAIL}"`head -1 conf-qmail`"}g \ | ||
| 2182 | > $@ | ||
| 2183 | chmod 755 update_tmprsadh | ||
| 2184 | |||
| 2185 | tmprsadh: \ | ||
| 2186 | update_tmprsadh | ||
| 2187 | echo "Creating new temporary RSA and DH parameters" | ||
| 2188 | ./update_tmprsadh | ||
