]> git.0d.be Git - empathy.git/blob - libempathy/Makefile.am
da37ef3718023ed41cbac09f18616fc63fe6aa44
[empathy.git] / libempathy / Makefile.am
1 include $(top_srcdir)/tools/flymake.mk
2
3 AM_CPPFLAGS =                                           \
4         $(ERROR_CFLAGS)                                 \
5         -I.                                             \
6         -I$(top_srcdir)                                 \
7         -I$(top_builddir)                               \
8         -DDATADIR=\""$(datadir)"\"                      \
9         -DLOCALEDIR=\""$(datadir)/locale"\"             \
10         -DG_LOG_DOMAIN=\"empathy\"                      \
11         -DGCR_API_SUBJECT_TO_CHANGE                     \
12         $(EMPATHY_CFLAGS)                               \
13         $(YELL_CFLAGS)                                  \
14         $(GEOCLUE_CFLAGS)                               \
15         $(GEOCODE_CFLAGS)                               \
16         $(NETWORK_MANAGER_CFLAGS)                       \
17         $(CONNMAN_CFLAGS)                               \
18         $(UDEV_CFLAGS)                                  \
19         $(GOA_CFLAGS)                                   \
20         $(WARN_CFLAGS)                                  \
21         $(DISABLE_DEPRECATED)
22
23 BUILT_SOURCES =                                         \
24         empathy-enum-types.h                            \
25         empathy-enum-types.c
26
27 noinst_LTLIBRARIES = libempathy.la
28
29 libempathy_headers =                            \
30         action-chain-internal.h                 \
31         empathy-account-settings.h              \
32         empathy-auth-factory.h                  \
33         empathy-camera-monitor.h                \
34         empathy-chatroom-manager.h              \
35         empathy-chatroom.h                      \
36         empathy-client-factory.h \
37         empathy-connection-managers.h           \
38         empathy-connectivity.h                  \
39         empathy-connection-aggregator.h         \
40         empathy-contact-groups.h                \
41         empathy-contact-list.h                  \
42         empathy-contact.h                       \
43         empathy-debug.h                         \
44         empathy-ft-factory.h                    \
45         empathy-ft-handler.h                    \
46         empathy-gsettings.h                     \
47         empathy-presence-manager.h                              \
48         empathy-individual-manager.h            \
49         empathy-irc-network-manager.h           \
50         empathy-irc-network.h                   \
51         empathy-irc-server.h                    \
52         empathy-keyring.h                       \
53         empathy-location.h                      \
54         empathy-message.h                       \
55         empathy-request-util.h                  \
56         empathy-server-sasl-handler.h           \
57         empathy-server-tls-handler.h            \
58         empathy-status-presets.h                \
59         empathy-time.h                          \
60         empathy-tls-certificate.h               \
61         empathy-tls-verifier.h                  \
62         empathy-tp-chat.h                       \
63         empathy-tp-contact-factory.h            \
64         empathy-tp-contact-list.h               \
65         empathy-tp-roomlist.h                   \
66         empathy-tp-streamed-media.h             \
67         empathy-types.h                         \
68         empathy-utils.h
69
70 libempathy_handwritten_source =                         \
71         $(libempathy_headers)                           \
72         action-chain.c                                  \
73         empathy-account-settings.c                      \
74         empathy-auth-factory.c                          \
75         empathy-camera-monitor.c                        \
76         empathy-chatroom-manager.c                      \
77         empathy-chatroom.c                              \
78         empathy-client-factory.c \
79         empathy-connection-managers.c                   \
80         empathy-connectivity.c                          \
81         empathy-connection-aggregator.c         \
82         empathy-contact-groups.c                        \
83         empathy-contact-list.c                          \
84         empathy-contact.c                               \
85         empathy-debug.c                                 \
86         empathy-ft-factory.c                            \
87         empathy-ft-handler.c                            \
88         empathy-presence-manager.c                                      \
89         empathy-individual-manager.c                    \
90         empathy-irc-network-manager.c                   \
91         empathy-irc-network.c                           \
92         empathy-irc-server.c                            \
93         empathy-keyring.c                               \
94         empathy-message.c                               \
95         empathy-request-util.c                          \
96         empathy-server-sasl-handler.c                   \
97         empathy-server-tls-handler.c                    \
98         empathy-status-presets.c                        \
99         empathy-time.c                                  \
100         empathy-tls-certificate.c                       \
101         empathy-tls-verifier.c                          \
102         empathy-tp-chat.c                               \
103         empathy-tp-contact-factory.c                    \
104         empathy-tp-contact-list.c                       \
105         empathy-tp-roomlist.c                           \
106         empathy-tp-streamed-media.c                     \
107         empathy-utils.c
108
109 # these are sources that depend on GOA
110 goa_sources = \
111         empathy-goa-auth-handler.c \
112         empathy-goa-auth-handler.h \
113         $(NULL)
114
115 libempathy_la_SOURCES = \
116         $(libempathy_handwritten_source) \
117         cheese-camera-device-monitor.c cheese-camera-device-monitor.h
118
119 dtddir = $(datadir)/empathy
120 dtd_DATA =                                      \
121         empathy-status-presets.dtd              \
122         empathy-contact-groups.dtd              \
123         empathy-chatroom-manager.dtd            \
124         empathy-irc-networks.dtd
125
126 ircnetworksdir = $(datadir)/empathy
127 ircnetworks_DATA =              \
128         irc-networks.xml
129
130 EXTRA_DIST =                    \
131         $(dtd_DATA)             \
132         $(ircnetworks_DATA)
133
134 CLEANFILES =                            \
135         $(BUILT_SOURCES)                \
136         stamp-empathy-enum-types.h
137
138 if HAVE_GOA
139 libempathy_la_SOURCES += $(goa_sources)
140 else
141 EXTRA_DIST += $(goa_sources)
142 endif
143
144 # do not distribute generated files
145 nodist_libempathy_la_SOURCES =\
146         $(BUILT_SOURCES)
147
148 libempathy_la_LIBADD =          \
149         $(top_builddir)/extensions/libemp-extensions.la \
150         $(top_builddir)/telepathy-yell/telepathy-yell/libtelepathy-yell.la \
151         $(GCR_LIBS) \
152         $(EMPATHY_LIBS) \
153         $(GEOCLUE_LIBS) \
154         $(GEOCODE_LIBS) \
155         $(NETWORK_MANAGER_LIBS) \
156         $(CONNMAN_LIBS) \
157         $(UDEV_LIBS) \
158         $(GOA_LIBS) \
159         $(LIBM)
160
161 check_c_sources = \
162     $(libempathy_handwritten_source) \
163     $(goa_sources) \
164     $(NULL)
165
166 include $(top_srcdir)/tools/check-coding-style.mk
167 check-local: check-coding-style
168
169 empathy-enum-types.h: stamp-empathy-enum-types.h
170         $(AM_V_GEN)true
171 stamp-empathy-enum-types.h: $(libempathy_headers) Makefile
172         $(AM_V_GEN)(cd $(srcdir) \
173         && glib-mkenums \
174                         --fhead "#ifndef __LIBEMPATHY_ENUM_TYPES_H__\n" \
175                         --fhead "#define __LIBEMPATHY_ENUM_TYPES_H__ 1\n\n" \
176                         --fhead "#include <glib-object.h>\n\n" \
177                         --fhead "G_BEGIN_DECLS\n\n" \
178                         --ftail "G_END_DECLS\n\n" \
179                         --ftail "#endif /* __LIBEMPATHY_ENUM_TYPES_H__ */\n" \
180                         --fprod "#include <libempathy/@filename@>\n" \
181                         --eprod "#define EMPATHY_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
182                         --eprod "GType @enum_name@_get_type (void);\n" \
183                 $(libempathy_headers) ) > xgen-gth \
184         && (cmp -s xgen-gth empathy-enum-type.h || cp xgen-gth empathy-enum-types.h) \
185         && rm -f xgen-gth \
186         && echo timestamp > $(@F)
187
188 empathy-enum-types.c: $(libempathy_headers) Makefile
189         $(AM_V_GEN)(cd $(srcdir) \
190         && glib-mkenums \
191                         --fhead "#include <config.h>\n" \
192                         --fhead "#include <glib-object.h>\n" \
193                         --fhead "#include \"empathy-enum-types.h\"\n\n" \
194                         --fprod "\n/* enumerations from \"@filename@\" */" \
195                         --vhead "static const G@Type@Value _@enum_name@_values[] = {" \
196                         --vprod "  { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
197                         --vtail "  { 0, NULL, NULL }\n};\n\n" \
198                         --vtail "GType\n@enum_name@_get_type (void)\n{\n" \
199                         --vtail "  static GType type = 0;\n\n" \
200                         --vtail "  if (!type)\n" \
201                         --vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n\n" \
202                         --vtail "  return type;\n}\n\n" \
203                 $(libempathy_headers) ) > xgen-gtc \
204         && cp xgen-gtc $(@F) \
205         && rm -f xgen-gtc