Makefile.am include/Makefile.am include/private/Makefile.am
include/public/Makefile.am in preparation for autoconfiguration.
Showing
4 changed files
with
30 additions
and
0 deletions
mailbox/Makefile.am
0 → 100644
1 | # Use automake to process this file -*-Makefile-*- | ||
2 | |||
3 | AUTOMAKE_OPTIONS = ../lib/ansi2knr | ||
4 | |||
5 | INCLUDES = -I${srcdir}/include/public \ | ||
6 | -I${srcdir}/include/private | ||
7 | CFLAGS = -Wall -pedantic -g -DTESTING | ||
8 | |||
9 | SUBDIRS = include | ||
10 | |||
11 | lib_LTLIBRARIES = libmailbox.la | ||
12 | |||
13 | libmailbox_la_SOURCES = \ | ||
14 | _cpystr.c attachment.c attribute.c auth.c body.c file_stream.c \ | ||
15 | header.c io.c locker.c mailbox.c mailer.c mbx_default.c mbx_imap.c mbx_mbox.c \ | ||
16 | mbx_mdir.c mbx_mh.c mbx_mmdf.c mbx_pop.c mbx_unix.c \ | ||
17 | message.c mime.c registrar.c tcp.c trans_stream.c \ | ||
18 | url.c url_file.c url_imap.c url_mail.c url_mbox.c url_mdir.c \ | ||
19 | url_mh.c url_mmdf.c url_pop.c url_unix.c | ||
20 | |||
21 | libmailbox_la_LDFLAGS = -version-info 0:0:0 | ||
22 |
mailbox/include/Makefile.am
0 → 100644
1 | SUBDIR = private public |
mailbox/include/private/Makefile.am
0 → 100644
mailbox/include/public/Makefile.am
0 → 100644
-
Please register or sign in to post a comment