~ubuntu-branches/ubuntu/oneiric/kdelibs/oneiric

« back to all changes in this revision

Viewing changes to kdecore/kconfig_compiler/tests/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Felix Geyer
  • Date: 2010-10-15 19:20:42 UTC
  • mfrom: (1.1.19 sid)
  • Revision ID: james.westby@ubuntu.com-20101015192042-jv1fhj33n4f5b398
Tags: 4:3.5.10.dfsg.1-5ubuntu1
* Merge from Debian unstable. Remaining Ubuntu 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
  - Remove libarts1-dev from build-depends and kdelibs4-dev depends from
    control.in
* Drop kubuntu_98_fix_khc_invocation.diff, replaced by
  68_support_khelpcenter4.diff
* Drop kubuntu_97_automake_cleanup.diff, replaced by 97_automake_cleanup.diff
* Re-add security_05_XMLHttpRequest_vulnerability.diff which has been
  accidentally dropped
* Fix FTBFS, in debian/rules:
  - Add -Wl,--add-needed to LDFLAGS
  - Disable parallel building

Show diffs side-by-side

added added

removed removed

Lines of Context:
270
270
AUTODIRS = @AUTODIRS@
271
271
AUTOHEADER = @AUTOHEADER@
272
272
AUTOMAKE = @AUTOMAKE@
 
273
AVAHI_CFLAGS = @AVAHI_CFLAGS@
 
274
AVAHI_LIBS = @AVAHI_LIBS@
273
275
AWK = @AWK@
274
276
CC = @CC@
275
277
CCDEPMODE = @CCDEPMODE@
291
293
DOXYGEN = @DOXYGEN@
292
294
DOXYGEN_PROJECT_NAME = @DOXYGEN_PROJECT_NAME@
293
295
DOXYGEN_PROJECT_NUMBER = @DOXYGEN_PROJECT_NUMBER@
 
296
DSYMUTIL = @DSYMUTIL@
294
297
ECHO = @ECHO@
295
298
ECHO_C = @ECHO_C@
296
299
ECHO_N = @ECHO_N@
384
387
LIBXSLT_RPATH = @LIBXSLT_RPATH@
385
388
LIBZ = @LIBZ@
386
389
LIB_CUPS = @LIB_CUPS@
387
 
LIB_DNSSD = @LIB_DNSSD@
388
390
LIB_EXR = @LIB_EXR@
389
391
LIB_IDN = @LIB_IDN@
390
392
LIB_JASPER = @LIB_JASPER@
412
414
LIB_POLL = @LIB_POLL@
413
415
LIB_QPE = @LIB_QPE@
414
416
LIB_QT = @LIB_QT@
 
417
LIB_QT_EXT = @LIB_QT_EXT@
415
418
LIB_SMB = @LIB_SMB@
416
419
LIB_X11 = @LIB_X11@
417
420
LIB_XEXT = @LIB_XEXT@
421
424
LUA = @LUA@
422
425
LUA_INCLUDES = @LUA_INCLUDES@
423
426
LUA_LIBS = @LUA_LIBS@
 
427
MAINT = @MAINT@
424
428
MAKEINFO = @MAKEINFO@
425
429
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
426
430
MCOPIDL = @MCOPIDL@
430
434
MKDIR_P = @MKDIR_P@
431
435
MOC = @MOC@
432
436
MSGFMT = @MSGFMT@
 
437
NMEDIT = @NMEDIT@
433
438
NOOPT_CFLAGS = @NOOPT_CFLAGS@
434
439
NOOPT_CXXFLAGS = @NOOPT_CXXFLAGS@
435
440
OBJEXT = @OBJEXT@
449
454
QT_INCLUDES = @QT_INCLUDES@
450
455
QT_LDFLAGS = @QT_LDFLAGS@
451
456
RANLIB = @RANLIB@
 
457
SED = @SED@
452
458
SET_MAKE = @SET_MAKE@
453
459
SHELL = @SHELL@
454
460
SSL_INCLUDES = @SSL_INCLUDES@
499
505
docdir = @docdir@
500
506
dvidir = @dvidir@
501
507
exec_prefix = @exec_prefix@
 
508
have_pkg_config = @have_pkg_config@
502
509
host = @host@
503
510
host_alias = @host_alias@
504
511
host_cpu = @host_cpu@
556
563
target_cpu = @target_cpu@
557
564
target_os = @target_os@
558
565
target_vendor = @target_vendor@
 
566
top_build_prefix = @top_build_prefix@
559
567
top_builddir = @top_builddir@
560
568
top_srcdir = @top_srcdir@
561
569
x_includes = @x_includes@
620
628
 
621
629
.SUFFIXES:
622
630
.SUFFIXES: .cpp .lo .o .obj
623
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
631
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
624
632
#>-     @for dep in $?; do \
625
633
#>-       case '$(am__configure_deps)' in \
626
634
#>-         *$$dep*) \
658
666
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
659
667
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
660
668
 
661
 
$(top_srcdir)/configure:  $(am__configure_deps)
 
669
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
662
670
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
663
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
671
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
664
672
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
665
673
 
666
674
clean-checkLTLIBRARIES:
1024
1032
.NOEXPORT:
1025
1033
 
1026
1034
#>+ 2
1027
 
KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg Makefile.in test8b.kcfg test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test_dpointer.cpp.ref test8a.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test7.kcfgc test9.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am 
 
1035
KDE_DIST=test8b.cpp.ref test6.kcfgc test2.kcfgc test_dpointer.h.ref test4.cpp.ref test1.kcfgc test7.h.ref test6.cpp.ref test6.kcfg test8b.kcfg Makefile.in test8a.h.ref test_dpointer.kcfg test4.h.ref test_dpointer.kcfgc test1.kcfg test8a.cpp.ref test_dpointer.cpp.ref test3.h.ref test5.h.ref test1.h.ref test9.cpp.ref test8a.kcfg test8b.kcfgc test9.kcfg test4.kcfgc test3.kcfg test5.cpp.ref myprefs.h test1.cpp.ref test7.kcfg test2.cpp.ref test5.kcfg test3.kcfgc test9.kcfgc test7.kcfgc test3.cpp.ref test6.h.ref test7.cpp.ref kconfigcompiler_test.h test2.h.ref test4.kcfg test8a.kcfgc test9.h.ref test8b.h.ref test5.kcfgc test2.kcfg Makefile.am 
1028
1036
 
1029
1037
#>+ 2
1030
1038
docs-am: