* NTLM authentication support with the ntlm library, in Unix systems.
[alpine.git] / imap / makefile.wce
blob62cd10f5772b3872937d435463015f4340489c5e
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
10
11 # ========================================================================
13 # Program:      IMAP Toolkit Makefile
15 # Author:       Mark Crispin
16 #               Networks and Distributed Computing
17 #               Computing & Communications
18 #               University of Washington
19 #               Administration Building, AG-44
20 #               Seattle, WA  98195
21 #               Internet: MRC@CAC.Washington.EDU
23 # Date:         7 December 1989
24 # Last Edited:  30 August 2006
27 COPY=copy
28 CD=cd
29 MAKE=nmake /nologo /f makefile.wce
30 MKDIR=mkdir
31 RD=rmdir /s /q
34 # Make the IMAP Toolkit
36 build:  c-client mtest mailutil
37         $(CD) c-client
38         $(MAKE)
39 #       $(CD) ..\mtest
40 #       $(MAKE)
41 #       $(CD) ..\mailutil
42 #       $(MAKE)
43         $(CD) ..
45 c-client:
46         $(MKDIR) c-client
47         $(COPY) src\c-client\*.* c-client
48         $(COPY) src\charset\*.* c-client
49         $(COPY) src\osdep\wce\*.* c-client
51 mtest:
52         $(MKDIR) mtest
53         $(COPY) src\mtest\*.* mtest
55 mailutil:
56         $(MKDIR) mailutil
57         $(COPY) src\mailutil\*.* mailutil
59 clean:
60         $(RD) c-client mtest
62 # A monument to a hack of long ago and far away...
63 love:
64         @echo 'not war?'