Blame view

imap4d/Makefile.am 1.96 KB
1 2 3
## This file is part of GNU Mailutils.
## Copyright (C) 1999, 2000, 2001, 2002, 2003, 2005, 2007, 2008, 2009,
## 2010 Free Software Foundation, Inc.
4
##
5 6 7 8
## GNU Mailutils is free software; you can redistribute it and/or
## modify it under the terms of the GNU General Public License as
## published by the Free Software Foundation; either version 3, or (at
## your option) any later version.
9
##
10 11 12 13
## GNU Mailutils is distributed in the hope that it will be useful, but
## WITHOUT ANY WARRANTY; without even the implied warranty of
## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
## General Public License for more details.
14
##
15 16
## You should have received a copy of the GNU General Public License
## along with GNU Mailutils.  If not, see <http://www.gnu.org/licenses/>.
17

18
INCLUDES = @MU_APP_COMMON_INCLUDES@ @MU_AUTHINCS@ @SERV_AUTHINCS@ 
Sergey Poznyakoff authored
19
SUBDIRS = testsuite
20

Jakob Kaivo authored
21
sbin_PROGRAMS =	imap4d
22

23 24 25 26 27 28 29 30 31 32 33 34 35 36
imap4d_SOURCES = \
 append.c\
 authenticate.c\
 bye.c\
 capability.c\
 check.c\
 close.c\
 commands.c\
 copy.c\
 create.c\
 delete.c\
 examine.c\
 expunge.c\
 fetch.c\
37
 id.c\
38 39 40
 idle.c\
 imap4d.c\
 imap4d.h\
41
 io.c\
42 43 44 45 46 47
 list.c\
 logout.c\
 login.c\
 lsub.c\
 namespace.c\
 noop.c\
48
 parsebuf.c\
49
 preauth.c\
50
 quota.c\
51 52 53 54 55 56 57 58 59 60 61
 rename.c\
 search.c\
 select.c\
 signal.c\
 starttls.c\
 status.c\
 store.c\
 subscribe.c\
 sync.c\
 uid.c\
 unsubscribe.c\
62
 util.c
63 64 65

imap4d_LDADD = \
 @IMAP_AUTHOBJS@\
66
 ${MU_APP_LIBRARIES}\
67 68 69 70
 ${MU_LIB_MBOX}\
 ${MU_LIB_MH}\
 ${MU_LIB_MAILDIR}\
 ${MU_LIB_AUTH}\
71
 @MU_AUTHLIBS@ \
72
 ${MU_LIB_MAILUTILS}\
73
 @SERV_AUTHLIBS@ @MU_COMMON_LIBRARIES@ @TCPWRAP_LIBRARIES@
74

75
## This kludge is necessary to correctly establish imap4d -> IMAP_AUTHOBJS
76
## and imap4d -> MU_AUTHLIBS dependencies. Automake stupidly refuses to 
77 78 79
## include them.
## Same kludge appears in pop3d/Makefile.am and auth/Makefile.am
## Think about better approach         --gray
80 81
imap4d_DEPENDENCIES = \
 @IMAP_AUTHOBJS@\
82
 @MU_AUTHLIBS_DEPENDENCY@\
83
 ../lib/libmuaux.a\
84 85
 ${MU_LIB_MBOX}\
 ${MU_LIB_MAILUTILS}
86

87
EXTRA_DIST=auth_gss.c auth_gsasl.c