Merge branch 'ical'
[alpine.git] / imap / makefile.os2
blob273d04b68f8dbce53da777f8a3cb78fbde922b1e
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 MAKE=make -f makefile.os2
29 MKDIR=md
30 RD=rm -rf
33 # Make the IMAP Toolkit
35 build:  c-client mtest mailutil
36         (cd c-client & $(MAKE))
37         (cd mtest & $(MAKE))
38         (cd mailutil & $(MAKE))
40 c-client:
41         $(MKDIR) c-client
42         $(COPY) src\c-client\\* c-client
43         $(COPY) src\charset\\* c-client
44         $(COPY) src\osdep\os2\\* c-client
46 mtest:
47         $(MKDIR) mtest
48         $(COPY) src\mtest\\* mtest
50 mailutil:
51         $(MKDIR) mailutil
52         $(COPY) src\mailutil\\* mailutil
54 clean:
55         $(RD) c-client mtest mailutil
57 # A monument to a hack of long ago and far away...
58 love:
59         @echo 'not war?'