~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/kopete/contactlist/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:
146
146
GLINC = @GLINC@
147
147
GLLIB = @GLLIB@
148
148
GMSGFMT = @GMSGFMT@
 
149
GREP = @GREP@
149
150
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
150
151
IDN_CFLAGS = @IDN_CFLAGS@
151
152
IDN_LIBS = @IDN_LIBS@
284
285
VERSION = @VERSION@
285
286
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
286
287
XGETTEXT = @XGETTEXT@
 
288
XMKMF = @XMKMF@
287
289
XMLLINT = @XMLLINT@
288
290
XMMS_INCLUDES = @XMMS_INCLUDES@
289
291
XMMS_LDFLAGS = @XMMS_LDFLAGS@
295
297
X_RPATH = @X_RPATH@
296
298
YAHOO2_VERSION = @YAHOO2_VERSION@
297
299
YAHOOPKGREQ = @YAHOOPKGREQ@
298
 
ac_ct_AR = @ac_ct_AR@
299
300
ac_ct_CC = @ac_ct_CC@
300
301
ac_ct_CXX = @ac_ct_CXX@
301
302
ac_ct_F77 = @ac_ct_F77@
302
 
ac_ct_RANLIB = @ac_ct_RANLIB@
303
 
ac_ct_STRIP = @ac_ct_STRIP@
304
303
all_includes = @all_includes@
305
304
all_libraries = @all_libraries@
306
305
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
321
320
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
322
321
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
323
322
datadir = @datadir@
 
323
datarootdir = @datarootdir@
 
324
docdir = @docdir@
 
325
dvidir = @dvidir@
324
326
exec_prefix = @exec_prefix@
325
327
host = @host@
326
328
host_alias = @host_alias@
327
329
host_cpu = @host_cpu@
328
330
host_os = @host_os@
329
331
host_vendor = @host_vendor@
 
332
htmldir = @htmldir@
330
333
include_ARTS_FALSE = @include_ARTS_FALSE@
331
334
include_ARTS_TRUE = @include_ARTS_TRUE@
332
335
include_gadu_FALSE = @include_gadu_FALSE@
381
384
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
382
385
libdir = @libdir@
383
386
libexecdir = @libexecdir@
 
387
localedir = @localedir@
384
388
localstatedir = @localstatedir@
385
389
mandir = @mandir@
386
390
mkdir_p = @mkdir_p@
387
391
oldincludedir = @oldincludedir@
 
392
pdfdir = @pdfdir@
388
393
prefix = @prefix@
389
394
program_transform_name = @program_transform_name@
 
395
psdir = @psdir@
390
396
qt_includes = @qt_includes@
391
397
qt_libraries = @qt_libraries@
392
398
sbindir = @sbindir@
448
454
#>-           exit 1;; \
449
455
#>-       esac; \
450
456
#>-     done; \
451
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile'; \
 
457
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile'; \
452
458
#>-     cd $(top_srcdir) && \
453
 
#>-       $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile
 
459
#>-       $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile
454
460
#>+ 12
455
461
        @for dep in $?; do \
456
462
          case '$(am__configure_deps)' in \
460
466
              exit 1;; \
461
467
          esac; \
462
468
        done; \
463
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile'; \
 
469
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile'; \
464
470
        cd $(top_srcdir) && \
465
 
          $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile
 
471
          $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile
466
472
        cd $(top_srcdir) && perl admin/am_edit kopete/kopete/contactlist/Makefile.in
467
473
.PRECIOUS: Makefile
468
474
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
795
801
              exit 1;; \
796
802
          esac; \
797
803
        done; \
798
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile'; \
 
804
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile'; \
799
805
        cd $(top_srcdir) && \
800
 
          $(AUTOMAKE) --gnu  kopete/kopete/contactlist/Makefile
 
806
          $(AUTOMAKE) --foreign  kopete/kopete/contactlist/Makefile
801
807
        cd $(top_srcdir) && perl admin/am_edit kopete/kopete/contactlist/Makefile.in
802
808
 
803
809