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

« back to all changes in this revision

Viewing changes to imap/src/ipopd/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
 
 
14
# Program:      IPOPD Makefile for Windows 2000/XP
 
15
#
 
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
 
23
#
 
24
# Date:         28 October 1990
 
25
# Last Edited:  30 August 2006
 
26
 
 
27
 
 
28
C = ..\c-client
 
29
CCLIENTLIB = $C\cclient.lib
 
30
LIBS = $(CCLIENTLIB) ws2_32.lib winmm.lib advapi32.lib secur32.lib crypt32.lib
 
31
OSCOMPAT = /DWIN32
 
32
VSCOMPAT = /D_CRT_SECURE_NO_DEPRECATE /D_CRT_NONSTDC_NO_DEPRECATE
 
33
CFLAGS= -I$C /MT /W3 $(OSCOMPAT) $(VSCOMPAT) -nologo $(EXTRACFLAGS)
 
34
 
 
35
ipopd: ipop2d ipop3d
 
36
 
 
37
ipop2d: $(CCLIENTLIB) ipop2d.obj
 
38
        LINK /NOLOGO ipop2d.obj $(LIBS)
 
39
 
 
40
ipop3d: $(CCLIENTLIB) ipop3d.obj
 
41
        LINK /NOLOGO ipop3d.obj $(LIBS)
 
42
 
 
43
ipop2d.obj: $C\mail.h $C\misc.h $C\osdep.h
 
44
 
 
45
ipop3d.obj: $C\mail.h $C\misc.h $C\osdep.h
 
46
 
 
47
$(CCLIENTLIB):
 
48
        @echo Make c-client first
 
49
        false
 
50
 
 
51
clean:
 
52
        del *.obj *.exe *.lib *.exp || rem
 
53
 
 
54
# A monument to a hack of long ago and far away...
 
55
love:
 
56
        @echo not war?