]> git.0d.be Git - empathy.git/blobdiff - src/Makefile.am
move create_salut_account_if_needed and should_create_salut_account to a new file
[empathy.git] / src / Makefile.am
index 86ffade6b1dca987a788302713823552c47392da..24ba7b405c9c98e6ba17ce6cbbc3612c5f5ca775 100644 (file)
-cflags = $(EMPATHY_CFLAGS)                                     \
-        $(WARN_CFLAGS)
+include $(top_srcdir)/tools/flymake.mk
 
-libs = $(top_builddir)/libempathy/libempathy.la                \
+AM_CPPFLAGS =                                          \
+       $(ERROR_CFLAGS)                                 \
+       -I$(top_srcdir)                                 \
+       -DG_LOG_DOMAIN=\"empathy\"                      \
+       $(EMPATHY_CFLAGS)                               \
+       $(LIBNOTIFY_CFLAGS)                             \
+       $(LIBCHAMPLAIN_CFLAGS)                          \
+       $(DISABLE_DEPRECATED)                           \
+       $(WEBKIT_CFLAGS)                                \
+       $(WARN_CFLAGS)
+
+LDADD =                                                                \
        $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
-       $(EMPATHY_LIBS)
+       $(top_builddir)/libempathy/libempathy.la                \
+       $(top_builddir)/extensions/libemp-extensions.la         \
+       $(LIBNOTIFY_LIBS)                                       \
+       $(EMPATHY_LIBS)                                         \
+       $(LIBCHAMPLAIN_LIBS)                                    \
+       $(WEBKIT_LIBS)
+
+bin_PROGRAMS =                 \
+       empathy
 
-bin_PROGRAMS = empathy empathy-accounts empathy-chat empathy-contact-list
+BUILT_SOURCES=
 
-empathy_SOURCES = empathy-main.c
-empathy_CPPFLAGS = $(cflags)
-empathy_LDFLAGS = $(libs)
+empathy_handwritten_source = \
+       empathy-about-dialog.c empathy-about-dialog.h                   \
+       empathy-account-assistant.c empathy-account-assistant.h         \
+       empathy-accounts-dialog.c empathy-accounts-dialog.h             \
+       empathy-auto-salut-account-helper.c empathy-auto-salut-account-helper.h \
+       empathy-call-window-fullscreen.c empathy-call-window-fullscreen.h \
+       empathy-call-window.c empathy-call-window.h                     \
+       empathy-chat-window.c empathy-chat-window.h                     \
+       empathy-chatrooms-window.c empathy-chatrooms-window.h           \
+       empathy-debug-window.c empathy-debug-window.h                   \
+       empathy-event-manager.c empathy-event-manager.h                 \
+       empathy-ft-manager.c empathy-ft-manager.h                       \
+       empathy-import-dialog.c empathy-import-dialog.h                 \
+       empathy-import-mc4-accounts.c empathy-import-mc4-accounts.h     \
+       empathy-import-pidgin.c empathy-import-pidgin.h                 \
+       empathy-import-utils.c empathy-import-utils.h                   \
+       empathy-import-widget.c empathy-import-widget.h                 \
+       empathy-invite-participant-dialog.c empathy-invite-participant-dialog.h \
+       empathy-main-window.c empathy-main-window.h                     \
+       empathy-new-chatroom-dialog.c empathy-new-chatroom-dialog.h     \
+       empathy-preferences.c empathy-preferences.h                     \
+       empathy-sidebar.c empathy-sidebar.h                             \
+       empathy-status-icon.c empathy-status-icon.h                     \
+       empathy.c
 
-empathy_accounts_SOURCES = empathy-accounts-main.c
-empathy_accounts_CPPFLAGS = $(cflags)
-empathy_accounts_LDFLAGS = $(libs)
+empathy_SOURCES =                                                      \
+       $(empathy_handwritten_source)                                   \
+       ephy-spinner.c ephy-spinner.h
 
-empathy_chat_SOURCES = empathy-chat-main.c
-empathy_chat_CPPFLAGS = $(cflags)
-empathy_chat_LDFLAGS = $(libs)
+nodist_empathy_SOURCES = $(BUILT_SOURCES)
 
