~ubuntu-branches/ubuntu/dapper/kopete/dapper-backports

« back to all changes in this revision

Viewing changes to kopete/protocols/yahoo/libkyahoo/tests/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:
132
132
GLINC = @GLINC@
133
133
GLLIB = @GLLIB@
134
134
GMSGFMT = @GMSGFMT@
 
135
GREP = @GREP@
135
136
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
136
137
IDN_CFLAGS = @IDN_CFLAGS@
137
138
IDN_LIBS = @IDN_LIBS@
270
271
VERSION = @VERSION@
271
272
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
272
273
XGETTEXT = @XGETTEXT@
 
274
XMKMF = @XMKMF@
273
275
XMLLINT = @XMLLINT@
274
276
XMMS_INCLUDES = @XMMS_INCLUDES@
275
277
XMMS_LDFLAGS = @XMMS_LDFLAGS@
281
283
X_RPATH = @X_RPATH@
282
284
YAHOO2_VERSION = @YAHOO2_VERSION@
283
285
YAHOOPKGREQ = @YAHOOPKGREQ@
284
 
ac_ct_AR = @ac_ct_AR@
285
286
ac_ct_CC = @ac_ct_CC@
286
287
ac_ct_CXX = @ac_ct_CXX@
287
288
ac_ct_F77 = @ac_ct_F77@
288
 
ac_ct_RANLIB = @ac_ct_RANLIB@
289
 
ac_ct_STRIP = @ac_ct_STRIP@
290
289
all_includes = @all_includes@
291
290
all_libraries = @all_libraries@
292
291
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
307
306
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
308
307
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
309
308
datadir = @datadir@
 
309
datarootdir = @datarootdir@
 
310
docdir = @docdir@
 
311
dvidir = @dvidir@
310
312
exec_prefix = @exec_prefix@
311
313
host = @host@
312
314
host_alias = @host_alias@
313
315
host_cpu = @host_cpu@
314
316
host_os = @host_os@
315
317
host_vendor = @host_vendor@
 
318
htmldir = @htmldir@
316
319
include_ARTS_FALSE = @include_ARTS_FALSE@
317
320
include_ARTS_TRUE = @include_ARTS_TRUE@
318
321
include_gadu_FALSE = @include_gadu_FALSE@
367
370
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
368
371
libdir = @libdir@
369
372
libexecdir = @libexecdir@
 
373
localedir = @localedir@
370
374
localstatedir = @localstatedir@
371
375
mandir = @mandir@
372
376
mkdir_p = @mkdir_p@
373
377
oldincludedir = @oldincludedir@
 
378
pdfdir = @pdfdir@
374
379
prefix = @prefix@
375
380
program_transform_name = @program_transform_name@
 
381
psdir = @psdir@
376
382
qt_includes = @qt_includes@
377
383
qt_libraries = @qt_libraries@
378
384
sbindir = @sbindir@
409
415
#>-           exit 1;; \
410
416
#>-       esac; \
411
417
#>-     done; \
412
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/yahoo/libkyahoo/tests/Makefile'; \
 
418
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/yahoo/libkyahoo/tests/Makefile'; \
413
419
#>-     cd $(top_srcdir) && \
414
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/yahoo/libkyahoo/tests/Makefile
 
420
#>-       $(AUTOMAKE) --foreign  kopete/protocols/yahoo/libkyahoo/tests/Makefile
415
421
#>+ 12
416
422
        @for dep in $?; do \
417
423
          case '$(am__configure_deps)' in \
421
427
              exit 1;; \
422
428
          esac; \
423
429
        done; \
424
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/yahoo/libkyahoo/tests/Makefile'; \
 
430
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/yahoo/libkyahoo/tests/Makefile'; \
425
431
        cd $(top_srcdir) && \
426
 
          $(AUTOMAKE) --gnu  kopete/protocols/yahoo/libkyahoo/tests/Makefile
 
432
          $(AUTOMAKE) --foreign  kopete/protocols/yahoo/libkyahoo/tests/Makefile
427
433
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/yahoo/libkyahoo/tests/Makefile.in
428
434
.PRECIOUS: Makefile
429
435
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
705
711
              exit 1;; \
706
712
          esac; \
707
713
        done; \
708
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/yahoo/libkyahoo/tests/Makefile'; \
 
714
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/yahoo/libkyahoo/tests/Makefile'; \
709
715
        cd $(top_srcdir) && \
710
 
          $(AUTOMAKE) --gnu  kopete/protocols/yahoo/libkyahoo/tests/Makefile
 
716
          $(AUTOMAKE) --foreign  kopete/protocols/yahoo/libkyahoo/tests/Makefile
711
717
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/yahoo/libkyahoo/tests/Makefile.in
712
718
 
713
719