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

« back to all changes in this revision

Viewing changes to kopete/libkopete/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:
199
199
GLINC = @GLINC@
200
200
GLLIB = @GLLIB@
201
201
GMSGFMT = @GMSGFMT@
 
202
GREP = @GREP@
202
203
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
203
204
IDN_CFLAGS = @IDN_CFLAGS@
204
205
IDN_LIBS = @IDN_LIBS@
337
338
VERSION = @VERSION@
338
339
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
339
340
XGETTEXT = @XGETTEXT@
 
341
XMKMF = @XMKMF@
340
342
XMLLINT = @XMLLINT@
341
343
XMMS_INCLUDES = @XMMS_INCLUDES@
342
344
XMMS_LDFLAGS = @XMMS_LDFLAGS@
348
350
X_RPATH = @X_RPATH@
349
351
YAHOO2_VERSION = @YAHOO2_VERSION@
350
352
YAHOOPKGREQ = @YAHOOPKGREQ@
351
 
ac_ct_AR = @ac_ct_AR@
352
353
ac_ct_CC = @ac_ct_CC@
353
354
ac_ct_CXX = @ac_ct_CXX@
354
355
ac_ct_F77 = @ac_ct_F77@
355
 
ac_ct_RANLIB = @ac_ct_RANLIB@
356
 
ac_ct_STRIP = @ac_ct_STRIP@
357
356
all_includes = @all_includes@
358
357
all_libraries = @all_libraries@
359
358
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
374
373
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
375
374
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
376
375
datadir = @datadir@
 
376
datarootdir = @datarootdir@
 
377
docdir = @docdir@
 
378
dvidir = @dvidir@
377
379
exec_prefix = @exec_prefix@
378
380
host = @host@
379
381
host_alias = @host_alias@
380
382
host_cpu = @host_cpu@
381
383
host_os = @host_os@
382
384
host_vendor = @host_vendor@
 
385
htmldir = @htmldir@
383
386
include_ARTS_FALSE = @include_ARTS_FALSE@
384
387
include_ARTS_TRUE = @include_ARTS_TRUE@
385
388
include_gadu_FALSE = @include_gadu_FALSE@
434
437
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
435
438
libdir = @libdir@
436
439
libexecdir = @libexecdir@
 
440
localedir = @localedir@
437
441
localstatedir = @localstatedir@
438
442
mandir = @mandir@
439
443
mkdir_p = @mkdir_p@
440
444
oldincludedir = @oldincludedir@
 
445
pdfdir = @pdfdir@
441
446
prefix = @prefix@
442
447
program_transform_name = @program_transform_name@
 
448
psdir = @psdir@
443
449
qt_includes = @qt_includes@
444
450
qt_libraries = @qt_libraries@
445
451
sbindir = @sbindir@
498
504
#>-           exit 1;; \
499
505
#>-       esac; \
500
506
#>-     done; \
501
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/libkopete/tests/Makefile'; \
 
507
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/libkopete/tests/Makefile'; \
502
508
#>-     cd $(top_srcdir) && \
503
 
#>-       $(AUTOMAKE) --gnu  kopete/libkopete/tests/Makefile
 
509
#>-       $(AUTOMAKE) --foreign  kopete/libkopete/tests/Makefile
504
510
#>+ 12
505
511
        @for dep in $?; do \
506
512
          case '$(am__configure_deps)' in \
510
516
              exit 1;; \
511
517
          esac; \
512
518
        done; \
513
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/libkopete/tests/Makefile'; \
 
519
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/libkopete/tests/Makefile'; \
514
520
        cd $(top_srcdir) && \
515
 
          $(AUTOMAKE) --gnu  kopete/libkopete/tests/Makefile
 
521
          $(AUTOMAKE) --foreign  kopete/libkopete/tests/Makefile
516
522
        cd $(top_srcdir) && perl admin/am_edit kopete/libkopete/tests/Makefile.in
517
523
.PRECIOUS: Makefile
518
524
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
949
955
              exit 1;; \
950
956
          esac; \
951
957
        done; \
952
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/libkopete/tests/Makefile'; \
 
958
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/libkopete/tests/Makefile'; \
953
959
        cd $(top_srcdir) && \
954
 
          $(AUTOMAKE) --gnu  kopete/libkopete/tests/Makefile
 
960
          $(AUTOMAKE) --foreign  kopete/libkopete/tests/Makefile
955
961
        cd $(top_srcdir) && perl admin/am_edit kopete/libkopete/tests/Makefile.in
956
962
 
957
963