]> git.0d.be Git - empathy.git/commitdiff
[darcs-to-svn @ Improve build system]
authorXavier Claessens <xclaesse@src.gnome.org>
Tue, 8 May 2007 20:55:56 +0000 (20:55 +0000)
committerXavier Claessens <xclaesse@src.gnome.org>
Tue, 8 May 2007 20:55:56 +0000 (20:55 +0000)
svn path=/trunk/; revision=36

data/Makefile.am
data/empathy.desktop.in [new file with mode: 0644]
libempathy-gtk/Makefile.am
libempathy/Makefile.am
src/Makefile.am
src/empathy.desktop.in [deleted file]

index 0f2e1b0744a324a31915b72baaa599b7a5b666f6..06f7e87a62786e8333b93d12255a24018add5b30 100644 (file)
@@ -20,8 +20,14 @@ update-icon-cache:
                echo "***   $(gtk_update_icon_cache)"; \
        fi
 
                echo "***   $(gtk_update_icon_cache)"; \
        fi
 
-EXTRA_DIST =           \
-       $(image_DATA)   \
+autostartdir = $(datadir)/gnome/autostart
+autostart_in_files = empathy.desktop.in
+autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
+@INTLTOOL_DESKTOP_RULE@
+
+EXTRA_DIST =                           \
+       $(image_DATA)                   \
+       $(autostart_DATA)               \
        $(profile_DATA)
 
 
        $(profile_DATA)
 
 
diff --git a/data/empathy.desktop.in b/data/empathy.desktop.in
new file mode 100644 (file)
index 0000000..1729f42
--- /dev/null
@@ -0,0 +1,11 @@
+[Desktop Entry]
+Encoding=UTF-8
+_Name=Empathy
+_Comment=Gnome Instant Messaging Client
+Icon=empathy
+Exec=empathy
+Terminal=false
+Type=Application
+Categories=GNOME;GTK;Network;InstantMessaging;
+OnlyShowIn=GNOME
+
index b18845a17894a2183fb98eb212edf8ea9e54ead7..bd8abcc2b1c361c3b98f8aba41e307ae690a914a 100644 (file)
@@ -4,10 +4,6 @@ AM_CPPFLAGS =                                           \
        $(EMPATHY_CFLAGS)                               \
        $(WARN_CFLAGS)
 
        $(EMPATHY_CFLAGS)                               \
        $(WARN_CFLAGS)
 
-AM_LDFLAGS =                                           \
-       $(top_builddir)/libempathy/libempathy.la        \
-       $(EMPATHY_LIBS)
-
 noinst_LTLIBRARIES = libempathy-gtk.la
 
 libempathy_gtk_la_SOURCES =                                                    \
 noinst_LTLIBRARIES = libempathy-gtk.la
 
 libempathy_gtk_la_SOURCES =                                                    \
@@ -34,6 +30,10 @@ libempathy_gtk_la_SOURCES =                                                  \
        gossip-presence-chooser.c               gossip-presence-chooser.h       \
        gossip-ui-utils.c                       gossip-ui-utils.h
 
        gossip-presence-chooser.c               gossip-presence-chooser.h       \
        gossip-ui-utils.c                       gossip-ui-utils.h
 
+libempathy_gtk_la_LIBADD =                             \
+       $(EMPATHY_LIBS)                                 \
+       $(top_builddir)/libempathy/libempathy.la
+
 libempathy_gtk_includedir = $(includedir)/empathy/
 
 gladedir = $(datadir)/empathy
 libempathy_gtk_includedir = $(includedir)/empathy/
 
 gladedir = $(datadir)/empathy
index 629fc366312ab790de084b4dbf6c72ca33e6f0da..9ce2027339f52c2799d1eaa4222624dafb3113b1 100644 (file)
@@ -6,9 +6,6 @@ AM_CPPFLAGS =                                           \
        $(LIBEMPATHY_CFLAGS)                            \
        $(WARN_CFLAGS)
 
        $(LIBEMPATHY_CFLAGS)                            \
        $(WARN_CFLAGS)
 
-AM_LDFLAGS =                                           \
-       $(LIBEMPATHY_LIBS)
-
 BUILT_SOURCES =                                        \
        empathy-marshal.h                               \
        empathy-marshal.c                               \
 BUILT_SOURCES =                                        \
        empathy-marshal.h                               \
        empathy-marshal.c                               \
