Mercurial > hg > xemacs-beta
comparison lib-src/Makefile.in.in @ 120:cca96a509cfe r20-1b12
Import from CVS: tag r20-1b12
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:25:29 +0200 |
parents | 7d55a9ba150c |
children | 538048ae2ab8 |
comparison
equal
deleted
inserted
replaced
119:d101af7320b8 | 120:cca96a509cfe |
---|---|
119 | 119 |
120 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} | 120 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} |
121 | 121 |
122 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ | 122 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ |
123 makedoc.com *.[chy] $(SCRIPTS) | 123 makedoc.com *.[chy] $(SCRIPTS) |
124 | 124 /* |
125 # Additional -D flags for movemail (add to MOVE_FLAGS if desired): | 125 # Additional -D flags for movemail (add to MOVE_FLAGS if desired): |
126 # MAIL_USE_POP Support mail retrieval from a POP mailbox. | 126 # MAIL_USE_POP Support mail retrieval from a POP mailbox. |
127 # MAIL_USE_MMDF Support MMDF mailboxes. | 127 # MAIL_USE_MMDF Support MMDF mailboxes. |
128 # MAIL_USE_FLOCK Use flock for file locking (see the comments | 128 # MAIL_USE_FLOCK Use flock for file locking (see the comments |
129 # about locking in movemail.c) | 129 # about locking in movemail.c) |
134 # Version 4 (define this in addition to | 134 # Version 4 (define this in addition to |
135 # KERBEROS). | 135 # KERBEROS). |
136 # HESIOD Support Hesiod lookups of user mailboxes. | 136 # HESIOD Support Hesiod lookups of user mailboxes. |
137 # MAILHOST A string, the host name of the default POP | 137 # MAILHOST A string, the host name of the default POP |
138 # mail host for the site. | 138 # mail host for the site. |
139 */ | |
139 MOVE_FLAGS= | 140 MOVE_FLAGS= |
140 | 141 /* |
141 # Additional libraries for movemail: | 142 # Additional libraries for movemail: |
142 # For KERBEROS | 143 # For KERBEROS |
143 # MOVE_LIBS= -lkrb -ldes -lcom_err | 144 # MOVE_LIBS= -lkrb -ldes -lcom_err |
144 # For KERBEROS + KRB5 | 145 # For KERBEROS + KRB5 |
145 # MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err | 146 # MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err |
146 # Add "-lhesiod" if HESIOD is defined. | 147 # Add "-lhesiod" if HESIOD is defined. |
148 */ | |
147 MOVE_LIBS= | 149 MOVE_LIBS= |
148 | 150 |
149 /* ========================== start of cpp stuff ======================= */ | 151 /* ========================== start of cpp stuff ======================= */ |
150 | 152 |
151 /* From here on, comments must be done in C syntax. (see comment above | 153 /* From here on, comments must be done in C syntax. (see comment above |