~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to kopete/protocols/jabber/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Sarah Hobbs
  • Date: 2006-07-14 23:45:58 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060714234558-gq6jzmy117r2pj4r
Tags: 4:3.5.4+kopete0.12.1-0ubuntu1
* New upstream version
* Reverted patch 01_kopete_kdesktop_freeze.diff (fixed upstream)
* Reverted patch 02_icq_version_too_old.diff (fixed upstream)
* Bumped Version so that this gets installed, instead of the kopete in kdenetwork

Show diffs side-by-side

added added

removed removed

Lines of Context:
200
200
GLINC = @GLINC@
201
201
GLLIB = @GLLIB@
202
202
GMSGFMT = @GMSGFMT@
 
203
GREP = @GREP@
203
204
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
204
205
IDN_CFLAGS = @IDN_CFLAGS@
205
206
IDN_LIBS = @IDN_LIBS@
338
339
VERSION = @VERSION@
339
340
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
340
341
XGETTEXT = @XGETTEXT@
 
342
XMKMF = @XMKMF@
341
343
XMLLINT = @XMLLINT@
342
344
XMMS_INCLUDES = @XMMS_INCLUDES@
343
345
XMMS_LDFLAGS = @XMMS_LDFLAGS@
349
351
X_RPATH = @X_RPATH@
350
352
YAHOO2_VERSION = @YAHOO2_VERSION@
351
353
YAHOOPKGREQ = @YAHOOPKGREQ@
352
 
ac_ct_AR = @ac_ct_AR@
353
354
ac_ct_CC = @ac_ct_CC@
354
355
ac_ct_CXX = @ac_ct_CXX@
355
356
ac_ct_F77 = @ac_ct_F77@
356
 
ac_ct_RANLIB = @ac_ct_RANLIB@
357
 
ac_ct_STRIP = @ac_ct_STRIP@
358
357
all_includes = @all_includes@
359
358
all_libraries = @all_libraries@
360
359
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
375
374
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
376
375
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
377
376
datadir = @datadir@
 
377
datarootdir = @datarootdir@
 
378
docdir = @docdir@
 
379
dvidir = @dvidir@
378
380
exec_prefix = @exec_prefix@
379
381
host = @host@
380
382
host_alias = @host_alias@
381
383
host_cpu = @host_cpu@
382
384
host_os = @host_os@
383
385
host_vendor = @host_vendor@
 
386
htmldir = @htmldir@
384
387
include_ARTS_FALSE = @include_ARTS_FALSE@
385
388
include_ARTS_TRUE = @include_ARTS_TRUE@
386
389
include_gadu_FALSE = @include_gadu_FALSE@
435
438
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
436
439
libdir = @libdir@
437
440
libexecdir = @libexecdir@
 
441
localedir = @localedir@
438
442
localstatedir = @localstatedir@
439
443
mandir = @mandir@
440
444
mkdir_p = @mkdir_p@
441
445
oldincludedir = @oldincludedir@
 
446
pdfdir = @pdfdir@
442
447
prefix = @prefix@
443
448
program_transform_name = @program_transform_name@
 
449
psdir = @psdir@
444
450
qt_includes = @qt_includes@
445
451
qt_libraries = @qt_libraries@
446
452
sbindir = @sbindir@
537
543
#>-           exit 1;; \
538
544
#>-       esac; \
539
545
#>-     done; \
540
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/Makefile'; \
 
546
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/Makefile'; \
541
547
#>-     cd $(top_srcdir) && \
542
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/jabber/Makefile
 
548
#>-       $(AUTOMAKE) --foreign  kopete/protocols/jabber/Makefile
543
549
#>+ 12
544
550
        @for dep in $?; do \
545
551
          case '$(am__configure_deps)' in \
549
555
              exit 1;; \
550
556
          esac; \
551
557
        done; \
552
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/Makefile'; \
 
558
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/Makefile'; \
553
559
        cd $(top_srcdir) && \
554
 
          $(AUTOMAKE) --gnu  kopete/protocols/jabber/Makefile
 
560
          $(AUTOMAKE) --foreign  kopete/protocols/jabber/Makefile
555
561
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/jabber/Makefile.in
556
562
.PRECIOUS: Makefile
557
563
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1171
1177
              exit 1;; \
1172
1178
          esac; \
1173
1179
        done; \
1174
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/Makefile'; \
 
1180
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/Makefile'; \
1175
1181
        cd $(top_srcdir) && \
1176
 
          $(AUTOMAKE) --gnu  kopete/protocols/jabber/Makefile
 
1182
          $(AUTOMAKE) --foreign  kopete/protocols/jabber/Makefile
1177
1183
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/jabber/Makefile.in
1178
1184
 
1179
1185