~ubuntu-branches/ubuntu/edgy/kopete/edgy-proposed

« back to all changes in this revision

Viewing changes to kopete/plugins/smpppdcs/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:
185
185
GLINC = @GLINC@
186
186
GLLIB = @GLLIB@
187
187
GMSGFMT = @GMSGFMT@
 
188
GREP = @GREP@
188
189
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
189
190
IDN_CFLAGS = @IDN_CFLAGS@
190
191
IDN_LIBS = @IDN_LIBS@
323
324
VERSION = @VERSION@
324
325
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
325
326
XGETTEXT = @XGETTEXT@
 
327
XMKMF = @XMKMF@
326
328
XMLLINT = @XMLLINT@
327
329
XMMS_INCLUDES = @XMMS_INCLUDES@
328
330
XMMS_LDFLAGS = @XMMS_LDFLAGS@
334
336
X_RPATH = @X_RPATH@
335
337
YAHOO2_VERSION = @YAHOO2_VERSION@
336
338
YAHOOPKGREQ = @YAHOOPKGREQ@
337
 
ac_ct_AR = @ac_ct_AR@
338
339
ac_ct_CC = @ac_ct_CC@
339
340
ac_ct_CXX = @ac_ct_CXX@
340
341
ac_ct_F77 = @ac_ct_F77@
341
 
ac_ct_RANLIB = @ac_ct_RANLIB@
342
 
ac_ct_STRIP = @ac_ct_STRIP@
343
342
all_includes = @all_includes@
344
343
all_libraries = @all_libraries@
345
344
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
360
359
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
361
360
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
362
361
datadir = @datadir@
 
362
datarootdir = @datarootdir@
 
363
docdir = @docdir@
 
364
dvidir = @dvidir@
363
365
exec_prefix = @exec_prefix@
364
366
host = @host@
365
367
host_alias = @host_alias@
366
368
host_cpu = @host_cpu@
367
369
host_os = @host_os@
368
370
host_vendor = @host_vendor@
 
371
htmldir = @htmldir@
369
372
include_ARTS_FALSE = @include_ARTS_FALSE@
370
373
include_ARTS_TRUE = @include_ARTS_TRUE@
371
374
include_gadu_FALSE = @include_gadu_FALSE@
420
423
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
421
424
libdir = @libdir@
422
425
libexecdir = @libexecdir@
 
426
localedir = @localedir@
423
427
localstatedir = @localstatedir@
424
428
mandir = @mandir@
425
429
mkdir_p = @mkdir_p@
426
430
oldincludedir = @oldincludedir@
 
431
pdfdir = @pdfdir@
427
432
prefix = @prefix@
428
433
program_transform_name = @program_transform_name@
 
434
psdir = @psdir@
429
435
qt_includes = @qt_includes@
430
436
qt_libraries = @qt_libraries@
431
437
sbindir = @sbindir@
498
504
#>-           exit 1;; \
499
505
#>-       esac; \
500
506
#>-     done; \
501
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/smpppdcs/Makefile'; \
 
507
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/smpppdcs/Makefile'; \
502
508
#>-     cd $(top_srcdir) && \
503
 
#>-       $(AUTOMAKE) --gnu  kopete/plugins/smpppdcs/Makefile
 
509
#>-       $(AUTOMAKE) --foreign  kopete/plugins/smpppdcs/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/plugins/smpppdcs/Makefile'; \
 
519
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/smpppdcs/Makefile'; \
514
520
        cd $(top_srcdir) && \
515
 
          $(AUTOMAKE) --gnu  kopete/plugins/smpppdcs/Makefile
 
521
          $(AUTOMAKE) --foreign  kopete/plugins/smpppdcs/Makefile
516
522
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/smpppdcs/Makefile.in
517
523
.PRECIOUS: Makefile
518
524
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1080
1086
              exit 1;; \
1081
1087
          esac; \
1082
1088
        done; \
1083
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/smpppdcs/Makefile'; \
 
1089
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/smpppdcs/Makefile'; \
1084
1090
        cd $(top_srcdir) && \
1085
 
          $(AUTOMAKE) --gnu  kopete/plugins/smpppdcs/Makefile
 
1091
          $(AUTOMAKE) --foreign  kopete/plugins/smpppdcs/Makefile
1086
1092
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/smpppdcs/Makefile.in
1087
1093
 
1088
1094