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

« back to all changes in this revision

Viewing changes to kio/misc/kfile/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
 
108
108
AUTODIRS = @AUTODIRS@
109
109
AUTOHEADER = @AUTOHEADER@
110
110
AUTOMAKE = @AUTOMAKE@
111
 
AVAHI_CFLAGS = @AVAHI_CFLAGS@
112
 
AVAHI_LIBS = @AVAHI_LIBS@
113
111
AWK = @AWK@
114
112
CC = @CC@
115
113
CCDEPMODE = @CCDEPMODE@
224
222
LIBXSLT_RPATH = @LIBXSLT_RPATH@
225
223
LIBZ = @LIBZ@
226
224
LIB_CUPS = @LIB_CUPS@
 
225
LIB_DNSSD = @LIB_DNSSD@
227
226
LIB_EXR = @LIB_EXR@
228
227
LIB_IDN = @LIB_IDN@
229
228
LIB_JASPER = @LIB_JASPER@
251
250
LIB_POLL = @LIB_POLL@
252
251
LIB_QPE = @LIB_QPE@
253
252
LIB_QT = @LIB_QT@
254
 
LIB_QT_EXT = @LIB_QT_EXT@
255
253
LIB_SMB = @LIB_SMB@
256
254
LIB_X11 = @LIB_X11@
257
255
LIB_XEXT = @LIB_XEXT@
261
259
LUA = @LUA@
262
260
LUA_INCLUDES = @LUA_INCLUDES@
263
261
LUA_LIBS = @LUA_LIBS@
264
 
MAINT = @MAINT@
265
262
MAKEINFO = @MAKEINFO@
266
263
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
267
264
MCOPIDL = @MCOPIDL@
290
287
QT_INCLUDES = @QT_INCLUDES@
291
288
QT_LDFLAGS = @QT_LDFLAGS@
292
289
RANLIB = @RANLIB@
293
 
SED = @SED@
294
290
SET_MAKE = @SET_MAKE@
295
291
SHELL = @SHELL@
296
292
SSL_INCLUDES = @SSL_INCLUDES@
341
337
docdir = @docdir@
342
338
dvidir = @dvidir@
343
339
exec_prefix = @exec_prefix@
344
 
have_pkg_config = @have_pkg_config@
345
340
host = @host@
346
341
host_alias = @host_alias@
347
342
host_cpu = @host_cpu@
399
394
target_cpu = @target_cpu@
400
395
target_os = @target_os@
401
396
target_vendor = @target_vendor@
402
 
top_build_prefix = @top_build_prefix@
403
397
top_builddir = @top_builddir@
404
398
top_srcdir = @top_srcdir@
405
399
x_includes = @x_includes@
419
413
 
420
414
.SUFFIXES:
421
415
.SUFFIXES: .cpp .lo .o .obj
422
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
416
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
423
417
#>-     @for dep in $?; do \
424
418
#>-       case '$(am__configure_deps)' in \
425
419
#>-         *$$dep*) \
426
 
#>-           ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
427
 
#>-             && { if test -f $@; then exit 0; else break; fi; }; \
 
420
#>-           cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
421
#>-             && exit 0; \
428
422
#>-           exit 1;; \
429
423
#>-       esac; \
430
424
#>-     done; \
435
429
        @for dep in $?; do \
436
430
          case '$(am__configure_deps)' in \
437
431
            *$$dep*) \
438
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
439
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
432
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
433
                && exit 0; \
440
434
              exit 1;; \
441
435
          esac; \
442
436
        done; \
457
451
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
458
452
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
459
453
 
460
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
454
$(top_srcdir)/configure:  $(am__configure_deps)
461
455
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
462
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
456
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
463
457
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
464
458
install-binPROGRAMS: $(bin_PROGRAMS)
465
459
        @$(NORMAL_INSTALL)
533
527
        unique=`for i in $$list; do \
534
528
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
535
529
          done | \
536
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
530
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
537
531
              END { if (nonempty) { for (i in files) print i; }; }'`; \
538
532
        mkid -fID $$unique
539
533
tags: TAGS
725
719
                @for dep in $?; do \
726
720
          case '$(am__configure_deps)' in \
727
721
            *$$dep*) \
728
 
              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
729
 
                && { if test -f $@; then exit 0; else break; fi; }; \
 
722
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
723
                && exit 0; \
730
724
              exit 1;; \
731
725
          esac; \
732
726
        done; \