]> git.0d.be Git - empathy.git/blobdiff - libempathy/Makefile.am
add empathy-pkg-kit
[empathy.git] / libempathy / Makefile.am
index 6f575832595708788d86db532fcf8cd38f8eaaaf..6a6e2ce7e517ddf3bb44b92896c0ba96dd66cdb0 100644 (file)
+include $(top_srcdir)/tools/flymake.mk
+
 AM_CPPFLAGS =                                           \
+       $(ERROR_CFLAGS)                                 \
        -I.                                             \
        -I$(top_srcdir)                                 \
+       -I$(top_builddir)                               \
        -DDATADIR=\""$(datadir)"\"                      \
-       $(LIBEMPATHY_CFLAGS)                            \
-       $(WARN_CFLAGS)
+       -DLOCALEDIR=\""$(datadir)/locale"\"             \
+       -DG_LOG_DOMAIN=\"empathy\"                      \
+       -DGCR_API_SUBJECT_TO_CHANGE                     \
+       $(EMPATHY_CFLAGS)                               \
+       $(YELL_CFLAGS)                                  \
+       $(GEOCLUE_CFLAGS)                               \
+       $(GEOCODE_CFLAGS)                               \
+       $(NETWORK_MANAGER_CFLAGS)                       \
+       $(CONNMAN_CFLAGS)                               \
+       $(UDEV_CFLAGS)                                  \
+       $(GOA_CFLAGS)                                   \
+       $(WARN_CFLAGS)                                  \
+       $(DISABLE_DEPRECATED)
 
 BUILT_SOURCES =                                        \
-       empathy-marshal.h                               \
-       empathy-marshal.c                               \
-       empathy-filter-glue.h                           \
-       empathy-chandler-glue.h
+       empathy-enum-types.h                            \
+       empathy-enum-types.c
 
-lib_LTLIBRARIES = libempathy.la
+noinst_LTLIBRARIES = libempathy.la
 
-libempathy_la_SOURCES =                                        \
-       empathy-conf.c                                  \
-       empathy-contact.c                               \
-       empathy-avatar.c                                \
-       empathy-time.c                                  \
-       empathy-presence.c                              \
-       empathy-debug.c                                 \
-       empathy-utils.c                                 \
-       empathy-message.c                               \
+libempathy_headers =                           \
+       action-chain-internal.h                 \
+       empathy-account-settings.h              \
+       empathy-auth-factory.h                  \
+       empathy-camera-monitor.h                \
+       empathy-chatroom-manager.h              \
+       empathy-chatroom.h                      \
+       empathy-client-factory.h \
+       empathy-connection-managers.h           \
+       empathy-connectivity.h                  \
+       empathy-connection-aggregator.h         \
+       empathy-contact-groups.h                \
+       empathy-contact-list.h                  \
+       empathy-contact.h                       \
+       empathy-debug.h                         \
+       empathy-ft-factory.h                    \
+       empathy-ft-handler.h                    \
+       empathy-gsettings.h                     \
+       empathy-presence-manager.h                              \
+       empathy-individual-manager.h            \
+       empathy-irc-network-manager.h           \
+       empathy-irc-network.h                   \
+       empathy-irc-server.h                    \
+       empathy-keyring.h                       \
+       empathy-location.h                      \
+       empathy-message.h                       \
+       empathy-pkg-kit.h               \
+       empathy-request-util.h                  \
+       empathy-server-sasl-handler.h           \
+       empathy-server-tls-handler.h            \
+       empathy-status-presets.h                \
+       empathy-time.h                          \
+       empathy-tls-certificate.h               \
+       empathy-tls-verifier.h                  \
+       empathy-tp-chat.h                       \
+       empathy-tp-contact-factory.h            \
+       empathy-tp-contact-list.h               \
+       empathy-tp-roomlist.h                   \
+       empathy-tp-streamed-media.h             \
+       empathy-types.h                         \
+       empathy-utils.h
+
+libempathy_handwritten_source =                                \
+       $(libempathy_headers)                           \
+       action-chain.c                                  \
+       empathy-account-settings.c                      \
+       empathy-auth-factory.c                          \
+       empathy-camera-monitor.c                        \
        empathy-chatroom-manager.c                      \
        empathy-chatroom.c                              \
