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

« back to all changes in this revision

Viewing changes to kopete/protocols/yahoo/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:
170
170
GLINC = @GLINC@
171
171
GLLIB = @GLLIB@
172
172
GMSGFMT = @GMSGFMT@
 
173
GREP = @GREP@
173
174
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
174
175
IDN_CFLAGS = @IDN_CFLAGS@
175
176
IDN_LIBS = @IDN_LIBS@
308
309
VERSION = @VERSION@
309
310
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
310
311
XGETTEXT = @XGETTEXT@
 
312
XMKMF = @XMKMF@
311
313
XMLLINT = @XMLLINT@
312
314
XMMS_INCLUDES = @XMMS_INCLUDES@
313
315
XMMS_LDFLAGS = @XMMS_LDFLAGS@
319
321
X_RPATH = @X_RPATH@
320
322
YAHOO2_VERSION = @YAHOO2_VERSION@
321
323
YAHOOPKGREQ = @YAHOOPKGREQ@
322
 
ac_ct_AR = @ac_ct_AR@
323
324
ac_ct_CC = @ac_ct_CC@
324
325
ac_ct_CXX = @ac_ct_CXX@
325
326
ac_ct_F77 = @ac_ct_F77@
326
 
ac_ct_RANLIB = @ac_ct_RANLIB@
327
 
ac_ct_STRIP = @ac_ct_STRIP@
328
327
all_includes = @all_includes@
329
328
all_libraries = @all_libraries@
330
329
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
345
344
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
346
345
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
347
346
datadir = @datadir@
 
347
datarootdir = @datarootdir@
 
348
docdir = @docdir@
 
349
dvidir = @dvidir@
348
350
exec_prefix = @exec_prefix@
349
351
host = @host@
350
352
host_alias = @host_alias@
351
353
host_cpu = @host_cpu@
352
354
host_os = @host_os@
353
355
host_vendor = @host_vendor@
 
356
htmldir = @htmldir@
354
357
include_ARTS_FALSE = @include_ARTS_FALSE@
355
358
include_ARTS_TRUE = @include_ARTS_TRUE@
356
359
include_gadu_FALSE = @include_gadu_FALSE@
405
408
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
406
409
libdir = @libdir@
407
410
libexecdir = @libexecdir@
 
411
localedir = @localedir@
408
412
localstatedir = @localstatedir@
409
413
mandir = @mandir@
410
414
mkdir_p = @mkdir_p@
411
415
oldincludedir = @oldincludedir@
 
416
pdfdir = @pdfdir@
412
417
prefix = @prefix@
413
418
program_transform_name = @program_transform_name@
 
419
psdir = @psdir@
414
420
qt_includes = @qt_includes@
415
421
qt_libraries = @qt_libraries@
416
422
sbindir = @sbindir@
464
470
#>-           exit 1;; \
465
471
#>-       esac; \
466
472
#>-     done; \
467
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/yahoo/Makefile'; \
 
473
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/yahoo/Makefile'; \
468
474
#>-     cd $(top_srcdir) && \
469
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/yahoo/Makefile
 
475
#>-       $(AUTOMAKE) --foreign  kopete/protocols/yahoo/Makefile
470
476
#>+ 12
471
477
        @for dep in $?; do \
472
478
          case '$(am__configure_deps)' in \
476
482
              exit 1;; \
477
483
          esac; \
478
484
        done; \
479
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/yahoo/Makefile'; \
 
485
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/yahoo/Makefile'; \
480
486
        cd $(top_srcdir) && \
481
 
          $(AUTOMAKE) --gnu  kopete/protocols/yahoo/Makefile
 
487
          $(AUTOMAKE) --foreign  kopete/protocols/yahoo/Makefile
482
488
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/yahoo/Makefile.in
483
489
.PRECIOUS: Makefile
484
490
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
999
1005
              exit 1;; \
1000
1006
          esac; \
1001
1007
        done; \
1002
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/yahoo/Makefile'; \
 
1008
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/yahoo/Makefile'; \
1003
1009
        cd $(top_srcdir) && \
1004
 
          $(AUTOMAKE) --gnu  kopete/protocols/yahoo/Makefile
 
1010
          $(AUTOMAKE) --foreign  kopete/protocols/yahoo/Makefile
1005
1011
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/yahoo/Makefile.in
1006
1012
 
1007
1013