Fix broken markup in Finnish user docs translation
[empathy-mirror.git] / src / Makefile.am
blob9ef6c42ea258ad72656c0c4fb2690f83419c52fb
1 include $(top_srcdir)/tools/flymake.mk
3 CPPFLAGS_COMMON =                                       \
4         $(EMPATHY_CFLAGS)                               \
5         $(TPAW_CFLAGS)                                  \
6         $(ERROR_CFLAGS)                                 \
7         -I$(top_srcdir)/libempathy-gtk                  \
8         -I$(top_srcdir)/libempathy                      \
9         -I$(top_srcdir)/extensions                      \
10         -I$(top_builddir)/libempathy-gtk                \
11         -I$(top_builddir)/libempathy                    \
12         -DG_LOG_DOMAIN=\"empathy\"                      \
13         -DBIN_DIR=\"$(bindir)\"                         \
14         $(DISABLE_DEPRECATED)                           \
15         $(WARN_CFLAGS)                                  \
16         $(NULL)
18 AM_LDFLAGS = $(LIBM)
19 AM_CPPFLAGS =                                           \
20         $(CPPFLAGS_COMMON)                              \
21         $(LIBCHAMPLAIN_CFLAGS)                          \
22         $(UOA_CFLAGS)                                   \
23         $(NULL)
25 LDADD =                                                         \
26         $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
27         $(top_builddir)/libempathy/libempathy.la                \
28         $(top_builddir)/extensions/libemp-extensions.la         \
29         $(GCR_LIBS)                                             \
30         $(EMPATHY_LIBS)                                         \
31         $(TPAW_LIBS)                                            \
32         $(LIBCHAMPLAIN_LIBS)                                    \
33         $(UOA_LIBS)                                             \
34         $(NULL)
36 noinst_LTLIBRARIES = libempathy-accounts-common.la
38 libempathy_accounts_common_la_SOURCES =                                 \
39         empathy-accounts-common.c empathy-accounts-common.h             \
40         empathy-accounts-dialog.c empathy-accounts-dialog.h             \
41         empathy-import-dialog.c empathy-import-dialog.h                 \
42         empathy-import-pidgin.c empathy-import-pidgin.h                 \
43         empathy-import-widget.c empathy-import-widget.h                 \
44         empathy-import-utils.c empathy-import-utils.h                   \
45         $(NULL)
47 libempathy_accounts_common_la_LIBADD =                                  \
48         $(top_builddir)/libempathy-gtk/libempathy-gtk.la                \
49         $(EMPATHY_LIBS)                                                 \
50         $(LIBCHAMPLAIN_LIBS)                                            \
51         $(NULL)
53 bin_PROGRAMS =                  \
54         empathy                 \
55         empathy-accounts        \
56         empathy-debugger        \
57         $(NULL)
59 libexec_PROGRAMS = \
60         empathy-auth-client \
61         empathy-call
63 empathy_accounts_SOURCES =                                              \
64         empathy-accounts.c empathy-accounts.h                           \
65         $(NULL)
67 empathy_accounts_CPPFLAGS =                                             \
68         $(AM_CPPFLAGS) \
69         $(CHEESE_CFLAGS) \
70         $(NULL)
72 empathy_accounts_LDADD =                                                \
73         $(LDADD)                                                        \
74         libempathy-accounts-common.la                                   \
75         $(NULL)
77 empathy_debugger_SOURCES =                                              \
78         empathy-debug-window.c empathy-debug-window.h                   \
79         empathy-debugger.c                                              \
80         $(NULL)
82 empathy_auth_client_SOURCES =                                           \
83         empathy-sanity-cleaning.c empathy-sanity-cleaning.h \
84         empathy-auth-client.c \
85         $(NULL)
87 empathy_call_SOURCES = \
88        empathy-call.c \
89        empathy-call-factory.c \
90        empathy-call-factory.h \
91        empathy-call-handler.c \
92        empathy-call-handler.h \
93        empathy-call-window.c \
94        empathy-call-window.h \
95        empathy-call-window-fullscreen.c \
96        empathy-call-window-fullscreen.h \
97        empathy-about-dialog.c \
98        empathy-about-dialog.h \
99        empathy-audio-sink.c \
100        empathy-audio-sink.h \
101        empathy-audio-src.c \
102        empathy-audio-src.h \
103        empathy-audio-utils.c \
104        empathy-audio-utils.h \
105        empathy-video-src.c \
106        empathy-video-src.h \
107        empathy-preferences.c \
108        empathy-preferences.h \
109        empathy-camera-menu.c \
110        empathy-camera-menu.h \
111        empathy-mic-menu.c \
112        empathy-mic-menu.h \
113        empathy-rounded-actor.c \
114        empathy-rounded-actor.h \
115        empathy-rounded-rectangle.c \
116        empathy-rounded-rectangle.h \
117        empathy-rounded-effect.c \
118        empathy-rounded-effect.h \
119        empathy-mic-monitor.c \
120        empathy-mic-monitor.h
122 empathy_call_CFLAGS = $(EMPATHY_CALL_CFLAGS) -DGST_USE_UNSTABLE_API
123 empathy_call_LDFLAGS = $(EMPATHY_CALL_LIBS)
125 empathy_handwritten_source = \
126         empathy-about-dialog.c empathy-about-dialog.h                   \
127         empathy-chat-window.c empathy-chat-window.h                     \
128         empathy-chatrooms-window.c empathy-chatrooms-window.h           \
129         empathy-event-manager.c empathy-event-manager.h                 \
130         empathy-ft-manager.c empathy-ft-manager.h                       \
131         empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \
132         empathy-roster-window.c empathy-roster-window.h                 \
133         empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h     \
134         empathy-notifications-approver.c empathy-notifications-approver.h \
135         empathy-call-observer.c empathy-call-observer.h                 \
136         empathy-preferences.c empathy-preferences.h                     \
137         empathy-status-icon.c empathy-status-icon.h                     \
138         empathy-chat-manager.c empathy-chat-manager.h                   \
139         polari-fixed-size-frame.c  polari-fixed-size-frame.h \
140         empathy.c
142 empathy_SOURCES =                                                       \
143         $(empathy_handwritten_source)                                   \
144         chat-manager-interface.c chat-manager-interface.h \
145         $(NULL)
147 empathy_LDADD =                                                         \
148         libempathy-accounts-common.la                                   \
149         $(top_builddir)/libempathy-gtk/libempathy-gtk.la                \
150         $(top_builddir)/libempathy/libempathy.la                        \
151         $(top_builddir)/extensions/libemp-extensions.la                 \
152         $(EMPATHY_LIBS)                                                 \
153         $(LIBCHAMPLAIN_LIBS)                                            \
154         $(NULL)
156 check_c_sources = \
157     $(empathy_handwritten_source) \
158     $(empathy_logs_SOURCES) \
159     $(libempathy_accounts_common_la_SOURCES) \
160     $(empathy_accounts_SOURCES) \
161     $(empathy_debugger_SOURCES) \
162     $(empathy_auth_client_SOURCES) \
163     $(empathy_call_SOURCES)
165 include $(top_srcdir)/tools/check-coding-style.mk
166 check-local: check-coding-style
168 uidir = $(datadir)/empathy
169 ui_DATA =                                       \
170         empathy-accounts-dialog.ui              \
171         empathy-call-window-fullscreen.ui       \
172         empathy-call-window.ui                  \
173         empathy-chat-window.ui                  \
174         empathy-chatrooms-window.ui             \
175         empathy-ft-manager.ui                   \
176         empathy-import-dialog.ui                \
177         empathy-roster-window.ui                        \
178         empathy-roster-window-menubar.ui                \
179         empathy-new-chatroom-dialog.ui          \
180         empathy-preferences.ui                  \
181         empathy-status-icon.ui
183 EXTRA_DIST =                    \
184         $(autostart_DATA)       \
185         $(ui_DATA)              \
186         empathy-chat.js         \
187         empathy-chat.gresource.xml \
188         Chat_Manager.xml
190 dist_man_MANS =                 \
191         empathy.1 \
192         empathy-accounts.1
194 chat-manager-interface.c: chat-manager-interface.h
195 chat-manager-interface.h: Makefile.am Chat_Manager.xml
196         gdbus-codegen \
197                 --interface-prefix org.gnome.Empathy. \
198                 --c-namespace EmpathyGen \
199                 --generate-c-code chat-manager-interface \
200                 Chat_Manager.xml
202 BUILT_SOURCES = \
203         chat-manager-interface.c \
204         chat-manager-interface.h \
205         $(NULL)
207 CLEANFILES = $(BUILT_SOURCES)
209 chat_resource_files: $(shell $(GLIB_COMPILE_RESOURCES) --generate-dependencies --sourcedir=$(srcdir) $(srcdir)/empathy-chat.gresource.xml)
211 empathy-chat-resources.c: empathy-chat.gresource.xml $(chat_resource_files)
212         $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-source $<
214 empathy-chat-resources.h: empathy-chat.gresource.xml $(chat_resource_files)
215         $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) --target=$@ --sourcedir=$(srcdir) --generate-header $<