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 # ========================================================================
13 # Program: IMAP Toolkit Makefile for Windows 9x and Windows NT
15 # Author: Mark Crispin
16 # Networks and Distributed Computing
17 # Computing & Communications
18 # University of Washington
19 # Administration Building, AG-44
21 # Internet: MRC@CAC.Washington.EDU
23 # Date: 7 December 1989
24 # Last Edited: 30 August 2006
29 MAKE=nmake /nologo /f makefile.nt
34 # Make the IMAP Toolkit
36 build: c-client mtest mailutil imapd ipopd
51 $(COPY) src\c-client\*.* c-client
52 $(COPY) src\charset\*.* c-client
53 $(COPY) src\osdep\nt\*.* c-client
57 $(COPY) src\mtest\*.* mtest
61 $(COPY) src\mailutil\*.* mailutil
65 $(COPY) src\ipopd\*.* ipopd
69 $(COPY) src\imapd\*.* imapd
72 $(RD) c-client mtest mailutil ipopd imapd
74 # A monument to a hack of long ago and far away...