Mercurial > pidgin
view plugins/Makefile.am @ 2210:3a6fd1e8f00a
[gaim-migrate @ 2220]
i haven't even tested this.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Wed, 05 Sep 2001 05:25:13 +0000 |
parents | 424a40f12a6c |
children | a0ee02e861b9 |
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 plugin_DATA = autorecon.so iconaway.so lagmeter.so notify.so spellchk.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 mailchk.c