~ubuntu-branches/ubuntu/hardy/xchat-gnome/hardy-updates

« back to all changes in this revision

Viewing changes to plugins/net-monitor/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2006-07-20 10:46:11 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20060720104611-bo8b5e44s9b8cc9w
Tags: 1:0.13-0ubuntu1
* New upstream version, UVF granted by Colin Watson:
  - Add the ability to auto-join keyed channels (Ubuntu: #29856)
  - Add the red-line unread indicator (Ubuntu: #30642)
  - Lots and lots of major bug fixes
  - Fix a crash when saving transcript without current session
    (Ubuntu: #52692)
  - Fix crasher when using /server <servername> (Ubuntu: #45312)
* debian/control.in:
  - Build-Depends on libssl-dev instead of libssl0.9.8 (Ubuntu: #52746)
* debian/patches/03_autoconf.patch:
  - updated

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    *) f=$$p;; \
54
54
  esac;
55
55
am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
56
 
am__installdirs = "$(DESTDIR)$(libdir)"
57
 
libLTLIBRARIES_INSTALL = $(INSTALL)
58
 
LTLIBRARIES = $(lib_LTLIBRARIES)
 
56
am__installdirs = "$(DESTDIR)$(plugindir)"
 
57
pluginLTLIBRARIES_INSTALL = $(INSTALL)
 
58
LTLIBRARIES = $(plugin_LTLIBRARIES)
59
59
am__DEPENDENCIES_1 =
60
60
netmonitor_la_DEPENDENCIES = $(am__DEPENDENCIES_1)
61
 
am_netmonitor_la_OBJECTS = net-monitor.lo
 
61
am_netmonitor_la_OBJECTS = netmonitor_la-net-monitor.lo
62
62
netmonitor_la_OBJECTS = $(am_netmonitor_la_OBJECTS)
63
63
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64
64
depcomp = $(SHELL) $(top_srcdir)/depcomp
84
84
AMTAR = @AMTAR@
85
85
AM_CFLAGS = @AM_CFLAGS@
86
86
AM_CPPFLAGS = @AM_CPPFLAGS@
 
87
AM_LDFLAGS = @AM_LDFLAGS@
87
88
AR = @AR@
88
89
AUTOCONF = @AUTOCONF@
89
90
AUTOHEADER = @AUTOHEADER@
142
143
GLIB_GENMARSHAL = @GLIB_GENMARSHAL@
143
144
GMOFILES = @GMOFILES@
144
145
GMSGFMT = @GMSGFMT@
 
146
GREP = @GREP@
145
147
HELP_DIR = @HELP_DIR@
146
148
INSTALL_DATA = @INSTALL_DATA@
147
149
INSTALL_PROGRAM = @INSTALL_PROGRAM@
235
237
USE_OPENSSL_TRUE = @USE_OPENSSL_TRUE@
236
238
VERSION = @VERSION@
237
239
WARN_CFLAGS = @WARN_CFLAGS@
238
 
XCHATLIBDIR = @XCHATLIBDIR@
239
 
XCHATSHAREDIR = @XCHATSHAREDIR@
240
240
XGETTEXT = @XGETTEXT@
241
 
ac_ct_AR = @ac_ct_AR@
242
241
ac_ct_CC = @ac_ct_CC@
243
242
ac_ct_CXX = @ac_ct_CXX@
244
243
ac_ct_F77 = @ac_ct_F77@
245
 
ac_ct_RANLIB = @ac_ct_RANLIB@
246
 
ac_ct_STRIP = @ac_ct_STRIP@
247
 
ac_pt_PKG_CONFIG = @ac_pt_PKG_CONFIG@
248
244
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
249
245
am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
250
246
am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
261
257
build_os = @build_os@
262
258
build_vendor = @build_vendor@
263
259
datadir = @datadir@
 
260
datarootdir = @datarootdir@
 
261
docdir = @docdir@
 
262
dvidir = @dvidir@
264
263
exec_prefix = @exec_prefix@
265
264
host = @host@
266
265
host_alias = @host_alias@
267
266
host_cpu = @host_cpu@
268
267
host_os = @host_os@
269
268
host_vendor = @host_vendor@
 
269
htmldir = @htmldir@
270
270
includedir = @includedir@
271
271
infodir = @infodir@
272
272
install_sh = @install_sh@
273
 
libdir = $(XCHATLIBDIR)/plugins
 
273
libdir = @libdir@
274
274
libexecdir = @libexecdir@
 
275
localedir = @localedir@
275
276
localstatedir = @localstatedir@
276
277
mandir = @mandir@
277
278
mkdir_p = @mkdir_p@
278
279
oldincludedir = @oldincludedir@
 
280
pdfdir = @pdfdir@
279
281
pkgpyexecdir = @pkgpyexecdir@
280
282
pkgpythondir = @pkgpythondir@
281
283
prefix = @prefix@
282
284
program_transform_name = @program_transform_name@
 
285
psdir = @psdir@
283
286
pyexecdir = @pyexecdir@
284
287
pythondir = @pythondir@
285
288
sbindir = @sbindir@
286
289
sharedstatedir = @sharedstatedir@
287
290
sysconfdir = @sysconfdir@
288
291
target_alias = @target_alias@
289
 
lib_LTLIBRARIES = netmonitor.la
 
292
plugindir = $(pkglibdir)/plugins
 
293
plugin_LTLIBRARIES = netmonitor.la
290
294
netmonitor_la_SOURCES = net-monitor.c
291
 
netmonitor_la_LDFLAGS = -avoid-version -module
292
 
netmonitor_la_LIBADD = $(DBUS_LIBS)
293
 
INCLUDES = \
 
295
netmonitor_la_CPPFLAGS = \
 
296
        -I$(srcdir)/..          \
 
297
        $(AM_CPPFLAGS)
 
298
 
 
299
netmonitor_la_CFLAGS = \
294
300
        $(DEPENDENCIES_CFLAGS)  \
295
301
        $(DBUS_CFLAGS)          \
296
 
        -I$(srcdir)/..
297
 
 
 
302
        $(AM_CFLAGS)
 
303
 
 
304
netmonitor_la_LDFLAGS = \
 
305
        -avoid-version          \
 
306
        -module                 \
 
307
        $(AM_LDFLAGS)
 
308
 
 
309
netmonitor_la_LIBADD = $(DBUS_LIBS)
298
310
all: all-am
299
311
 
300
312
.SUFFIXES:
328
340
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
329
341
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
330
342
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
331
 
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
343
install-pluginLTLIBRARIES: $(plugin_LTLIBRARIES)
332
344
        @$(NORMAL_INSTALL)
333
 
        test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
334
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
345
        test -z "$(plugindir)" || $(mkdir_p) "$(DESTDIR)$(plugindir)"
 
346
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
335
347
          if test -f $$p; then \
336
348
            f=$(am__strip_dir) \
337
 
            echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
338
 
            $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
 
349
            echo " $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(plugindir)/$$f'"; \
 
350
            $(LIBTOOL) --mode=install $(pluginLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(plugindir)/$$f"; \
339
351
          else :; fi; \
340
352
        done
341
353
 
342
 
uninstall-libLTLIBRARIES:
 
354
uninstall-pluginLTLIBRARIES:
343
355
        @$(NORMAL_UNINSTALL)
344
 
        @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
356
        @set -x; list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
345
357
          p=$(am__strip_dir) \
346
 
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
347
 
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
 
358
          echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(plugindir)/$$p'"; \
 
359
          $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(plugindir)/$$p"; \
348
360
        done
349
361
 
350
 
clean-libLTLIBRARIES:
351
 
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
352
 
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
362
clean-pluginLTLIBRARIES:
 
363
        -test -z "$(plugin_LTLIBRARIES)" || rm -f $(plugin_LTLIBRARIES)
 
364
        @list='$(plugin_LTLIBRARIES)'; for p in $$list; do \
353
365
          dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
354
366
          test "$$dir" != "$$p" || dir=.; \
355
367
          echo "rm -f \"$${dir}/so_locations\""; \
356
368
          rm -f "$${dir}/so_locations"; \
357
369
        done
358
370
netmonitor.la: $(netmonitor_la_OBJECTS) $(netmonitor_la_DEPENDENCIES) 
359
 
        $(LINK) -rpath $(libdir) $(netmonitor_la_LDFLAGS) $(netmonitor_la_OBJECTS) $(netmonitor_la_LIBADD) $(LIBS)
 
371
        $(LINK) -rpath $(plugindir) $(netmonitor_la_LDFLAGS) $(netmonitor_la_OBJECTS) $(netmonitor_la_LIBADD) $(LIBS)
360
372
 
361
373
mostlyclean-compile:
362
374
        -rm -f *.$(OBJEXT)
364
376
distclean-compile:
365
377
        -rm -f *.tab.c
366
378
 
367
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/net-monitor.Plo@am__quote@
 
379
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/netmonitor_la-net-monitor.Plo@am__quote@
368
380
 
369
381
.c.o:
370
382
@am__fastdepCC_TRUE@    depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`; \
390
402
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
391
403
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
392
404
 
 
405
netmonitor_la-net-monitor.lo: net-monitor.c
 
406
@am__fastdepCC_TRUE@    if $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(netmonitor_la_CPPFLAGS) $(CPPFLAGS) $(netmonitor_la_CFLAGS) $(CFLAGS) -MT netmonitor_la-net-monitor.lo -MD -MP -MF "$(DEPDIR)/netmonitor_la-net-monitor.Tpo" -c -o netmonitor_la-net-monitor.lo `test -f 'net-monitor.c' || echo '$(srcdir)/'`net-monitor.c; \
 
407
@am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/netmonitor_la-net-monitor.Tpo" "$(DEPDIR)/netmonitor_la-net-monitor.Plo"; else rm -f "$(DEPDIR)/netmonitor_la-net-monitor.Tpo"; exit 1; fi
 
408
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='net-monitor.c' object='netmonitor_la-net-monitor.lo' libtool=yes @AMDEPBACKSLASH@
 
409
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
410
@am__fastdepCC_FALSE@   $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(netmonitor_la_CPPFLAGS) $(CPPFLAGS) $(netmonitor_la_CFLAGS) $(CFLAGS) -c -o netmonitor_la-net-monitor.lo `test -f 'net-monitor.c' || echo '$(srcdir)/'`net-monitor.c
 
411
 
393
412
mostlyclean-libtool:
394
413
        -rm -f *.lo
395
414
 
479
498
check: check-am
480
499
all-am: Makefile $(LTLIBRARIES)
481
500
installdirs:
482
 
        for dir in "$(DESTDIR)$(libdir)"; do \
 
501
        for dir in "$(DESTDIR)$(plugindir)"; do \
483
502
          test -z "$$dir" || $(mkdir_p) "$$dir"; \
484
503
        done
485
504
install: install-am
508
527
        @echo "it deletes files that may require special tools to rebuild."
509
528
clean: clean-am
510
529
 
511
 
clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
 
530
clean-am: clean-generic clean-libtool clean-pluginLTLIBRARIES \
512
531
        mostlyclean-am
513
532
 
514
533
distclean: distclean-am
527
546
 
528
547
info-am:
529
548
 
530
 
install-data-am:
 
549
install-data-am: install-pluginLTLIBRARIES
531
550
 
532
 
install-exec-am: install-libLTLIBRARIES
 
551
install-exec-am:
533
552
 
534
553
install-info: install-info-am
535
554
 
555
574
 
556
575
ps-am:
557
576
 
558
 
uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
 
577
uninstall-am: uninstall-info-am uninstall-pluginLTLIBRARIES
559
578
 
560
579
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
561
 
        clean-libLTLIBRARIES clean-libtool ctags distclean \
 
580
        clean-libtool clean-pluginLTLIBRARIES ctags distclean \
562
581
        distclean-compile distclean-generic distclean-libtool \
563
582
        distclean-tags distdir dvi dvi-am html html-am info info-am \
564
583
        install install-am install-data install-data-am install-exec \
565
 
        install-exec-am install-info install-info-am \
566
 
        install-libLTLIBRARIES install-man install-strip installcheck \
 
584
        install-exec-am install-info install-info-am install-man \
 
585
        install-pluginLTLIBRARIES install-strip installcheck \
567
586
        installcheck-am installdirs maintainer-clean \
568
587
        maintainer-clean-generic mostlyclean mostlyclean-compile \
569
588
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
570
589
        tags uninstall uninstall-am uninstall-info-am \
571
 
        uninstall-libLTLIBRARIES
 
590
        uninstall-pluginLTLIBRARIES
572
591
 
573
592
# Tell versions [3.59,3.63) of GNU make to not export all variables.
574
593
# Otherwise a system limit (for SysV at least) may be exceeded.