* Exiting the authroization screen for XOAUTH2 makes alpine cancel the
[alpine.git] / imap / src / mailutil / Makefile
blobacc58bbde10cf8592eacf98999aa199f53da85b1
1 # ========================================================================
2 # Copyright 1988-2006 University of Washington
4 # Licensed under the Apache License, Version 2.0 (the "License");
5 # you may not use this file except in compliance with the License.
6 # You may obtain a copy of the License at
8 # http://www.apache.org/licenses/LICENSE-2.0
11 # ========================================================================
14 # Program: mailutil Makefile
16 # Author: Mark Crispin
17 # Networks and Distributed Computing
18 # Computing & Communications
19 # University of Washington
20 # Administration Building, AG-44
21 # Seattle, WA 98195
22 # Internet: MRC@CAC.Washington.EDU
24 # Date: 2 February 1993
25 # Last Edited: 30 August 2006
28 C = ../c-client
29 CCLIENTLIB = $C/c-client.a
30 SHELL = /bin/sh
32 # Get local definitions from c-client directory
34 CC = `cat $C/CCTYPE`
35 CFLAGS = -I$C `cat $C/CFLAGS`
36 LDFLAGS = $(CCLIENTLIB) `cat $C/LDFLAGS`
38 mailutil: $(CCLIENTLIB) mailutil.o
39 $(CC) $(CFLAGS) -o mailutil mailutil.o $(LDFLAGS)
41 mailutil.o: $C/mail.h $C/misc.h $C/osdep.h
43 $(CCLIENTLIB):
44 cd $C;make
46 clean:
47 rm -f *.o mailutil
49 # A monument to a hack of long ago and far away...
50 love:
51 @echo 'not war?'