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

« back to all changes in this revision

Viewing changes to kopete/plugins/statistics/sqlite/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:
158
158
GLINC = @GLINC@
159
159
GLLIB = @GLLIB@
160
160
GMSGFMT = @GMSGFMT@
 
161
GREP = @GREP@
161
162
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
162
163
IDN_CFLAGS = @IDN_CFLAGS@
163
164
IDN_LIBS = @IDN_LIBS@
296
297
VERSION = @VERSION@
297
298
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
298
299
XGETTEXT = @XGETTEXT@
 
300
XMKMF = @XMKMF@
299
301
XMLLINT = @XMLLINT@
300
302
XMMS_INCLUDES = @XMMS_INCLUDES@
301
303
XMMS_LDFLAGS = @XMMS_LDFLAGS@
307
309
X_RPATH = @X_RPATH@
308
310
YAHOO2_VERSION = @YAHOO2_VERSION@
309
311
YAHOOPKGREQ = @YAHOOPKGREQ@
310
 
ac_ct_AR = @ac_ct_AR@
311
312
ac_ct_CC = @ac_ct_CC@
312
313
ac_ct_CXX = @ac_ct_CXX@
313
314
ac_ct_F77 = @ac_ct_F77@
314
 
ac_ct_RANLIB = @ac_ct_RANLIB@
315
 
ac_ct_STRIP = @ac_ct_STRIP@
316
315
all_includes = @all_includes@
317
316
all_libraries = @all_libraries@
318
317
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
333
332
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
334
333
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
335
334
datadir = @datadir@
 
335
datarootdir = @datarootdir@
 
336
docdir = @docdir@
 
337
dvidir = @dvidir@
336
338
exec_prefix = @exec_prefix@
337
339
host = @host@
338
340
host_alias = @host_alias@
339
341
host_cpu = @host_cpu@
340
342
host_os = @host_os@
341
343
host_vendor = @host_vendor@
 
344
htmldir = @htmldir@
342
345
include_ARTS_FALSE = @include_ARTS_FALSE@
343
346
include_ARTS_TRUE = @include_ARTS_TRUE@
344
347
include_gadu_FALSE = @include_gadu_FALSE@
393
396
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
394
397
libdir = @libdir@
395
398
libexecdir = @libexecdir@
 
399
localedir = @localedir@
396
400
localstatedir = @localstatedir@
397
401
mandir = @mandir@
398
402
mkdir_p = @mkdir_p@
399
403
oldincludedir = @oldincludedir@
 
404
pdfdir = @pdfdir@
400
405
prefix = @prefix@
401
406
program_transform_name = @program_transform_name@
 
407
psdir = @psdir@
402
408
qt_includes = @qt_includes@
403
409
qt_libraries = @qt_libraries@
404
410
sbindir = @sbindir@
482
488
#>-           exit 1;; \
483
489
#>-       esac; \
484
490
#>-     done; \
485
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/statistics/sqlite/Makefile'; \
 
491
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/statistics/sqlite/Makefile'; \
486
492
#>-     cd $(top_srcdir) && \
487
 
#>-       $(AUTOMAKE) --gnu  kopete/plugins/statistics/sqlite/Makefile
 
493
#>-       $(AUTOMAKE) --foreign  kopete/plugins/statistics/sqlite/Makefile
488
494
#>+ 12
489
495
        @for dep in $?; do \
490
496
          case '$(am__configure_deps)' in \
494
500
              exit 1;; \
495
501
          esac; \
496
502
        done; \
497
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/statistics/sqlite/Makefile'; \
 
503
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/statistics/sqlite/Makefile'; \
498
504
        cd $(top_srcdir) && \
499
 
          $(AUTOMAKE) --gnu  kopete/plugins/statistics/sqlite/Makefile
 
505
          $(AUTOMAKE) --foreign  kopete/plugins/statistics/sqlite/Makefile
500
506
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/statistics/sqlite/Makefile.in
501
507
.PRECIOUS: Makefile
502
508
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1044
1050
              exit 1;; \
1045
1051
          esac; \
1046
1052
        done; \
1047
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/plugins/statistics/sqlite/Makefile'; \
 
1053
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/plugins/statistics/sqlite/Makefile'; \
1048
1054
        cd $(top_srcdir) && \
1049
 
          $(AUTOMAKE) --gnu  kopete/plugins/statistics/sqlite/Makefile
 
1055
          $(AUTOMAKE) --foreign  kopete/plugins/statistics/sqlite/Makefile
1050
1056
        cd $(top_srcdir) && perl admin/am_edit kopete/plugins/statistics/sqlite/Makefile.in
1051
1057
 
1052
1058