pidgin/purple-plugin-pack

9d778acd7e18
Parents d644e8f50314
Children 8b0efc6948d9
Add build infrastructure for EionRobb's plugins.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/capsnot/Makefile.am Sun Nov 28 22:57:05 2010 -0500
@@ -0,0 +1,28 @@
+EXTRA_DIST = \
+ Makefile.mingw \
+ plugins.cfg
+
+capsnotdir = $(PURPLE_LIBDIR)
+
+capsnot_la_LDFLAGS = -module -avoid-version
+
+if HAVE_PURPLE
+
+capsnot_LTLIBRARIES = capsnot.la
+
+capsnot_la_SOURCES = \
+ capsnot.c
+
+capsnot_la_LIBADD = \
+ $(GLIB_LIBS) \
+ $(PURPLE_LIBS)
+
+endif
+
+AM_CPPFLAGS = \
+ -DLIBDIR=\"$(PURPLE_LIBDIR)\" \
+ -DDATADIR=\"$(PURPLE_DATADIR)\" \
+ -DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
+ $(DEBUG_CFLAGS) \
+ $(PURPLE_CFLAGS)
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/capsnot/Makefile.mingw Sun Nov 28 22:57:05 2010 -0500
@@ -0,0 +1,12 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for dice plugin.
+#
+
+PP_TOP := ..
+
+PP = capsnot
+
+include $(PP_TOP)/win_pp.mak
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/icon-override/Makefile.am Sun Nov 28 22:57:05 2010 -0500
@@ -0,0 +1,28 @@
+EXTRA_DIST = \
+ Makefile.mingw \
+ plugins.cfg
+
+icon_overridedir = $(PIDGIN_LIBDIR)
+
+icon_override_la_LDFLAGS = -module -avoid-version
+
+if HAVE_PIDGIN
+
+icon_override_LTLIBRARIES = icon_override.la
+
+icon_override_la_SOURCES = \
+ icon-override.c
+
+icon_override_la_LIBADD = \
+ $(PIDGIN_LIBS) \
+ $(GTK_LIBS)
+
+endif
+
+AM_CPPFLAGS = \
+ -DLIBDIR=\"$(PIDGIN_LIBDIR)/pidgin/\" \
+ -DDATADIR=\"$(PIDGIN_DATADIR)\" \
+ -DLOCALEDIR=\"$(PIDGIN_DATADIR)/locale\" \
+ $(GTK_CFLAGS) \
+ $(DEBUG_CFLAGS) \
+ $(PIDGIN_CFLAGS)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/icon-override/Makefile.mingw Sun Nov 28 22:57:05 2010 -0500
@@ -0,0 +1,12 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for iconoverride plugin.
+#
+
+PP_TOP := ..
+
+PP = icon-override
+
+include $(PP_TOP)/win_pp.mak
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/translate/Makefile.am Sun Nov 28 22:57:05 2010 -0500
@@ -0,0 +1,28 @@
+EXTRA_DIST = \
+ Makefile.mingw \
+ plugins.cfg
+
+translatedir = $(PURPLE_LIBDIR)
+
+translate_la_LDFLAGS = -module -avoid-version
+
+if HAVE_PURPLE
+
+translate_LTLIBRARIES = translate.la
+
+translate_la_SOURCES = \
+ translate.c
+
+translate_la_LIBADD = \
+ $(GLIB_LIBS) \
+ $(PURPLE_LIBS)
+
+endif
+
+AM_CPPFLAGS = \
+ -DLIBDIR=\"$(PURPLE_LIBDIR)\" \
+ -DDATADIR=\"$(PURPLE_DATADIR)\" \
+ -DPIXMAPSDIR=\"$(PURPLE_PIXMAPSDIR)\" \
+ $(DEBUG_CFLAGS) \
+ $(PURPLE_CFLAGS)
+
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/translate/Makefile.mingw Sun Nov 28 22:57:05 2010 -0500
@@ -0,0 +1,12 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for dice plugin.
+#
+
+PP_TOP := ..
+
+PP = translate
+
+include $(PP_TOP)/win_pp.mak
+