blob: 320388357c1db4d053f5284260b219ddf31d7a58 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
--- imap-2004g/Makefile 2005-04-30 22:50:20.000000000 +0200
+++ imap-2004g-mailutil/Makefile 2005-10-06 13:21:14.000000000 +0200
@@ -504,12 +504,7 @@
$(TOOLS)/$@ "$(LN)" src/charset c-client
$(TOOLS)/$@ "$(LN)" src/osdep/$(SYSTEM) c-client
$(TOOLS)/$@ "$(LN)" src/mtest mtest
- $(TOOLS)/$@ "$(LN)" src/ipopd ipopd
- $(TOOLS)/$@ "$(LN)" src/imapd imapd
$(TOOLS)/$@ "$(LN)" src/mailutil mailutil
- $(TOOLS)/$@ "$(LN)" src/mlock mlock
- $(TOOLS)/$@ "$(LN)" src/dmail dmail
- $(TOOLS)/$@ "$(LN)" src/tmail tmail
$(LN) $(TOOLS)/$@ .
build: OSTYPE rebuild rebuildclean bundled
@@ -540,13 +535,8 @@
bundled:
@echo Building bundled tools...
$(CD) mtest;$(MAKE)
- $(CD) ipopd;$(MAKE)
- $(CD) imapd;$(MAKE)
$(CD) mailutil;$(MAKE)
@$(SH) -c '(test -f /usr/include/sysexits.h ) || make sysexitwarn'
- $(CD) mlock;$(MAKE) || true
- $(CD) dmail;$(MAKE) || true
- $(CD) tmail;$(MAKE) || true
sysexitwarn:
@@ -559,7 +549,7 @@
clean:
@echo Removing old processed sources and binaries...
- $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest imapd ipopd mailutil mlock dmail tmail || true'
+ $(SH) -c '$(RM) an ua OSTYPE SPECIALS c-client mtest mailutil || true'
$(CD) tools;$(MAKE) clean
|