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

« back to all changes in this revision

Viewing changes to khtml/html/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
 
127
127
AUTODIRS = @AUTODIRS@
128
128
AUTOHEADER = @AUTOHEADER@
129
129
AUTOMAKE = @AUTOMAKE@
130
 
AVAHI_CFLAGS = @AVAHI_CFLAGS@
131
 
AVAHI_LIBS = @AVAHI_LIBS@
132
130
AWK = @AWK@
133
131
CC = @CC@
134
132
CCDEPMODE = @CCDEPMODE@
243
241
LIBXSLT_RPATH = @LIBXSLT_RPATH@
244
242
LIBZ = @LIBZ@
245
243
LIB_CUPS = @LIB_CUPS@
 
244
LIB_DNSSD = @LIB_DNSSD@
246
245
LIB_EXR = @LIB_EXR@
247
246
LIB_IDN = @LIB_IDN@
248
247
LIB_JASPER = @LIB_JASPER@
270
269
LIB_POLL = @LIB_POLL@
271
270
LIB_QPE = @LIB_QPE@
272
271
LIB_QT = @LIB_QT@
273
 
LIB_QT_EXT = @LIB_QT_EXT@
274
272
LIB_SMB = @LIB_SMB@
275
273
LIB_X11 = @LIB_X11@
276
274
LIB_XEXT = @LIB_XEXT@
280
278
LUA = @LUA@
281
279
LUA_INCLUDES = @LUA_INCLUDES@
282
280
LUA_LIBS = @LUA_LIBS@
283
 
MAINT = @MAINT@
284
281
MAKEINFO = @MAKEINFO@
285
282
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
286
283
MCOPIDL = @MCOPIDL@
309
306
QT_INCLUDES = @QT_INCLUDES@
310
307
QT_LDFLAGS = @QT_LDFLAGS@
311
308
RANLIB = @RANLIB@
312
 
SED = @SED@
313
309
SET_MAKE = @SET_MAKE@
314
310
SHELL = @SHELL@
315
311
SSL_INCLUDES = @SSL_INCLUDES@
360
356
docdir = @docdir@
361
357
dvidir = @dvidir@
362
358
exec_prefix = @exec_prefix@
363
 
have_pkg_config = @have_pkg_config@
364
359
host = @host@
365
360
host_alias = @host_alias@
366
361
host_cpu = @host_cpu@
418
413
target_cpu = @target_cpu@
419
414
target_os = @target_os@
420
415
target_vendor = @target_vendor@
421
 
top_build_prefix = @top_build_prefix@
422
416
top_builddir = @top_builddir@
423
417
top_srcdir = @top_srcdir@
424
418
x_includes = @x_includes@
457
451
 
458
452
.SUFFIXES:
459
453
.SUFFIXES: .cpp .lo .o .obj
460
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
454
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
461
455
#>-     @for dep in $?; do \
462
456
#>-       case '$(am__configure_deps)' in \
463
457
#>-         *$$dep*) \
464
 
#>-           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
465
 
#>-             && { if test -f $@; then exit 0; else break; fi; }; \
 
458
#>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
459
#>-             && exit 0; \
466
460
#>-           exit 1;; \
467
461
#>-       esac; \
468
462
#>-     done; \
473
467
        @for dep in $?; do \
474
468
          case '$(am__configure_deps)' in \
475
469
            *$$dep*) \
476
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
477
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
470
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
471
                && exit 0; \
478
472
              exit 1;; \
479
473
          esac; \
480
474
        done; \
495
489
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
496
490
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
497
491
 
498
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
492
$(top_srcdir)/configure:  $(am__configure_deps)
499
493
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
500
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
494
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
501
495
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
502
496
 
503
497
clean-noinstLTLIBRARIES:
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
780
774
                @for dep in $?; do \
781
775
          case '$(am__configure_deps)' in \
782
776
            *$$dep*) \
783
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
784
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
777
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
778
                && exit 0; \
785
779
              exit 1;; \
786
780
          esac; \
787
781
        done; \