@@ -33,6 +30,9 @@ libempathy_la_SOURCES =                                                       \
        empathy-chandler.c              empathy-chandler.h                      \
        empathy-marshal-main.c
 
        empathy-chandler.c              empathy-chandler.h                      \
        empathy-marshal-main.c
 
+libempathy_la_LIBADD =         \
+       $(LIBEMPATHY_LIBS)
+
 libempathy_includedir = $(includedir)/empathy/
 
 %-marshal.h: %-marshal.list Makefile.am
 libempathy_includedir = $(includedir)/empathy/
 
 %-marshal.h: %-marshal.list Makefile.am
index 2eb2d028666168b7f4ff4b9e8b3ea745f557ca1a..8b9e63a193eace70f33f56415b28ba8c11217a2b 100644 (file)
@@ -1,28 +1,42 @@
-AM_CPPFLAGS =                                                  \
-       -I.                                                     \
-       -I$(top_srcdir)                                         \
-       $(EMPATHY_CFLAGS)                                       \
+cppflags =                     \
+       -I.                     \
+       -I$(top_srcdir)         \
+       $(EMPATHY_CFLAGS)       \
        $(WARN_CFLAGS)
 
        $(WARN_CFLAGS)
 
-AM_LDFLAGS =                                                   \
-       $(top_builddir)/libempathy/libempathy.la                \
+libs =                                                         \
        $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
        $(EMPATHY_LIBS)
 
        $(top_builddir)/libempathy-gtk/libempathy-gtk.la        \
        $(EMPATHY_LIBS)
 
-bin_PROGRAMS = empathy empathy-accounts empathy-chat empathy-contact-list
+bin_PROGRAMS =                 \
+       empathy                 \
+       empathy-chat            \
+       empathy-accounts        \
+       empathy-contact-list
 
 empathy_SOURCES =                                              \
        empathy-main.c                                          \
        empathy-filter.c        empathy-filter.h
 
 empathy_SOURCES =                                              \
        empathy-main.c                                          \
        empathy-filter.c        empathy-filter.h
+empathy_CPPFLAGS = $(cppflags)
+empathy_LDADD = $(libs)
+
 empathy_accounts_SOURCES = empathy-accounts-main.c
 empathy_accounts_SOURCES = empathy-accounts-main.c
+empathy_accounts_CPPFLAGS = $(cppflags)
+empathy_accounts_LDADD = $(libs)
+
 empathy_chat_SOURCES = empathy-chat-main.c
 empathy_chat_SOURCES = empathy-chat-main.c
+empathy_chat_CPPFLAGS = $(cppflags)
+empathy_chat_LDADD = $(libs)
+
 empathy_contact_list_SOURCES = empathy-contact-list-main.c
 empathy_contact_list_SOURCES = empathy-contact-list-main.c
+empathy_contact_list_CPPFLAGS = $(cppflags)
+empathy_contact_list_LDADD = $(libs)
 
 # 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)
 
 # 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)
+#libempathy_filter_plugin_la_LIBADD = $(MISSION_CONTROL_PLUGINS_LIBS)
 
 # Dbus service file
 servicedir = $(datadir)/dbus-1/services
 
 # Dbus service file
 servicedir = $(datadir)/dbus-1/services
@@ -36,11 +50,6 @@ $(service_DATA): $(service_in_files) Makefile
 chandlerdir = $(datadir)/telepathy/managers
 chandler_DATA = empathy-chat.chandler
 
 chandlerdir = $(datadir)/telepathy/managers
 chandler_DATA = empathy-chat.chandler
 
-autostartdir = $(datadir)/gnome/autostart
-autostart_in_files = empathy.desktop.in
-autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
-@INTLTOOL_DESKTOP_RULE@
-
 # Empathy filter DBus API
 empathy-filter-glue.h: empathy-filter.xml
        $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_filter --mode=glib-server --output=$@ $<
 # Empathy filter DBus API
 empathy-filter-glue.h: empathy-filter.xml
        $(LIBTOOL) --mode=execute $(DBUS_BINDING_TOOL) --prefix=empathy_filter --mode=glib-server --output=$@ $<
diff --git a/src/empathy.desktop.in b/src/empathy.desktop.in
deleted file mode 100644 (file)
index 3e0ea16..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-_Name=Empathy
-_Comment=Gnome Instant Messaging Client
-Icon=
-Exec=empathy
-Terminal=false
-Type=Application
-Categories=Internet
-OnlyShowIn=GNOME
-