+       empathy-client-factory.c \
+       empathy-connection-managers.c                   \
+       empathy-connectivity.c                          \
+       empathy-connection-aggregator.c         \
+       empathy-contact-groups.c                        \
        empathy-contact-list.c                          \
-       empathy-contact-manager.c                       \
-       empathy-tp-group.c                              \
-       empathy-tp-contact-list.c                       \
+       empathy-contact.c                               \
+       empathy-debug.c                                 \
+       empathy-ft-factory.c                            \
+       empathy-ft-handler.c                            \
+       empathy-presence-manager.c                                      \
+       empathy-individual-manager.c                    \
+       empathy-irc-network-manager.c                   \
+       empathy-irc-network.c                           \
+       empathy-irc-server.c                            \
+       empathy-keyring.c                               \
+       empathy-message.c                               \
+       empathy-pkg-kit.c               \
+       empathy-request-util.c                          \
+       empathy-server-sasl-handler.c                   \
+       empathy-server-tls-handler.c                    \
+       empathy-status-presets.c                        \
+       empathy-time.c                                  \
+       empathy-tls-certificate.c                       \
+       empathy-tls-verifier.c                          \
        empathy-tp-chat.c                               \
-       empathy-tp-chatroom.c                           \
+       empathy-tp-contact-factory.c                    \
+       empathy-tp-contact-list.c                       \
        empathy-tp-roomlist.c                           \
-       empathy-chandler.c                              \
-       empathy-filter.c                                \
-       empathy-idle.c                                  \
-       empathy-log-manager.c                           \
-       empathy-marshal-main.c
+       empathy-tp-streamed-media.c                     \
+       empathy-utils.c
 
-libempathy_la_LIBADD =         \
-       $(LIBEMPATHY_LIBS)
+# these are sources that depend on GOA
+goa_sources = \
+       empathy-goa-auth-handler.c \
+       empathy-goa-auth-handler.h \
+       $(NULL)
 
-libempathy_la_LDFLAGS =                \
-       -version-info ${LIBEMPATHY_CURRENT}:${LIBEMPATHY_REVISION}:${LIBEMPATHY_AGE}
+libempathy_la_SOURCES = \
+       $(libempathy_handwritten_source) \
+       cheese-camera-device-monitor.c cheese-camera-device-monitor.h
 
-libempathydir = $(includedir)/libempathy/
-libempathy_HEADERS =                           \
-       empathy-conf.h                          \
-       empathy-contact.h                       \
-       empathy-avatar.h                        \
-       empathy-time.h                          \
-       empathy-presence.h                      \
-       empathy-debug.h                         \
-       empathy-utils.h                         \
-       empathy-message.h                       \
-       empathy-chatroom-manager.h              \
-       empathy-chatroom.h                      \
-       empathy-contact-list.h                  \
-       empathy-contact-manager.h               \
-       empathy-tp-group.h                      \
-       empathy-tp-contact-list.h               \
-       empathy-tp-chat.h                       \
-       empathy-tp-chatroom.h                   \
-       empathy-tp-roomlist.h                   \
-       empathy-chandler.h                      \
-       empathy-filter.h                        \
-       empathy-idle.h                          \
-       empathy-log-manager.h
+dtddir = $(datadir)/empathy
+dtd_DATA =                                     \
+       empathy-status-presets.dtd              \
+       empathy-contact-groups.dtd              \
+       empathy-chatroom-manager.dtd            \
+       empathy-irc-networks.dtd
+
+ircnetworksdir = $(datadir)/empathy
+ircnetworks_DATA =             \
+       irc-networks.xml
 
-%-marshal.h: %-marshal.list Makefile.am
-       $(GLIB_GENMARSHAL) --header --prefix=$(subst -,_,$*)_marshal $< > $*-marshal.h
+EXTRA_DIST =                   \
+       $(dtd_DATA)             \
+       $(ircnetworks_DATA)
 
-%-marshal.c: %-marshal.list Makefile.am
-       $(GLIB_GENMARSHAL) --body --prefix=$(subst -,_,$*)_marshal $< > $*-marshal.c
+CLEANFILES =                           \
+       $(BUILT_SOURCES)                \
+       stamp-empathy-enum-types.h
 
-%-marshal-main.c: %-marshal.c %-marshal.h
+if HAVE_GOA
+libempathy_la_SOURCES += $(goa_sources)
+else
+EXTRA_DIST += $(goa_sources)
+endif
 