-empathy_contact_list_SOURCES = empathy-contact-list-main.c
-empathy_contact_list_CPPFLAGS = $(cflags)
-empathy_contact_list_LDFLAGS = $(libs)
+check_c_sources = \
+    $(empathy_handwritten_source) \
+    $(empathy_logs_SOURCES)
+include $(top_srcdir)/tools/check-coding-style.mk
+check-local: check-coding-style
 
-# MC plugin
-pluginlib_LTLIBRARIES = libempathy-filter-plugin.la
-libempathy_filter_plugin_la_SOURCES = empathy-filter-plugin.c
-libempathy_filter_plugin_la_CPPFLAGS = $(MISSION_CONTROL_PLUGINS_CFLAGS)
-libempathy_filter_plugin_la_LDFLAGS = $(MISSION_CONTROL_PLUGINS_LIBS)
+uidir = $(datadir)/empathy
+ui_DATA =                                      \
+       empathy-accounts-dialog.ui              \
+       empathy-call-window-fullscreen.ui       \
+       empathy-call-window.ui                  \
+       empathy-chat-window.ui                  \
+       empathy-chatrooms-window.ui             \
+       empathy-ft-manager.ui                   \
+       empathy-import-dialog.ui                \
+       empathy-main-window.ui                  \
+       empathy-new-chatroom-dialog.ui          \
+       empathy-preferences.ui                  \
+       empathy-status-icon.ui
 
-# Dbus service file
-servicedir = $(datadir)/dbus-1/services
-service_in_files = org.gnome.Empathy.Chat.service.in
-service_DATA = $(service_in_files:.service.in=.service)
+EXTRA_DIST =                   \
+       $(autostart_DATA)       \
+       $(ui_DATA)
 
-# Rule to make the service file with bindir expanded
-$(service_DATA): $(service_in_files) Makefile
-       @sed -e "s|\@bindir\@|$(bindir)|" $< > $@
+if HAVE_LIBCHAMPLAIN
+empathy_handwritten_source +=                          \
+       empathy-map-view.c                      \
+       empathy-map-view.h
 
-chandlerdir = $(datadir)/telepathy/managers
-chandler_DATA = empathy-chat.chandler
+ui_DATA +=                                     \
+       empathy-map-view.ui
+else
+EXTRA_DIST +=                                  \
+       empathy-map-view.c                      \
+       empathy-map-view.h                      \
+       empathy-map-view.ui
+endif
 
-autostartdir = $(datadir)/gnome/autostart
-autostart_in_files = empathy.desktop.in
-autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
-@INTLTOOL_DESKTOP_RULE@
+dist_man_MANS =                        \
+       empathy.1
 
-BUILT_SOURCES =                                                        \
-       org.gnome.Empathy.Chat.service
+# rules for making the glib enum objects
+%-enumtypes.h: %.h Makefile.in
+       $(AM_V_GEN)glib-mkenums \
+       --fhead "#ifndef __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n#define __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__\n\n#include <glib-object.h>\n\nG_BEGIN_DECLS\n" \
+       --fprod "/* enumerations from \"@filename@\" */\n" \
+       --vhead "GType @enum_name@_get_type (void);\n#define $(shell echo $* | tr [:lower:]- [:upper:]_ | sed 's/_.*//')_TYPE_@ENUMSHORT@ (@enum_name@_get_type())\n"         \
+       --ftail "G_END_DECLS\n\n#endif /* __$(shell echo $* | tr [:lower:]- [:upper:]_)_ENUM_TYPES_H__ */" \
+       $< > $@
 
-EXTRA_DIST =                                                   \
-       org.gnome.Empathy.Chat.service.in                       \
-       $(autostart_DATA)                                       \
-       $(chandler_DATA)
+%-enumtypes.c: %.h Makefile.in
+       $(AM_V_GEN)glib-mkenums \
+       --fhead "#include <$*.h>\n#include <$*-enumtypes.h>" \
+       --fprod "\n/* enumerations from \"@filename@\" */" \
+       --vhead "GType\n@enum_name@_get_type (void)\n{\n  static GType etype = 0;\n  if (etype == 0) {\n    static const G@Type@Value values[] = {"     \
+       --vprod "      { @VALUENAME@, \"@VALUENAME@\", \"@VALUENAME@\" }," \
+       --vtail "      { 0, NULL, NULL }\n    };\n    etype = g_@type@_register_static (\"@EnumName@\", values);\n  }\n  return etype;\n}\n" \
+       $< > $@
 
 CLEANFILES = $(BUILT_SOURCES)