comparison lib-src/Makefile.in.in @ 54:05472e90ae02 r19-16-pre2

Import from CVS: tag r19-16-pre2
author cvs
date Mon, 13 Aug 2007 08:57:55 +0200
parents 1a767b41a199
children c0965ff3b039
comparison
equal deleted inserted replaced
53:875393c1a535 54:05472e90ae02
115 115
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
121 # Additional -D flags for movemail (add to MOVE_FLAGS if desired):
122 # MAIL_USE_POP Support mail retrieval from a POP mailbox.
123 # MAIL_USE_MMDF Support MMDF mailboxes.
124 # MAIL_USE_FLOCK Use flock for file locking (see the comments
125 # about locking in movemail.c)
126 # MAIL_UNLINK_SPOOL Unlink the user spool mailbox after reading
127 # it (instead of just emptying it).
128 # KERBEROS Support Kerberized POP.
129 # KRB5 Support Kerberos Version 5 pop instead of
130 # Version 4 (define this in addition to
131 # KERBEROS).
132 # HESIOD Support Hesiod lookups of user mailboxes.
133 # MAILHOST A string, the host name of the default POP
134 # mail host for the sit
135
136 MOVE_FLAGS=
137 #
138 # Additional libraries for movemail:
139 # For KERBEROS
140 # MOVE_LIBS= -lkrb -ldes -lcom_err
141 # For KERBEROS + KRB5
142 # MOVE_LIBS= -lkrb5 -lcrypto -lisode -lcom_err
143 # Add "-lhesiod" if HESIOD is defined.
144
145 MOVE_LIBS=
120 146
121 /* ========================== start of cpp stuff ======================= */ 147 /* ========================== start of cpp stuff ======================= */
122 148
123 /* From here on, comments must be done in C syntax. (see comment above 149 /* From here on, comments must be done in C syntax. (see comment above
124 about this.) */ 150 about this.) */
416 $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o sorted-doc 442 $(CC) ${ALL_CFLAGS} ${srcdir}/sorted-doc.c ${ALLOCA} $(LOADLIBES) -o sorted-doc
417 443
418 b2m: ${srcdir}/b2m.c ../src/config.h 444 b2m: ${srcdir}/b2m.c ../src/config.h
419 $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c $(LOADLIBES) -o b2m 445 $(CC) ${ALL_CFLAGS} ${srcdir}/b2m.c $(LOADLIBES) -o b2m
420 446
421 movemail: ${srcdir}/movemail.c ../src/config.h 447 movemail: ${srcdir}/movemail.c ${srcdir}/pop.c ${srcdir}/pop.h ../src/config.h
422 $(CC) ${ALL_CFLAGS} ${srcdir}/movemail.c $(LOADLIBES) -o movemail 448 $(CC) ${ALL_CFLAGS} ${srcdir}/movemail.c ${srcdir}/pop.c $(LOADLIBES) -o movemail
423 449
424 cvtmail: ${srcdir}/cvtmail.c 450 cvtmail: ${srcdir}/cvtmail.c
425 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail 451 $(CC) ${ALL_CFLAGS} ${srcdir}/cvtmail.c $(LOADLIBES) -o cvtmail
426 452
427 fakemail: ${srcdir}/fakemail.c ../src/config.h 453 fakemail: ${srcdir}/fakemail.c ../src/config.h