~ubuntu-branches/ubuntu/lucid/kdelibs/lucid

« back to all changes in this revision

Viewing changes to kwallet/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2009-11-09 17:43:28 UTC
  • mfrom: (1.1.16 squeeze)
  • Revision ID: james.westby@ubuntu.com-20091109174328-3kvjg00vi07n1dvg
Tags: 4:3.5.10.dfsg.1-2.1ubuntu1
* Merge with Debian, remaining changes
 - make sure control and control.in are in sync
 - --with-distribution="Kubuntu (`lsb_release --codename --short`) $(DEB_VERSION)"
 - binary-install/kdelibs-data installs aboutkde-kubuntu.png.uu and cr*-device-system.png.uu
 - don't build-dep on libgamin-dev, libfam-dev
 - stop kdelibs4-dev depending on gamin/fam
 - don't install .svgz icons, docs or all_languages in kdelibs-data.install
 - rosetta support in rules common-install-prehook-impl:: [and common-post-build-arch:: ?] and include debian/kubuntu-desktop-i18n/
 - build-dep on: gettext-kde, kdesdk-scripts, lsb-release, base-files, sudo
 - cdbs build-dep 0.4.41ubuntu2
 - kdelibs4-dev depends on gettext-kde, kdesdk-scripts
 - copy debian/icons over
 - Make kdelibs4c2a depend on launchpad-integration, sudo.  Recommends on xdg-user-dirs
 - Remove 19_debianize_useragent.diff (changed to kubuntu_19_debianize_useragent.diff) s/Debian/Kubuntu
 - remove kdelibs4c2a depends on menu-xdg
 - include kubuntu_01_kdepot.diff and kde.pot in debian/patches/common
 - use a local copy of kde.mk without the common-install-prehook-impl:: rule; edit debian-qt-kde.mk to include debian/cdbs/kde.mk
 - build with --with-sudo-kdesu-backend and build-dep on sudo and make kdelibs4c2a depend on sudo
 - kdelibs-data.install : Add nzb mimetype
 - Make kdelibs4-dev replace more recent kdelibs4c2a for overlapping files
 - remove /usr/bin/preparetips, arts files and ksvntopng from kdelibs4-dev.install
 - Drop the package kdelibs4-doc completely. It contained API documentation  which is now obsolete, but still available via api.kde.org.
 - make sure control and control.in are in sync
 - in debian/rule remove .pot files outside .po directory
 - 97_automake_cleanup.diff becomes kubuntu_97_automake_cleanup.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.2 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# KDE tags expanded automatically by am_edit - $Revision: 483858 $ 
3
3
# @configure_input@
4
4
 
140
140
AUTODIRS = @AUTODIRS@
141
141
AUTOHEADER = @AUTOHEADER@
142
142
AUTOMAKE = @AUTOMAKE@
143
 
AVAHI_CFLAGS = @AVAHI_CFLAGS@
144
 
AVAHI_LIBS = @AVAHI_LIBS@
145
143
AWK = @AWK@
146
144
CC = @CC@
147
145
CCDEPMODE = @CCDEPMODE@
256
254
LIBXSLT_RPATH = @LIBXSLT_RPATH@
257
255
LIBZ = @LIBZ@
258
256
LIB_CUPS = @LIB_CUPS@
 
257
LIB_DNSSD = @LIB_DNSSD@
259
258
LIB_EXR = @LIB_EXR@
260
259
LIB_IDN = @LIB_IDN@
261
260
LIB_JASPER = @LIB_JASPER@
283
282
LIB_POLL = @LIB_POLL@
284
283
LIB_QPE = @LIB_QPE@
285
284
LIB_QT = @LIB_QT@
286
 
LIB_QT_EXT = @LIB_QT_EXT@
287
285
LIB_SMB = @LIB_SMB@
288
286
LIB_X11 = @LIB_X11@
289
287
LIB_XEXT = @LIB_XEXT@
293
291
LUA = @LUA@
294
292
LUA_INCLUDES = @LUA_INCLUDES@
295
293
LUA_LIBS = @LUA_LIBS@
296
 
MAINT = @MAINT@
297
294
MAKEINFO = @MAKEINFO@
298
295
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
299
296
MCOPIDL = @MCOPIDL@
322
319
QT_INCLUDES = @QT_INCLUDES@
323
320
QT_LDFLAGS = @QT_LDFLAGS@
324
321
RANLIB = @RANLIB@
325
 
SED = @SED@
326
322
SET_MAKE = @SET_MAKE@
327
323
SHELL = @SHELL@
328
324
SSL_INCLUDES = @SSL_INCLUDES@
373
369
docdir = @docdir@
374
370
dvidir = @dvidir@
375
371
exec_prefix = @exec_prefix@
376
 
have_pkg_config = @have_pkg_config@
377
372
host = @host@
378
373
host_alias = @host_alias@
379
374
host_cpu = @host_cpu@
431
426
target_cpu = @target_cpu@
432
427
target_os = @target_os@
433
428
target_vendor = @target_vendor@
434
 
top_build_prefix = @top_build_prefix@
435
429
top_builddir = @top_builddir@
436
430
top_srcdir = @top_srcdir@
437
431
x_includes = @x_includes@
463
457
 
464
458
.SUFFIXES:
465
459
.SUFFIXES: .cpp .lo .o .obj
466
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
460
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
467
461
#>-     @for dep in $?; do \
468
462
#>-       case '$(am__configure_deps)' in \
469
463
#>-         *$$dep*) \
470
 
#>-           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
471
 
#>-             && { if test -f $@; then exit 0; else break; fi; }; \
 
464
#>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
465
#>-             && exit 0; \
472
466
#>-           exit 1;; \
473
467
#>-       esac; \
474
468
#>-     done; \
479
473
        @for dep in $?; do \
480
474
          case '$(am__configure_deps)' in \
481
475
            *$$dep*) \
482
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
483
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
476
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
477
                && exit 0; \
484
478
              exit 1;; \
485
479
          esac; \
486
480
        done; \
501
495
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
502
496
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
503
497
 
504
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
498
$(top_srcdir)/configure:  $(am__configure_deps)
505
499
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
506
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
500
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
507
501
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
508
502
 
509
503
clean-checkPROGRAMS:
565
559
        unique=`for i in $$list; do \
566
560
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
567
561
          done | \
568
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
562
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
569
563
              END { if (nonempty) { for (i in files) print i; }; }'`; \
570
564
        mkid -fID $$unique
571
565
tags: TAGS
768
762
                @for dep in $?; do \
769
763
          case '$(am__configure_deps)' in \
770
764
            *$$dep*) \
771
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
772
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
765
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
766
                && exit 0; \
773
767
              exit 1;; \
774
768
          esac; \
775
769
        done; \