~ubuntu-branches/ubuntu/utopic/keep/utopic

« back to all changes in this revision

Viewing changes to po/de/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-05-24 10:34:18 UTC
  • mfrom: (0.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070524103418-lyn4ko2e8syyvz9v
Tags: 0.4.0-1ubuntu1
* Merge from Debian (different .orig.tar.gz's); remaining changes:
  - debian/patches/kubuntu_01_kdepot.diff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
FFLAGS = @FFLAGS@
110
110
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
111
111
GMSGFMT = @GMSGFMT@
112
 
GREP = @GREP@
113
112
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
114
113
INSTALL_DATA = @INSTALL_DATA@
115
114
INSTALL_PROGRAM = @INSTALL_PROGRAM@
224
223
VERSION = @VERSION@
225
224
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
226
225
XGETTEXT = @XGETTEXT@
227
 
XMKMF = @XMKMF@
228
226
XMLLINT = @XMLLINT@
229
227
X_EXTRA_LIBS = @X_EXTRA_LIBS@
230
228
X_INCLUDES = @X_INCLUDES@
231
229
X_LDFLAGS = @X_LDFLAGS@
232
230
X_PRE_LIBS = @X_PRE_LIBS@
233
231
X_RPATH = @X_RPATH@
 
232
ac_ct_AR = @ac_ct_AR@
234
233
ac_ct_CC = @ac_ct_CC@
235
234
ac_ct_CXX = @ac_ct_CXX@
236
235
ac_ct_F77 = @ac_ct_F77@
 
236
ac_ct_RANLIB = @ac_ct_RANLIB@
 
237
ac_ct_STRIP = @ac_ct_STRIP@
237
238
all_includes = @all_includes@
238
239
all_libraries = @all_libraries@
239
240
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
252
253
build_os = @build_os@
253
254
build_vendor = @build_vendor@
254
255
datadir = @datadir@
255
 
datarootdir = @datarootdir@
256
 
docdir = @docdir@
257
 
dvidir = @dvidir@
258
256
exec_prefix = @exec_prefix@
259
257
host = @host@
260
258
host_alias = @host_alias@
261
259
host_cpu = @host_cpu@
262
260
host_os = @host_os@
263
261
host_vendor = @host_vendor@
264
 
htmldir = @htmldir@
265
262
include_ARTS_FALSE = @include_ARTS_FALSE@
266
263
include_ARTS_TRUE = @include_ARTS_TRUE@
267
264
include_x11_FALSE = @include_x11_FALSE@
296
293
keep_SUBDIR_included_TRUE = @keep_SUBDIR_included_TRUE@
297
294
libdir = @libdir@
298
295
libexecdir = @libexecdir@
299
 
localedir = @localedir@
300
296
localstatedir = @localstatedir@
301
297
mandir = @mandir@
302
298
mkdir_p = @mkdir_p@
303
299
oldincludedir = @oldincludedir@
304
 
pdfdir = @pdfdir@
305
300
po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
306
301
po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
307
302
prefix = @prefix@
308
303
program_transform_name = @program_transform_name@
309
 
psdir = @psdir@
310
304
qt_includes = @qt_includes@
311
305
qt_libraries = @qt_libraries@
312
306
sbindir = @sbindir@
346
340
#>-           exit 1;; \
347
341
#>-       esac; \
348
342
#>-     done; \
349
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/de/Makefile'; \
 
343
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/de/Makefile'; \
350
344
#>-     cd $(top_srcdir) && \
351
 
#>-       $(AUTOMAKE) --gnu  po/de/Makefile
 
345
#>-       $(AUTOMAKE) --foreign  po/de/Makefile
352
346
#>+ 12
353
347
        @for dep in $?; do \
354
348
          case '$(am__configure_deps)' in \
358
352
              exit 1;; \
359
353
          esac; \
360
354
        done; \
361
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/de/Makefile'; \
 
355
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/de/Makefile'; \
362
356
        cd $(top_srcdir) && \
363
 
          $(AUTOMAKE) --gnu  po/de/Makefile
 
357
          $(AUTOMAKE) --foreign  po/de/Makefile
364
358
        cd $(top_srcdir) && perl admin/am_edit po/de/Makefile.in
365
359
.PRECIOUS: Makefile
366
360
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
723
717
              exit 1;; \
724
718
          esac; \
725
719
        done; \
726
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  po/de/Makefile'; \
 
720
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  po/de/Makefile'; \
727
721
        cd $(top_srcdir) && \
728
 
          $(AUTOMAKE) --gnu  po/de/Makefile
 
722
          $(AUTOMAKE) --foreign  po/de/Makefile
729
723
        cd $(top_srcdir) && perl admin/am_edit po/de/Makefile.in
730
724
 
731
725