comparison lib-src/Makefile.in.in @ 56:c0965ff3b039 r19-16-pre3

Import from CVS: tag r19-16-pre3
author cvs
date Mon, 13 Aug 2007 08:58:20 +0200
parents 05472e90ae02
children 131b0175ea99
comparison
equal deleted inserted replaced
55:9e8623109fad 56:c0965ff3b039
116 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS} 116 EXECUTABLES= ${UTILITIES} ${INSTALLABLES} ${SCRIPTS} ${INSTALLABLE_SCRIPTS}
117 117
118 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \ 118 SOURCES = COPYING ChangeLog Makefile.in.in README aixcc.lex emacs.csh \
119 makedoc.com *.[chy] $(SCRIPTS) 119 makedoc.com *.[chy] $(SCRIPTS)
120 120
121 # Additional -D flags for movemail (add to MOVE_FLAGS if desired): 121 /*
122 # MAIL_USE_POP Support mail retrieval from a POP mailbox. 122 Additional -D flags for movemail (add to MOVE_FLAGS if desired):
123 # MAIL_USE_MMDF Support MMDF mailboxes. 123 MAIL_USE_POP Support mail retrieval from a POP mailbox.
124 # MAIL_USE_FLOCK Use flock for file locking (see the comments 124 MAIL_USE_MMDF Support MMDF mailboxes.
125 # about locking in movemail.c) 125 MAIL_USE_FLOCK Use flock for file locking (see the comments
126 # MAIL_UNLINK_SPOOL Unlink the user spool mailbox after reading 126 about locking in movemail.c)
127 # it (instead of just emptying it). 127 MAIL_UNLINK_SPOOL Unlink the user spool mailbox after reading
128 # KERBEROS Support Kerberized POP. 128 it (instead of just emptying it).
129 # KRB5 Support Kerberos Version 5 pop instead of 129 KERBEROS Support Kerberized POP.
130 # Version 4 (define this in addition to 130 KRB5 Support Kerberos Version 5 pop instead of
131 # KERBEROS). 131 Version 4 (define this in addition to
132 # HESIOD Support Hesiod lookups of user mailboxes. 132 KERBEROS).
133 # MAILHOST A string, the host name of the default POP 133 HESIOD Support Hesiod lookups of user mailboxes.
134 # mail host for the sit 134 MAILHOST A string, the host name of the default POP
135 mail host for the sit
136 */
135 137
136 MOVE_FLAGS= 138 MOVE_FLAGS=
137 # 139
138 # Additional libraries for movemail: 140 /*
139 # For KERBEROS 141 Additional libraries for movemail:
140 # MOVE_LIBS= -lkrb -ldes -lcom_err 142 For KERBEROS
141 # For KERBEROS + KRB5 143 MOVE_LIBS= -lkrb -ldes -lcom_err
142 # MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err 144 For KERBEROS + KRB5
143 # Add "-lhesiod" if HESIOD is defined. 145 MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err
146 Add "-lhesiod" if HESIOD is defined.
147 */
144 148
145 MOVE_LIBS= 149 MOVE_LIBS=
146 150
147 /* ========================== start of cpp stuff ======================= */ 151 /* ========================== start of cpp stuff ======================= */
148 152
149 /* 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
150 about this.) */ 154 about this.) */
155
156 /* Apparently the above comment is bogus. There is no place where
157 shell-style comments are allowed. -slb */
151 158
152 #define NO_SHORTNAMES 159 #define NO_SHORTNAMES
153 #define THIS_IS_YMAKEFILE 160 #define THIS_IS_YMAKEFILE
154 #define NOT_C_CODE 161 #define NOT_C_CODE
155 #include "../src/config.h" 162 #include "../src/config.h"