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

« back to all changes in this revision

Viewing changes to kopete/protocols/sms/icons/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:
101
101
GLINC = @GLINC@
102
102
GLLIB = @GLLIB@
103
103
GMSGFMT = @GMSGFMT@
 
104
GREP = @GREP@
104
105
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
105
106
IDN_CFLAGS = @IDN_CFLAGS@
106
107
IDN_LIBS = @IDN_LIBS@
239
240
VERSION = @VERSION@
240
241
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
241
242
XGETTEXT = @XGETTEXT@
 
243
XMKMF = @XMKMF@
242
244
XMLLINT = @XMLLINT@
243
245
XMMS_INCLUDES = @XMMS_INCLUDES@
244
246
XMMS_LDFLAGS = @XMMS_LDFLAGS@
250
252
X_RPATH = @X_RPATH@
251
253
YAHOO2_VERSION = @YAHOO2_VERSION@
252
254
YAHOOPKGREQ = @YAHOOPKGREQ@
253
 
ac_ct_AR = @ac_ct_AR@
254
255
ac_ct_CC = @ac_ct_CC@
255
256
ac_ct_CXX = @ac_ct_CXX@
256
257
ac_ct_F77 = @ac_ct_F77@
257
 
ac_ct_RANLIB = @ac_ct_RANLIB@
258
 
ac_ct_STRIP = @ac_ct_STRIP@
259
258
all_includes = @all_includes@
260
259
all_libraries = @all_libraries@
261
260
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
276
275
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
277
276
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
278
277
datadir = @datadir@
 
278
datarootdir = @datarootdir@
 
279
docdir = @docdir@
 
280
dvidir = @dvidir@
279
281
exec_prefix = @exec_prefix@
280
282
host = @host@
281
283
host_alias = @host_alias@
282
284
host_cpu = @host_cpu@
283
285
host_os = @host_os@
284
286
host_vendor = @host_vendor@
 
287
htmldir = @htmldir@
285
288
include_ARTS_FALSE = @include_ARTS_FALSE@
286
289
include_ARTS_TRUE = @include_ARTS_TRUE@
287
290
include_gadu_FALSE = @include_gadu_FALSE@
336
339
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
337
340
libdir = @libdir@
338
341
libexecdir = @libexecdir@
 
342
localedir = @localedir@
339
343
localstatedir = @localstatedir@
340
344
mandir = @mandir@
341
345
mkdir_p = @mkdir_p@
342
346
oldincludedir = @oldincludedir@
 
347
pdfdir = @pdfdir@
343
348
prefix = @prefix@
344
349
program_transform_name = @program_transform_name@
 
350
psdir = @psdir@
345
351
qt_includes = @qt_includes@
346
352
qt_libraries = @qt_libraries@
347
353
sbindir = @sbindir@
375
381
#>-           exit 1;; \
376
382
#>-       esac; \
377
383
#>-     done; \
378
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/sms/icons/Makefile'; \
 
384
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/sms/icons/Makefile'; \
379
385
#>-     cd $(top_srcdir) && \
380
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/sms/icons/Makefile
 
386
#>-       $(AUTOMAKE) --foreign  kopete/protocols/sms/icons/Makefile
381
387
#>+ 12
382
388
        @for dep in $?; do \
383
389
          case '$(am__configure_deps)' in \
387
393
              exit 1;; \
388
394
          esac; \
389
395
        done; \
390
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/sms/icons/Makefile'; \
 
396
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/sms/icons/Makefile'; \
391
397
        cd $(top_srcdir) && \
392
 
          $(AUTOMAKE) --gnu  kopete/protocols/sms/icons/Makefile
 
398
          $(AUTOMAKE) --foreign  kopete/protocols/sms/icons/Makefile
393
399
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/sms/icons/Makefile.in
394
400
.PRECIOUS: Makefile
395
401
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
584
590
              exit 1;; \
585
591
          esac; \
586
592
        done; \
587
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/sms/icons/Makefile'; \
 
593
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/sms/icons/Makefile'; \
588
594
        cd $(top_srcdir) && \
589
 
          $(AUTOMAKE) --gnu  kopete/protocols/sms/icons/Makefile
 
595
          $(AUTOMAKE) --foreign  kopete/protocols/sms/icons/Makefile
590
596
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/sms/icons/Makefile.in
591
597
 
592
598