comparison plugins/Makefile.am @ 2473:3860817b32af

[gaim-migrate @ 2486] this probably won't fix anything but it doesn't break things that weren't broken, i think committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Wed, 10 Oct 2001 18:12:09 +0000
parents b1050f14b429
children ec21ec04cdeb
comparison
equal deleted inserted replaced
2472:dd4114ed4c07 2473:3860817b32af
1 CFLAGS += -I\$(top_srcdir) -I\$(top_srcdir)/src -DVERSION=\"$(VERSION)\" 1 CFLAGS += -I\$(top_srcdir) -I\$(top_srcdir)/src -DVERSION=\"$(VERSION)\"
2 SUFFIXES = .c .so 2 SUFFIXES = .c .so
3 .c.so: 3 .c.so:
4 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) 4 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS)
5 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) $(PLUGIN_LIBS) 5 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -avoid-version $(PLUGIN_LIBS)
6 @rm -f tmp$@.lo tmp$@.o libtmp$@.la 6 @rm -f tmp$@.lo tmp$@.o libtmp$@.la
7 @cp .libs/libtmp$@.so $@ 7 @cp .libs/libtmp$@.so $@
8 @rm -f .libs/libtmp$@.* 8 @rm -f .libs/libtmp$@.*
9 9
10 if PLUGINS 10 if PLUGINS