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

« back to all changes in this revision

Viewing changes to kopete/plugins/highlight/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:
178
178
GLINC = @GLINC@
179
179
GLLIB = @GLLIB@
180
180
GMSGFMT = @GMSGFMT@
 
181
GREP = @GREP@
181
182
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
182
183
IDN_CFLAGS = @IDN_CFLAGS@
183
184
IDN_LIBS = @IDN_LIBS@
316
317
VERSION = @VERSION@
317
318
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
318
319
XGETTEXT = @XGETTEXT@
 
320
XMKMF = @XMKMF@
319
321
XMLLINT = @XMLLINT@
320
322
XMMS_INCLUDES = @XMMS_INCLUDES@
321
323
XMMS_LDFLAGS = @XMMS_LDFLAGS@
327
329
X_RPATH = @X_RPATH@
328
330
YAHOO2_VERSION = @YAHOO2_VERSION@
329
331
YAHOOPKGREQ = @YAHOOPKGREQ@
330
 
ac_ct_AR = @ac_ct_AR@
331
332
ac_ct_CC = @ac_ct_CC@
332
333
ac_ct_CXX = @ac_ct_CXX@
333
334
ac_ct_F77 = @ac_ct_F77@
334
 
ac_ct_RANLIB = @ac_ct_RANLIB@
335
 
ac_ct_STRIP = @ac_ct_STRIP@
336
335
all_includes = @all_includes@
337
336
all_libraries = @all_libraries@
338
337
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
353
352
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
354
353
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
355
354
datadir = @datadir@
 
355
datarootdir = @datarootdir@
 
356
docdir = @docdir@
 
357
dvidir = @dvidir@
356
358
exec_prefix = @exec_prefix@
357
359
host = @host@
358
360
host_alias = @host_alias@
359
361
host_cpu = @host_cpu@
360
362
host_os = @host_os@
361
363
host_vendor = @host_vendor@
 
364
htmldir = @htmldir@
362
365
include_ARTS_FALSE = @include_ARTS_FALSE@
363
366
include_ARTS_TRUE = @include_ARTS_TRUE@
364
367
include_gadu_FALSE = @include_gadu_FALSE@
413
416
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
414
417
libdir = @libdir@
415
418
libexecdir = @libexecdir@
 
419
localedir = @localedir@
416
420
localstatedir = @localstatedir@
417
421
mandir = @mandir@
418
422
mkdir_p = @mkdir_p@
419
423
oldincludedir = @oldincludedir@
 
424
pdfdir = @pdfdir@
420
425
prefix = @prefix@
421
426
program_transform_name = @program_transform_name@
 
427
psdir = @psdir@
422
428
qt_includes = @qt_includes@
423
429
qt_libraries = @qt_libraries@
424
430
sbindir = @sbindir@
471
477
#>-           exit 1;; \
472
478
#>-       esac; \
473
479
#>-     done; \
474
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/highlight/Makefile'; \
 
480
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/highlight/Makefile'; \
475
481
#>-     cd $(top_srcdir) && \
476
 
#>-       $(AUTOMAKE) --gnu  kopete/plugins/highlight/Makefile
 
482
#>-       $(AUTOMAKE) --foreign  kopete/plugins/highlight/Makefile
477
483
#>+ 12
478
484
        @for dep in $?; do \
479
485
          case '$(am__configure_deps)' in \
483
489
              exit 1;; \
484
490
          esac; \
485
491
        done; \
486
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/highlight/Makefile'; \
 
492
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/highlight/Makefile'; \
487
493
        cd $(top_srcdir) && \
488
 
          $(AUTOMAKE) --gnu  kopete/plugins/highlight/Makefile
 
494
          $(AUTOMAKE) --foreign  kopete/plugins/highlight/Makefile
489
495
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/highlight/Makefile.in
490
496
.PRECIOUS: Makefile
491
497
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
971
977
              exit 1;; \
972
978
          esac; \
973
979
        done; \
974
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/highlight/Makefile'; \
 
980
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/highlight/Makefile'; \
975
981
        cd $(top_srcdir) && \
976
 
          $(AUTOMAKE) --gnu  kopete/plugins/highlight/Makefile
 
982
          $(AUTOMAKE) --foreign  kopete/plugins/highlight/Makefile
977
983
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/highlight/Makefile.in
978
984
 
979
985