Removed a bizarre comparison construct for converting case.
[platform/upstream/evolution-data-server.git] / camel / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 SUBDIRS = providers
4
5 libcamelincludedir = $(includedir)/camel
6
7
8 lib_LTLIBRARIES = libcamel.la
9
10 INCLUDES = -I.. -I$(srcdir)/.. -I$(includedir)  \
11         -I$(top_srcdir)/intl                    \
12         $(GTK_INCLUDEDIR)
13
14
15 if HAVE_PTHREAD
16
17 pthread_SRC =   \
18         camel-folder-pt-proxy.c         \
19         camel-thread-proxy.c
20
21 pthread_HDR =   \
22         camel-folder-pt-proxy.h                 \
23         camel-thread-proxy.h    
24
25 else
26
27 libcamel_pthread_SRC =
28 libcamel_pthread_HDR=
29
30 endif
31
32
33 libcamel_la_SOURCES =                           \
34         camel.c                                 \
35         camel-log.c                             \
36         camel-data-wrapper.c                    \
37         camel-exception.c                       \
38         camel-simple-data-wrapper.c             \
39         camel-simple-data-wrapper-stream.c      \
40         camel-stream-data-wrapper.c             \
41         camel-folder.c                          \
42         camel-folder-summary.c                  \
43         camel-folder-utils.c                    \
44         camel-formatter.c                       \
45         camel-medium.c                          \
46         camel-marshal-utils.c                   \
47         camel-mime-body-part.c                  \
48         camel-mime-message.c                    \
49         camel-mime-part.c                       \
50         camel-mime-part-utils.c                 \
51         camel-multipart.c                       \
52         camel-op-queue.c                        \
53         camel-provider.c                        \
54         camel-recipient.c                       \
55         camel-seekable-stream.c                 \
56         camel-service.c                         \
57         camel-session.c                         \
58         camel-store.c                           \
59         camel-stream.c                          \
60         camel-stream-buffered-fs.c              \
61         camel-stream-fs.c                       \
62         camel-stream-mem.c                      \
63         data-wrapper-repository.c               \
64         gmime-base64.c                          \
65         gmime-content-field.c                   \
66         gmime-utils.c                           \
67         gstring-util.c                          \
68         hash-table-utils.c                      \
69         md5-utils.c                             \
70         string-utils.c                          \
71         url-util.c                              \
72         $(pthread_SRC)
73
74 libcamelinclude_HEADERS =                       \
75         camel.h                                 \
76         camel-log.h                             \
77         camel-data-wrapper.h                    \
78         camel-exception.h                       \
79         camel-simple-data-wrapper.h             \
80         camel-simple-data-wrapper-stream.h      \
81         camel-stream-data-wrapper.h             \
82         camel-folder.h                          \
83         camel-folder-summary.h                  \
84         camel-folder-utils.h                    \
85         camel-formatter.h                       \
86         camel-mime-body-part.h                  \
87         camel-marshal-utils.h                   \
88         camel-medium.h                          \
89         camel-mime-message.h                    \
90         camel-mime-part.h                       \
91         camel-mime-part-utils.h                 \
92         camel-multipart.h                       \
93         camel-op-queue.h                        \
94         camel-provider.h                        \
95         camel-recipient.h                       \
96         camel-seekable-stream.h                 \
97         camel-service.h                         \
98         camel-session.h                         \
99         camel-store.h                           \
100         camel-stream.h                          \
101         camel-stream-buffered-fs.h              \
102         camel-stream-fs.h                       \
103         camel-stream-mem.h                      \
104         data-wrapper-repository.h               \
105         gmime-base64.h                          \
106         gmime-content-field.h                   \
107         gmime-utils.h                           \
108         gstring-util.h                          \
109         hash-table-utils.h                      \
110         md5-utils.h                             \
111         string-utils.h                          \
112         url-util.h                              \
113         camel-exception-list.def                \
114         $(pthread_HDR)
115
116 libcamel_extra_sources =                        \
117         camel-arg-collector.c
118
119 libcamel_la_LDFLAGS = -version-info 0:0:0 -rpath $(libdir)
120
121 EXTRA_DIST =                                    \
122         $(libcamel_extra_sources)               \
123         README