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

« back to all changes in this revision

Viewing changes to kopete/protocols/oscar/liboscar/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:
183
183
GLINC = @GLINC@
184
184
GLLIB = @GLLIB@
185
185
GMSGFMT = @GMSGFMT@
 
186
GREP = @GREP@
186
187
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
187
188
IDN_CFLAGS = @IDN_CFLAGS@
188
189
IDN_LIBS = @IDN_LIBS@
321
322
VERSION = @VERSION@
322
323
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
323
324
XGETTEXT = @XGETTEXT@
 
325
XMKMF = @XMKMF@
324
326
XMLLINT = @XMLLINT@
325
327
XMMS_INCLUDES = @XMMS_INCLUDES@
326
328
XMMS_LDFLAGS = @XMMS_LDFLAGS@
332
334
X_RPATH = @X_RPATH@
333
335
YAHOO2_VERSION = @YAHOO2_VERSION@
334
336
YAHOOPKGREQ = @YAHOOPKGREQ@
335
 
ac_ct_AR = @ac_ct_AR@
336
337
ac_ct_CC = @ac_ct_CC@
337
338
ac_ct_CXX = @ac_ct_CXX@
338
339
ac_ct_F77 = @ac_ct_F77@
339
 
ac_ct_RANLIB = @ac_ct_RANLIB@
340
 
ac_ct_STRIP = @ac_ct_STRIP@
341
340
all_includes = @all_includes@
342
341
all_libraries = @all_libraries@
343
342
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
358
357
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
359
358
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
360
359
datadir = @datadir@
 
360
datarootdir = @datarootdir@
 
361
docdir = @docdir@
 
362
dvidir = @dvidir@
361
363
exec_prefix = @exec_prefix@
362
364
host = @host@
363
365
host_alias = @host_alias@
364
366
host_cpu = @host_cpu@
365
367
host_os = @host_os@
366
368
host_vendor = @host_vendor@
 
369
htmldir = @htmldir@
367
370
include_ARTS_FALSE = @include_ARTS_FALSE@
368
371
include_ARTS_TRUE = @include_ARTS_TRUE@
369
372
include_gadu_FALSE = @include_gadu_FALSE@
418
421
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
419
422
libdir = @libdir@
420
423
libexecdir = @libexecdir@
 
424
localedir = @localedir@
421
425
localstatedir = @localstatedir@
422
426
mandir = @mandir@
423
427
mkdir_p = @mkdir_p@
424
428
oldincludedir = @oldincludedir@
 
429
pdfdir = @pdfdir@
425
430
prefix = @prefix@
426
431
program_transform_name = @program_transform_name@
 
432
psdir = @psdir@
427
433
qt_includes = @qt_includes@
428
434
qt_libraries = @qt_libraries@
429
435
sbindir = @sbindir@
479
485
#>-           exit 1;; \
480
486
#>-       esac; \
481
487
#>-     done; \
482
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/oscar/liboscar/Makefile'; \
 
488
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/oscar/liboscar/Makefile'; \
483
489
#>-     cd $(top_srcdir) && \
484
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/oscar/liboscar/Makefile
 
490
#>-       $(AUTOMAKE) --foreign  kopete/protocols/oscar/liboscar/Makefile
485
491
#>+ 12
486
492
        @for dep in $?; do \
487
493
          case '$(am__configure_deps)' in \
491
497
              exit 1;; \
492
498
          esac; \
493
499
        done; \
494
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/oscar/liboscar/Makefile'; \
 
500
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/oscar/liboscar/Makefile'; \
495
501
        cd $(top_srcdir) && \
496
 
          $(AUTOMAKE) --gnu  kopete/protocols/oscar/liboscar/Makefile
 
502
          $(AUTOMAKE) --foreign  kopete/protocols/oscar/liboscar/Makefile
497
503
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/oscar/liboscar/Makefile.in
498
504
.PRECIOUS: Makefile
499
505
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1154
1160
              exit 1;; \
1155
1161
          esac; \
1156
1162
        done; \
1157
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/oscar/liboscar/Makefile'; \
 
1163
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/oscar/liboscar/Makefile'; \
1158
1164
        cd $(top_srcdir) && \
1159
 
          $(AUTOMAKE) --gnu  kopete/protocols/oscar/liboscar/Makefile
 
1165
          $(AUTOMAKE) --foreign  kopete/protocols/oscar/liboscar/Makefile
1160
1166
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/oscar/liboscar/Makefile.in
1161
1167
 
1162
1168