]> git.sur5r.net Git - openldap/blob - contrib/whois++/root.Makefile.diff
Annoying little son of a `free' BUG fixed.
[openldap] / contrib / whois++ / root.Makefile.diff
1 *** Makefile-dist       Fri Apr 23 15:29:24 1993
2 --- Makefile    Fri Apr 23 15:33:04 1993
3 ***************
4 *** 86,92 ****
5   
6   LDIRS = libldap liblber                        # library directories
7   SDIRS = ldapd                                  # server directories
8 ! CDIRS = finger gopher ud rcpt500 whois mail500 # client directories
9   ALLDIRS       = $(CDIRS) $(SDIRS) $(LDIRS)
10   
11   VERSION       = 2.0   # set this to be the same as what's in ./version
12 --- 86,92 ----
13   
14   LDIRS = libldap liblber                        # library directories
15   SDIRS = ldapd                                  # server directories
16 ! CDIRS = finger gopher ud rcpt500 whois mail500 whois++ # client directories
17   ALLDIRS       = $(CDIRS) $(SDIRS) $(LDIRS)
18   
19   VERSION       = 2.0   # set this to be the same as what's in ./version
20 ***************
21 *** 99,105 ****
22   
23   lib-only: lber-library ldap-library
24   
25 ! others: ldap-finger ldap-gopher ldap-ud ldap-rcpt500 ldap-whois ldap-mail500
26   
27   lber-library:
28         @echo "cd liblber; $(MAKE) all"
29 --- 99,106 ----
30   
31   lib-only: lber-library ldap-library
32   
33 ! others: ldap-finger ldap-gopher ldap-ud ldap-rcpt500 ldap-whois ldap-mail500 \
34 !       ldap-whois++
35   
36   lber-library:
37         @echo "cd liblber; $(MAKE) all"
38 ***************
39 *** 181,186 ****
40 --- 182,194 ----
41                 ETCDIR=$(ETCDIR) CC=$(CC) \
42                 all)
43   
44 + ldap-whois++:
45 +       @echo "cd whois++; $(MAKE) all"
46 +       @(cd whois++; $(MAKE) ACFLAGS="$(ACFLAGS)" ALDFLAGS="$(ALDFLAGS)" \
47 +               KRBLIBFLAG=$(KRBLIBFLAG) KRBLIBS="$(KRBLIBS)" \
48 +               ETCDIR=$(ETCDIR) CC=$(CC) \
49 +               all)
50
51   #
52   # rules to install the software
53   #
54 ***************
55 *** 188,194 ****
56   install: inst-include inst-server inst-lberlib inst-ldaplib inst-man
57   
58   inst-others: inst-finger inst-gopher inst-ud inst-rcpt500 inst-whois \
59 !               inst-mail500
60   
61   inst-lib: inst-lberlib inst-ldaplib
62   
63 --- 196,202 ----
64   install: inst-include inst-server inst-lberlib inst-ldaplib inst-man
65   
66   inst-others: inst-finger inst-gopher inst-ud inst-rcpt500 inst-whois \
67 !               inst-mail500 inst-whois++
68   
69   inst-lib: inst-lberlib inst-ldaplib
70   
71 ***************
72 *** 231,236 ****
73 --- 239,248 ----
74   inst-whois:
75         @echo "cd whois; $(MAKE) install"
76         @( cd whois; $(MAKE) ETCDIR=$(ETCDIR) install )
77
78 + inst-whois++:
79 +       @echo "cd whois++; $(MAKE) inst-whois++"
80 +       @( cd whois++; $(MAKE) ETCDIR=$(ETCDIR) inst-whois++ )
81   
82   inst-mail500:
83         @echo "cd mail500; $(MAKE) install"