Merge branch 'ical'
[alpine.git] / Makefile.am
blobdcb918f140e757eb6fb2dc7e322a30c441b922cf
1 ## Process this file with automake to produce Makefile.in
2 ## Use aclocal -I m4; automake
4 # ========================================================================
5 # Copyright 2006-2008 University of Washington
7 # Licensed under the Apache License, Version 2.0 (the "License");
8 # you may not use this file except in compliance with the License.
9 # You may obtain a copy of the License at
11 #     http://www.apache.org/licenses/LICENSE-2.0
13 # ========================================================================
15 EXTRA_DIST = config.rpath VERSION README LICENSE
17 SUBDIRS = m4 po $(REGEX_BUILD) pith pico alpine $(WEB_PUBCOOKIE_BUILD) $(WEB_BUILD)
19 BUILT_SOURCES = c-client.d c-client $(WEB_PUBCOOKIE_LINK)
21 CLEANFILES = c-client
23 .PHONY: c-client.d c-client gssapi_proxy.l
25 c-client.d:
26         if test ! -L c-client ; then $(LN_S) imap/c-client c-client ; fi
28 c-client:
29         $(C_CLIENT_WITH_IPV6)
30         cd imap && $(MAKE) $(C_CLIENT_TARGET) $(C_CLIENT_CFLAGS) $(C_CLIENT_LDFLAGS) $(C_CLIENT_GCCOPTLEVEL) EXTRAAUTHENTICATORS="$(C_CLIENT_AUTHS)" EXTRASPECIALS="$(C_CLIENT_SPECIALS)"
32 gssapi_proxy.l:
33         if test ! -L c-client/auth_gss_proxy.c ; then $(LN_S) @abs_top_srcdir@/web/src/pubcookie/auth_gss_proxy.c c-client/auth_gss_proxy.c ; fi
35 clean-local:
36         cd imap && $(MAKE) clean
38 man_MANS = doc/man1/alpine.1 doc/man1/pico.1 doc/man1/pilot.1 doc/man1/rpdump.1 doc/man1/rpload.1
40 ACLOCAL_AMFLAGS = --install -I m4