comparison plugins/ticker/Makefile.am @ 3391:412d1035d666

[gaim-migrate @ 3410] Pluginzed the ticker. the ticker will load itself if the old ticker option was set. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 11 Aug 2002 06:42:17 +0000
parents
children 8d211ff092cb
comparison
equal deleted inserted replaced
3390:a5d356cba156 3391:412d1035d666
1 CFLAGS += -I\$(top_srcdir) -I\$(top_srcdir)/src -DVERSION=\"$(VERSION)\"
2 plugindir = $(libdir)/gaim
3
4 if PLUGINS
5
6 tickersources = ticker.c gtkticker.so
7
8 all:
9 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c gtkticker.c -o tmpgtkticker.lo $(PLUGIN_CFLAGS)
10 $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c ticker.c -o tmpticker.lo $(PLUGIN_CFLAGS)
11 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmpticker.la -rpath $(plugindir) tmpgtkticker.lo tmpticker.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS)
12 @rm -f tmpticker.lo tmpgtkticker.lo tmpticker.o tmpgtkticker.o libtmpgtkticker.la libticker.la
13 @cp .libs/libtmpticker.so* ticker.so
14 @rm -f .libs/libtmpticker.*
15
16 clean distclean:
17 rm -rf $(plugin_DATA) .libs
18
19 install:
20 cp ticker.so $(plugindir)
21
22
23 endif
24
25 EXTRA_DIST = ticker.c gtkticker.c gtkticker.h