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

« back to all changes in this revision

Viewing changes to kopete/protocols/groupwise/ui/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:
144
144
GLINC = @GLINC@
145
145
GLLIB = @GLLIB@
146
146
GMSGFMT = @GMSGFMT@
 
147
GREP = @GREP@
147
148
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
148
149
IDN_CFLAGS = @IDN_CFLAGS@
149
150
IDN_LIBS = @IDN_LIBS@
282
283
VERSION = @VERSION@
283
284
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
284
285
XGETTEXT = @XGETTEXT@
 
286
XMKMF = @XMKMF@
285
287
XMLLINT = @XMLLINT@
286
288
XMMS_INCLUDES = @XMMS_INCLUDES@
287
289
XMMS_LDFLAGS = @XMMS_LDFLAGS@
293
295
X_RPATH = @X_RPATH@
294
296
YAHOO2_VERSION = @YAHOO2_VERSION@
295
297
YAHOOPKGREQ = @YAHOOPKGREQ@
296
 
ac_ct_AR = @ac_ct_AR@
297
298
ac_ct_CC = @ac_ct_CC@
298
299
ac_ct_CXX = @ac_ct_CXX@
299
300
ac_ct_F77 = @ac_ct_F77@
300
 
ac_ct_RANLIB = @ac_ct_RANLIB@
301
 
ac_ct_STRIP = @ac_ct_STRIP@
302
301
all_includes = @all_includes@
303
302
all_libraries = @all_libraries@
304
303
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
319
318
compile_LIBKOPETE_COMPAT_FALSE = @compile_LIBKOPETE_COMPAT_FALSE@
320
319
compile_LIBKOPETE_COMPAT_TRUE = @compile_LIBKOPETE_COMPAT_TRUE@
321
320
datadir = @datadir@
 
321
datarootdir = @datarootdir@
 
322
docdir = @docdir@
 
323
dvidir = @dvidir@
322
324
exec_prefix = @exec_prefix@
323
325
host = @host@
324
326
host_alias = @host_alias@
325
327
host_cpu = @host_cpu@
326
328
host_os = @host_os@
327
329
host_vendor = @host_vendor@
 
330
htmldir = @htmldir@
328
331
include_ARTS_FALSE = @include_ARTS_FALSE@
329
332
include_ARTS_TRUE = @include_ARTS_TRUE@
330
333
include_gadu_FALSE = @include_gadu_FALSE@
379
382
kopete_SUBDIR_included_TRUE = @kopete_SUBDIR_included_TRUE@
380
383
libdir = @libdir@
381
384
libexecdir = @libexecdir@
 
385
localedir = @localedir@
382
386
localstatedir = @localstatedir@
383
387
mandir = @mandir@
384
388
mkdir_p = @mkdir_p@
385
389
oldincludedir = @oldincludedir@
 
390
pdfdir = @pdfdir@
386
391
prefix = @prefix@
387
392
program_transform_name = @program_transform_name@
 
393
psdir = @psdir@
388
394
qt_includes = @qt_includes@
389
395
qt_libraries = @qt_libraries@
390
396
sbindir = @sbindir@
445
451
#>-           exit 1;; \
446
452
#>-       esac; \
447
453
#>-     done; \
448
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/groupwise/ui/Makefile'; \
 
454
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/groupwise/ui/Makefile'; \
449
455
#>-     cd $(top_srcdir) && \
450
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/groupwise/ui/Makefile
 
456
#>-       $(AUTOMAKE) --foreign  kopete/protocols/groupwise/ui/Makefile
451
457
#>+ 12
452
458
        @for dep in $?; do \
453
459
          case '$(am__configure_deps)' in \
457
463
              exit 1;; \
458
464
          esac; \
459
465
        done; \
460
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/groupwise/ui/Makefile'; \
 
466
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/groupwise/ui/Makefile'; \
461
467
        cd $(top_srcdir) && \
462
 
          $(AUTOMAKE) --gnu  kopete/protocols/groupwise/ui/Makefile
 
468
          $(AUTOMAKE) --foreign  kopete/protocols/groupwise/ui/Makefile
463
469
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/groupwise/ui/Makefile.in
464
470
.PRECIOUS: Makefile
465
471
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
801
807
              exit 1;; \
802
808
          esac; \
803
809
        done; \
804
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/groupwise/ui/Makefile'; \
 
810
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/groupwise/ui/Makefile'; \
805
811
        cd $(top_srcdir) && \
806
 
          $(AUTOMAKE) --gnu  kopete/protocols/groupwise/ui/Makefile
 
812
          $(AUTOMAKE) --foreign  kopete/protocols/groupwise/ui/Makefile
807
813
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/groupwise/ui/Makefile.in
808
814
 
809
815