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

« back to all changes in this revision

Viewing changes to kopete/plugins/motionautoaway/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:
161
161
GLINC = @GLINC@
162
162
GLLIB = @GLLIB@
163
163
GMSGFMT = @GMSGFMT@
 
164
GREP = @GREP@
164
165
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
165
166
IDN_CFLAGS = @IDN_CFLAGS@
166
167
IDN_LIBS = @IDN_LIBS@
299
300
VERSION = @VERSION@
300
301
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
301
302
XGETTEXT = @XGETTEXT@
 
303
XMKMF = @XMKMF@
302
304
XMLLINT = @XMLLINT@
303
305
XMMS_INCLUDES = @XMMS_INCLUDES@
304
306
XMMS_LDFLAGS = @XMMS_LDFLAGS@
310
312
X_RPATH = @X_RPATH@
311
313
YAHOO2_VERSION = @YAHOO2_VERSION@
312
314
YAHOOPKGREQ = @YAHOOPKGREQ@
313
 
ac_ct_AR = @ac_ct_AR@
314
315
ac_ct_CC = @ac_ct_CC@
315
316
ac_ct_CXX = @ac_ct_CXX@
316
317
ac_ct_F77 = @ac_ct_F77@
317
 
ac_ct_RANLIB = @ac_ct_RANLIB@
318
 
ac_ct_STRIP = @ac_ct_STRIP@
319
318
all_includes = @all_includes@
320
319
all_libraries = @all_libraries@
321
320
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
336
335
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
337
336
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
338
337
datadir = @datadir@
 
338
datarootdir = @datarootdir@
 
339
docdir = @docdir@
 
340
dvidir = @dvidir@
339
341
exec_prefix = @exec_prefix@
340
342
host = @host@
341
343
host_alias = @host_alias@
342
344
host_cpu = @host_cpu@
343
345
host_os = @host_os@
344
346
host_vendor = @host_vendor@
 
347
htmldir = @htmldir@
345
348
include_ARTS_FALSE = @include_ARTS_FALSE@
346
349
include_ARTS_TRUE = @include_ARTS_TRUE@
347
350
include_gadu_FALSE = @include_gadu_FALSE@
396
399
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
397
400
libdir = @libdir@
398
401
libexecdir = @libexecdir@
 
402
localedir = @localedir@
399
403
localstatedir = @localstatedir@
400
404
mandir = @mandir@
401
405
mkdir_p = @mkdir_p@
402
406
oldincludedir = @oldincludedir@
 
407
pdfdir = @pdfdir@
403
408
prefix = @prefix@
404
409
program_transform_name = @program_transform_name@
 
410
psdir = @psdir@
405
411
qt_includes = @qt_includes@
406
412
qt_libraries = @qt_libraries@
407
413
sbindir = @sbindir@
454
460
#>-           exit 1;; \
455
461
#>-       esac; \
456
462
#>-     done; \
457
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/motionautoaway/Makefile'; \
 
463
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/motionautoaway/Makefile'; \
458
464
#>-     cd $(top_srcdir) && \
459
 
#>-       $(AUTOMAKE) --gnu  kopete/plugins/motionautoaway/Makefile
 
465
#>-       $(AUTOMAKE) --foreign  kopete/plugins/motionautoaway/Makefile
460
466
#>+ 12
461
467
        @for dep in $?; do \
462
468
          case '$(am__configure_deps)' in \
466
472
              exit 1;; \
467
473
          esac; \
468
474
        done; \
469
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/motionautoaway/Makefile'; \
 
475
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/motionautoaway/Makefile'; \
470
476
        cd $(top_srcdir) && \
471
 
          $(AUTOMAKE) --gnu  kopete/plugins/motionautoaway/Makefile
 
477
          $(AUTOMAKE) --foreign  kopete/plugins/motionautoaway/Makefile
472
478
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/motionautoaway/Makefile.in
473
479
.PRECIOUS: Makefile
474
480
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
872
878
              exit 1;; \
873
879
          esac; \
874
880
        done; \
875
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/motionautoaway/Makefile'; \
 
881
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/motionautoaway/Makefile'; \
876
882
        cd $(top_srcdir) && \
877
 
          $(AUTOMAKE) --gnu  kopete/plugins/motionautoaway/Makefile
 
883
          $(AUTOMAKE) --foreign  kopete/plugins/motionautoaway/Makefile
878
884
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/motionautoaway/Makefile.in
879
885
 
880
886