Mercurial > pidgin
comparison libpurple/plugins/Makefile.am @ 31186:ecfa71bc216d
propagate from branch 'im.pidgin.pidgin' (head edd569c9522df52af33d6132a9d4955bd842f9bb)
to branch 'im.pidgin.pidgin.openq' (head 5afb2c825d40388ede03697166175f4331e9eaf4)
| author | SHiNE CsyFeK <csyfek@gmail.com> |
|---|---|
| date | Sat, 08 Aug 2009 15:00:34 +0000 |
| parents | 48148e688ad1 |
| children |
comparison
equal
deleted
inserted
replaced
| 31185:1e5654e2928d | 31186:ecfa71bc216d |
|---|---|
| 155 SUFFIXES = .c .so | 155 SUFFIXES = .c .so |
| 156 .c.so: | 156 .c.so: |
| 157 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) | 157 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) |
| 158 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) | 158 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) |
| 159 @rm -f tmp$@.lo tmp$@.o libtmp$@.la | 159 @rm -f tmp$@.lo tmp$@.o libtmp$@.la |
| 160 @cp .libs/libtmp$@.so.so $@ | 160 @cp .libs/libtmp$@*.so $@ |
| 161 @rm -rf .libs/libtmp$@.* | 161 @rm -rf .libs/libtmp$@.* |
