aboutsummaryrefslogtreecommitdiffstats
path: root/camel/Makefile.am
blob: 4fd033a315687311dbf0fd0acdd8dbcf47b3b9f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
## Process this file with automake to produce Makefile.in

SUBDIRS = providers

libcamelincludedir = $(includedir)/camel
providerdir = $(libdir)/evolution/camel-providers/$(VERSION)

lib_LTLIBRARIES = libcamel.la

INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir)  \
    -I$(top_srcdir)/intl            \
    $(GTK_INCLUDEDIR)           \
    -DCAMEL_PROVIDERDIR=\""$(providerdir)"\"


if ENABLE_THREADS

pthread_SRC =   \
    camel-folder-pt-proxy.c     \
    camel-thread-proxy.c

pthread_HDR =   \
    camel-folder-pt-proxy.h         \
    camel-thread-proxy.h    

else

pthread_SRC =
pthread_HDR=

endif


libcamel_la_SOURCES =               \
    camel.c                 \
    camel-data-wrapper.c            \
    camel-exception.c           \
    camel-simple-data-wrapper.c     \
    camel-simple-data-wrapper-stream.c  \
    camel-stream-data-wrapper.c     \
    camel-folder.c              \
    camel-folder-utils.c            \
    camel-medium.c              \
    camel-marshal-utils.c           \
    camel-mime-body-part.c          \
    camel-mime-message.c            \
    camel-mime-part.c           \
    camel-mime-part-utils.c         \
    camel-movemail.c            \
    camel-multipart.c           \
    camel-op-queue.c            \
    camel-provider.c            \
    camel-recipient.c           \
    camel-seekable-stream.c         \
    camel-seekable-substream.c      \
    camel-service.c             \
    camel-session.c             \
    camel-store.c               \
    camel-stream.c              \
    camel-stream-buffer.c           \
    camel-stream-fs.c           \
    camel-stream-mem.c          \
    camel-transport.c           \
    camel-url.c             \
    gmime-content-field.c           \
    gmime-utils.c               \
    gstring-util.c              \
    hash-table-utils.c          \
    md5-utils.c             \
    string-utils.c              \
    camel-mime-parser.c         \
    camel-mime-utils.c          \
    camel-mime-filter.c         \
    camel-mime-filter-basic.c       \
    camel-mime-filter-save.c        \
    camel-mime-filter-charset.c     \
    camel-mime-filter-index.c       \
    camel-stream-filter.c           \
    $(pthread_SRC)

libcamelinclude_HEADERS =           \
    camel.h                 \
    camel-data-wrapper.h            \
    camel-exception.h           \
    camel-simple-data-wrapper.h     \
    camel-simple-data-wrapper-stream.h  \
    camel-stream-data-wrapper.h     \
    camel-folder.h              \
    camel-folder-utils.h            \
    camel-mime-body-part.h          \
    camel-marshal-utils.h           \
    camel-medium.h              \
    camel-mime-message.h            \
    camel-mime-part.h           \
    camel-mime-part-utils.h         \
    camel-movemail.h            \
    camel-multipart.h           \
    camel-op-queue.h            \
    camel-provider.h            \
    camel-recipient.h           \
    camel-seekable-stream.h         \
    camel-seekable-substream.h      \
    camel-service.h             \
    camel-session.h             \
    camel-store.h               \
    camel-stream.h              \
    camel-stream-buffer.h           \
    camel-stream-fs.h           \
    camel-stream-mem.h          \
    camel-transport.h           \
    camel-url.h             \
    gmime-content-field.h           \
    gmime-utils.h               \
    gstring-util.h              \
    hash-table-utils.h          \
    md5-utils.h             \
    string-utils.h              \
    camel-exception-list.def        \
    camel-mime-parser.h         \
    camel-mime-utils.h          \
    camel-mime-filter.h         \
    camel-mime-filter-basic.h       \
    camel-mime-filter-save.h        \
    camel-mime-filter-charset.h     \
    camel-mime-filter-index.h       \
    camel-stream-filter.h           \
    $(pthread_HDR)

libcamel_extra_sources =            \
    camel-arg-collector.c

libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)

EXTRA_DIST =                    \
    $(libcamel_extra_sources)       \
    README 
m_and_yarn/devel/electron6/files/ini-1.3.8&id=73f0e9121c0058a374bd569a2f7533719de9cb70'>Fix typo in pkg-plist generation.mandree2014-09-041-1/+1 * Convert some @unexec to their proper equivalent in keywordbapt2014-09-031-2/+2 * Remove support for NO_STAGEbapt2014-09-011-13/+0 * Split print/texlive-texmf into two ports, texlive-texmf andhrs2014-09-011-2/+6 * Fix a typo.hrs2014-08-241-1/+1 * - Add capability to specify package dependency in USE_TEX.hrs2014-08-241-24/+78 * Update TeXLive to 2014.hrs2014-08-221-90/+105 * Ensure noone set anything else that texlive as TEX_DEFAULT for nowbapt2014-08-011-0/+4 * Remove teTeX supportbapt2014-07-231-32/+11 * Switch to texlive by defaultbapt2014-07-231-2/+2 * Handle gbklatex componentbapt2014-07-221-0/+4 * Fix stage violation for ports using USE_TEX=updmapantoine2014-07-211-0/+2 * Support stage for texlive, given it is impossible to rebuild the fmt files intobapt2014-07-051-30/+42 * Use modern LIB_DEPENDSbapt2014-07-031-2/+2 * still more stagingbapt2014-06-281-2/+7 * Use proper TEXMFVARDIRbapt2014-06-281-1/+1 * Yet more stage support for bsd.tex.mkbapt2014-06-281-0/+8 * First bit of staging support for bsd.tex.mkbapt2014-06-281-23/+27 * Convert all :U to :tu and :L to :tlbapt2014-05-051-15/+15 * - Update ls-R after fmtutil.hrs2013-06-081-1/+2 * Eliminate ${SITE_PERL}.hrs2013-06-071-1/+1 * Fix build.hrs2013-06-021-0/+2 * Fix pkg-plist.hrs2013-06-011-4/+1 * - Fix duplicated pkg-plist entries.hrs2013-05-221-6/+11 * Eliminate duplicated entries in PLIST_FILES and PLIST_DIRSTRY.hrs2013-05-221-3/+5 * Add USE_TEX=texhash-bootstrap to fix initial ls-R file catalog generation.hrs2013-05-211-1/+14 * - Fix LIB_DEPENDS when USE_TEX=full.hrs2013-05-151-25/+39 * Rectify USE_TEX to support both of teTeX and TeXLive.hrs2013-05-121-111/+90 * Add dvips dependency to teTeX to fix some broken ports. tetex-dvipsk andhrs2013-05-101-3/+8 * Split off print/tex-dvipsk from print/texlive-base. libpaper supporthrs2013-05-101-4/+3 * Allow USE_TEX=yes.hrs2013-05-101-0/+9 * - Separate print/tex-dvipdfmx from print/texlive-base and add libpaperhrs2013-05-071-10/+9 * - Fix DIST_SUBDIR.hrs2013-05-061-1/+11 * Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetexhrs2013-05-061-1/+2