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

« back to all changes in this revision

Viewing changes to keep/icons/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:
91
91
FFLAGS = @FFLAGS@
92
92
FRAMEWORK_COREAUDIO = @FRAMEWORK_COREAUDIO@
93
93
GMSGFMT = @GMSGFMT@
94
 
GREP = @GREP@
95
94
HAVE_GCC_VISIBILITY = @HAVE_GCC_VISIBILITY@
96
95
INSTALL_DATA = @INSTALL_DATA@
97
96
INSTALL_PROGRAM = @INSTALL_PROGRAM@
206
205
VERSION = @VERSION@
207
206
WOVERLOADED_VIRTUAL = @WOVERLOADED_VIRTUAL@
208
207
XGETTEXT = @XGETTEXT@
209
 
XMKMF = @XMKMF@
210
208
XMLLINT = @XMLLINT@
211
209
X_EXTRA_LIBS = @X_EXTRA_LIBS@
212
210
X_INCLUDES = @X_INCLUDES@
213
211
X_LDFLAGS = @X_LDFLAGS@
214
212
X_PRE_LIBS = @X_PRE_LIBS@
215
213
X_RPATH = @X_RPATH@
 
214
ac_ct_AR = @ac_ct_AR@
216
215
ac_ct_CC = @ac_ct_CC@
217
216
ac_ct_CXX = @ac_ct_CXX@
218
217
ac_ct_F77 = @ac_ct_F77@
 
218
ac_ct_RANLIB = @ac_ct_RANLIB@
 
219
ac_ct_STRIP = @ac_ct_STRIP@
219
220
all_includes = @all_includes@
220
221
all_libraries = @all_libraries@
221
222
am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
234
235
build_os = @build_os@
235
236
build_vendor = @build_vendor@
236
237
datadir = @datadir@
237
 
datarootdir = @datarootdir@
238
 
docdir = @docdir@
239
 
dvidir = @dvidir@
240
238
exec_prefix = @exec_prefix@
241
239
host = @host@
242
240
host_alias = @host_alias@
243
241
host_cpu = @host_cpu@
244
242
host_os = @host_os@
245
243
host_vendor = @host_vendor@
246
 
htmldir = @htmldir@
247
244
include_ARTS_FALSE = @include_ARTS_FALSE@
248
245
include_ARTS_TRUE = @include_ARTS_TRUE@
249
246
include_x11_FALSE = @include_x11_FALSE@
278
275
keep_SUBDIR_included_TRUE = @keep_SUBDIR_included_TRUE@
279
276
libdir = @libdir@
280
277
libexecdir = @libexecdir@
281
 
localedir = @localedir@
282
278
localstatedir = @localstatedir@
283
279
mandir = @mandir@
284
280
mkdir_p = @mkdir_p@
285
281
oldincludedir = @oldincludedir@
286
 
pdfdir = @pdfdir@
287
282
po_SUBDIR_included_FALSE = @po_SUBDIR_included_FALSE@
288
283
po_SUBDIR_included_TRUE = @po_SUBDIR_included_TRUE@
289
284
prefix = @prefix@
290
285
program_transform_name = @program_transform_name@
291
 
psdir = @psdir@
292
286
qt_includes = @qt_includes@
293
287
qt_libraries = @qt_libraries@
294
288
sbindir = @sbindir@
322
316
#>-           exit 1;; \
323
317
#>-       esac; \
324
318
#>-     done; \
325
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  keep/icons/Makefile'; \
 
319
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  keep/icons/Makefile'; \
326
320
#>-     cd $(top_srcdir) && \
327
 
#>-       $(AUTOMAKE) --gnu  keep/icons/Makefile
 
321
#>-       $(AUTOMAKE) --foreign  keep/icons/Makefile
328
322
#>+ 12
329
323
        @for dep in $?; do \
330
324
          case '$(am__configure_deps)' in \
334
328
              exit 1;; \
335
329
          esac; \
336
330
        done; \
337
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  keep/icons/Makefile'; \
 
331
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  keep/icons/Makefile'; \
338
332
        cd $(top_srcdir) && \
339
 
          $(AUTOMAKE) --gnu  keep/icons/Makefile
 
333
          $(AUTOMAKE) --foreign  keep/icons/Makefile
340
334
        cd $(top_srcdir) && perl admin/am_edit keep/icons/Makefile.in
341
335
.PRECIOUS: Makefile
342
336
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
551
545
              exit 1;; \
552
546
          esac; \
553
547
        done; \
554
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  keep/icons/Makefile'; \
 
548
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  keep/icons/Makefile'; \
555
549
        cd $(top_srcdir) && \
556
 
          $(AUTOMAKE) --gnu  keep/icons/Makefile
 
550
          $(AUTOMAKE) --foreign  keep/icons/Makefile
557
551
        cd $(top_srcdir) && perl admin/am_edit keep/icons/Makefile.in
558
552
 
559
553