-empathy-chandler-glue.h: empathy-chandler.xml
-       $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_chandler --mode=glib-server --output=$@ $<
-empathy-filter-glue.h: empathy-filter.xml
-       $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_filter --mode=glib-server --output=$@ $<
+# do not distribute generated files
+nodist_libempathy_la_SOURCES =\
+       $(BUILT_SOURCES)
 
-dtddir = $(datadir)/empathy
-dtd_DATA =                                     \
-       empathy-chatroom-manager.dtd
+libempathy_la_LIBADD =         \
+       $(top_builddir)/extensions/libemp-extensions.la \
+       $(top_builddir)/telepathy-yell/telepathy-yell/libtelepathy-yell.la \
+       $(GCR_LIBS) \
+       $(EMPATHY_LIBS) \
+       $(GEOCLUE_LIBS) \
+       $(GEOCODE_LIBS) \
+       $(NETWORK_MANAGER_LIBS) \
+       $(CONNMAN_LIBS) \
+       $(UDEV_LIBS) \
+       $(GOA_LIBS) \
+       $(LIBM)
 
-stylesheetdir = $(datadir)/empathy
-stylesheet_DATA =              \
-       empathy-log-manager.xsl
+check_c_sources = \
+    $(libempathy_handwritten_source) \
+    $(goa_sources) \
+    $(NULL)
 
-pkgconfigdir = $(libdir)/pkgconfig
-pkgconfig_DATA = libempathy.pc
+include $(top_srcdir)/tools/check-coding-style.mk
+check-local: check-coding-style
 
-EXTRA_DIST =                   \
-       empathy-marshal.list    \
-       empathy-chandler.xml    \
-       empathy-filter.xml      \
-       $(stylesheet_DATA)      \
-       $(dtd_DATA)
+empathy-enum-types.h: stamp-empathy-enum-types.h
+       $(AM_V_GEN)true
+stamp-empathy-enum-types.h: $(libempathy_headers) Makefile
+       $(AM_V_GEN)(cd $(srcdir) \
+       && glib-mkenums \
+                       --fhead "#ifndef __LIBEMPATHY_ENUM_TYPES_H__\n" \
+                       --fhead "#define __LIBEMPATHY_ENUM_TYPES_H__ 1\n\n" \
+                       --fhead "#include <glib-object.h>\n\n" \
+                       --fhead "G_BEGIN_DECLS\n\n" \
+                       --ftail "G_END_DECLS\n\n" \
+                       --ftail "#endif /* __LIBEMPATHY_ENUM_TYPES_H__ */\n" \
+                       --fprod "#include <libempathy/@filename@>\n" \
+                       --eprod "#define EMPATHY_TYPE_@ENUMSHORT@ @enum_name@_get_type()\n" \
+                       --eprod "GType @enum_name@_get_type (void);\n" \
+               $(libempathy_headers) ) > xgen-gth \
+       && (cmp -s xgen-gth empathy-enum-type.h || cp xgen-gth empathy-enum-types.h) \
+       && rm -f xgen-gth \
+       && echo timestamp > $(@F)
 
-CLEANFILES = $(BUILT_SOURCES)
+empathy-enum-types.c: $(libempathy_headers) Makefile
+       $(AM_V_GEN)(cd $(srcdir) \
+       && glib-mkenums \
+                       --fhead "#include <config.h>\n" \
+                       --fhead "#include <glib-object.h>\n" \
+                       --fhead "#include \"empathy-enum-types.h\"\n\n" \
+                       --fprod "\n/* enumerations from \"@filename@\" */" \
+                       --vhead "static const G@Type@Value _@enum_name@_values[] = {" \
+                       --vprod "  { @VALUENAME@, \"@VALUENAME@\", \"@valuenick@\" }," \
+                       --vtail "  { 0, NULL, NULL }\n};\n\n" \
+                       --vtail "GType\n@enum_name@_get_type (void)\n{\n" \
+                       --vtail "  static GType type = 0;\n\n" \
+                       --vtail "  if (!type)\n" \
+                       --vtail "    type = g_@type@_register_static (\"@EnumName@\", _@enum_name@_values);\n\n" \
+                       --vtail "  return type;\n}\n\n" \
+               $(libempathy_headers) ) > xgen-gtc \
+       && cp xgen-gtc $(@F) \
+       && rm -f xgen-gtc