Mercurial > pidgin
diff plugins/Makefile.am @ 1506:4ebde910e95c
[gaim-migrate @ 1516]
fixed parallel builds for plugins, added notes in plugins/ChangeLog.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Mon, 26 Feb 2001 20:38:27 +0000 |
| parents | c3a40af2b0c4 |
| children | dccdb9913f24 |
line wrap: on
line diff
--- a/plugins/Makefile.am Sun Feb 25 23:17:58 2001 +0000 +++ b/plugins/Makefile.am Mon Feb 26 20:38:27 2001 +0000 @@ -1,11 +1,11 @@ CFLAGS += -I\$(top_srcdir) -I\$(top_srcdir)/src -DVERSION=\"$(VERSION)\" SUFFIXES = .c .so .c.so: - $(LIBTOOL) --mode=compile $(CC) $(CFLAGS) -c $< -o tmp.lo - $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp.la -rpath $(plugindir) tmp.lo $(LIBS) $(LDFLAGS) $(PLUGIN_LIBS) - rm tmp.lo tmp.o libtmp.la - mv .libs/libtmp.so.0.0.0 $@ - rm -rf .libs + $(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 tmp$<.lo tmp$<.o libtmp$<.la + mv .libs/libtmp$<.so.0.0.0 $@ + rm -f .libs/libtmp$<.so .libs/libtmp$<.so.0 .libs/libtmp$<.a .libs/libtmp$<.la .libs/libtmp$<.lai if PLUGINS
