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

« back to all changes in this revision

Viewing changes to kopete/protocols/jabber/libiris/qca/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:
118
118
GLINC = @GLINC@
119
119
GLLIB = @GLLIB@
120
120
GMSGFMT = @GMSGFMT@
 
121
GREP = @GREP@
121
122
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
122
123
IDN_CFLAGS = @IDN_CFLAGS@
123
124
IDN_LIBS = @IDN_LIBS@
256
257
VERSION = @VERSION@
257
258
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
258
259
XGETTEXT = @XGETTEXT@
 
260
XMKMF = @XMKMF@
259
261
XMLLINT = @XMLLINT@
260
262
XMMS_INCLUDES = @XMMS_INCLUDES@
261
263
XMMS_LDFLAGS = @XMMS_LDFLAGS@
267
269
X_RPATH = @X_RPATH@
268
270
YAHOO2_VERSION = @YAHOO2_VERSION@
269
271
YAHOOPKGREQ = @YAHOOPKGREQ@
270
 
ac_ct_AR = @ac_ct_AR@
271
272
ac_ct_CC = @ac_ct_CC@
272
273
ac_ct_CXX = @ac_ct_CXX@
273
274
ac_ct_F77 = @ac_ct_F77@
274
 
ac_ct_RANLIB = @ac_ct_RANLIB@
275
 
ac_ct_STRIP = @ac_ct_STRIP@
276
275
all_includes = @all_includes@
277
276
all_libraries = @all_libraries@
278
277
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
293
292
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
294
293
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
295
294
datadir = @datadir@
 
295
datarootdir = @datarootdir@
 
296
docdir = @docdir@
 
297
dvidir = @dvidir@
296
298
exec_prefix = @exec_prefix@
297
299
host = @host@
298
300
host_alias = @host_alias@
299
301
host_cpu = @host_cpu@
300
302
host_os = @host_os@
301
303
host_vendor = @host_vendor@
 
304
htmldir = @htmldir@
302
305
include_ARTS_FALSE = @include_ARTS_FALSE@
303
306
include_ARTS_TRUE = @include_ARTS_TRUE@
304
307
include_gadu_FALSE = @include_gadu_FALSE@
353
356
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
354
357
libdir = @libdir@
355
358
libexecdir = @libexecdir@
 
359
localedir = @localedir@
356
360
localstatedir = @localstatedir@
357
361
mandir = @mandir@
358
362
mkdir_p = @mkdir_p@
359
363
oldincludedir = @oldincludedir@
 
364
pdfdir = @pdfdir@
360
365
prefix = @prefix@
361
366
program_transform_name = @program_transform_name@
 
367
psdir = @psdir@
362
368
qt_includes = @qt_includes@
363
369
qt_libraries = @qt_libraries@
364
370
sbindir = @sbindir@
391
397
#>-           exit 1;; \
392
398
#>-       esac; \
393
399
#>-     done; \
394
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/libiris/qca/Makefile'; \
 
400
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/libiris/qca/Makefile'; \
395
401
#>-     cd $(top_srcdir) && \
396
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/jabber/libiris/qca/Makefile
 
402
#>-       $(AUTOMAKE) --foreign  kopete/protocols/jabber/libiris/qca/Makefile
397
403
#>+ 12
398
404
        @for dep in $?; do \
399
405
          case '$(am__configure_deps)' in \
403
409
              exit 1;; \
404
410
          esac; \
405
411
        done; \
406
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/libiris/qca/Makefile'; \
 
412
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/libiris/qca/Makefile'; \
407
413
        cd $(top_srcdir) && \
408
 
          $(AUTOMAKE) --gnu  kopete/protocols/jabber/libiris/qca/Makefile
 
414
          $(AUTOMAKE) --foreign  kopete/protocols/jabber/libiris/qca/Makefile
409
415
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/jabber/libiris/qca/Makefile.in
410
416
.PRECIOUS: Makefile
411
417
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
724
730
              exit 1;; \
725
731
          esac; \
726
732
        done; \
727
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/jabber/libiris/qca/Makefile'; \
 
733
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/jabber/libiris/qca/Makefile'; \
728
734
        cd $(top_srcdir) && \
729
 
          $(AUTOMAKE) --gnu  kopete/protocols/jabber/libiris/qca/Makefile
 
735
          $(AUTOMAKE) --foreign  kopete/protocols/jabber/libiris/qca/Makefile
730
736
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/jabber/libiris/qca/Makefile.in
731
737
 
732
738