view plugins/Makefile.am @ 1771:213607e89598

[gaim-migrate @ 1781] plug mem leak. don't show evil level if it decreased. mid's utf8 patch for jabber. my girlfriend got an accounting calculator today, you know, with the paper and the printing and things. it's kinda loud. she's really happy about having it. she had bought a different one yesterday but it didn't work so we returned it today. we also went to Albertson's and bought groceries. we bought 72 cans of soda for $15. That's 20 cents per soda. Not bad. we also bought a cow; i'm going to cook it tonight. ben&jerry's ice cream is good. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 30 Apr 2001 01:25:30 +0000
parents 1e0fa7e130d0
children d36f759df56d
line wrap: on
line source

CFLAGS += -I\$(top_srcdir) -I\$(top_srcdir)/src -DVERSION=\"$(VERSION)\"
SUFFIXES = .c .so
.c.so:
	$(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
	$(LIBTOOL) --mode=link    $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) $(PLUGIN_LIBS)
	rm -f tmp$@.lo tmp$@.o libtmp$@.la
	if test -f .libs/libtmp$@.so ; then \
		cp .libs/libtmp$@.so $@ ; \
	elif test -f .libs/libtmp$@.so.0.0 ; then \
		cp .libs/libtmp$@.so.0.0 $@ ; \
	fi
	rm -f .libs/libtmp$@.*

if PLUGINS

plugindir = $(libdir)/gaim

if PRPLS

SUBDIRS = yay icq msn jabber zephyr

prpls = irc.so napster.so

$(prpls): $(top_srcdir)/src/prpl.h

else

SUBDIRS =

prpls = 

endif 

plugin_DATA = $(prpls) autorecon.so iconaway.so notify.so spellchk.so lagmeter.so

$(plugin_DATA): $(top_srcdir)/src/gaim.h

clean distclean:
	$(RM) $(plugin_DATA)

else

plugin_DATA = 

endif



EXTRA_DIST = ChangeLog PERL-HOWTO CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \
	gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \
	toc_commands.c events.c gaim.pl irc.c napster.c