~ubuntu-branches/debian/squeeze/alpine/squeeze

« back to all changes in this revision

Viewing changes to imap/makefile.w2k

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2007-02-17 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070217131742-99x5c6cpg1pbkdhw
Tags: upstream-0.82+dfsg
ImportĀ upstreamĀ versionĀ 0.82+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# ========================================================================
 
2
# Copyright 1988-2006 University of Washington
 
3
#
 
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
 
7
#
 
8
#     http://www.apache.org/licenses/LICENSE-2.0
 
9
#
 
10
 
11
# ========================================================================
 
12
 
 
13
# Program:      IMAP Toolkit Makefile for Windows 2000/XP
 
14
#
 
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
 
22
#
 
23
# Date:         7 December 1989
 
24
# Last Edited:  20 August 2006
 
25
 
 
26
 
 
27
IP=6
 
28
COPY=copy
 
29
CD=cd
 
30
MAKE=nmake /nologo /f makefile.w2k IP=$(IP)
 
31
MKDIR=mkdir
 
32
RD=rmdir /s /q
 
33
 
 
34
 
 
35
# Make the IMAP Toolkit
 
36
 
 
37
build:  c-client mtest mailutil imapd ipopd
 
38
        $(CD) c-client
 
39
        $(MAKE)
 
40
        $(CD) ..\mtest
 
41
        $(MAKE)
 
42
        $(CD) ..\mailutil
 
43
        $(MAKE)
 
44
        $(CD) ..\ipopd
 
45
        $(MAKE)
 
46
        $(CD) ..\imapd
 
47
        $(MAKE)
 
48
        $(CD) ..
 
49
 
 
50
c-client:
 
51
        $(MKDIR) c-client
 
52
        $(COPY) src\c-client\*.* c-client
 
53
        $(COPY) src\charset\*.* c-client
 
54
        $(COPY) src\osdep\nt\*.* c-client
 
55
 
 
56
mtest:
 
57
        $(MKDIR) mtest
 
58
        $(COPY) src\mtest\*.* mtest
 
59
 
 
60
mailutil:
 
61
        $(MKDIR) mailutil
 
62
        $(COPY) src\mailutil\*.* mailutil
 
63
 
 
64
ipopd:
 
65
        $(MKDIR) ipopd
 
66
        $(COPY) src\ipopd\*.* ipopd
 
67
 
 
68
imapd:
 
69
        $(MKDIR) imapd
 
70
        $(COPY) src\imapd\*.* imapd
 
71
 
 
72
clean:
 
73
        $(RD) c-client mtest mailutil ipopd imapd
 
74
 
 
75
# A monument to a hack of long ago and far away...
 
76
love:
 
77
        @echo 'not war?'