~ubuntu-branches/ubuntu/karmic/kaffeine/karmic

« back to all changes in this revision

Viewing changes to kaffeine/protocols/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2008-01-22 13:50:29 UTC
  • mfrom: (1.3.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080122135029-zc52zvfzp99m6brl
Tags: 0.8.6-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
LIB_XTEST = @LIB_XTEST@
187
187
LN_S = @LN_S@
188
188
LTLIBOBJS = @LTLIBOBJS@
189
 
MAINT = @MAINT@
190
 
MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
191
 
MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
192
189
MAKEINFO = @MAKEINFO@
193
190
MAKEKDEWIDGETS = @MAKEKDEWIDGETS@
194
191
MCOPIDL = @MCOPIDL@
212
209
QT_INCLUDES = @QT_INCLUDES@
213
210
QT_LDFLAGS = @QT_LDFLAGS@
214
211
RANLIB = @RANLIB@
215
 
SED = @SED@
216
212
SET_MAKE = @SET_MAKE@
217
213
SHELL = @SHELL@
218
214
STRIP = @STRIP@
332
328
with_lame_TRUE = @with_lame_TRUE@
333
329
with_oggvorbis_FALSE = @with_oggvorbis_FALSE@
334
330
with_oggvorbis_TRUE = @with_oggvorbis_TRUE@
 
331
with_xcb_FALSE = @with_xcb_FALSE@
 
332
with_xcb_TRUE = @with_xcb_TRUE@
335
333
x_includes = @x_includes@
336
334
x_libraries = @x_libraries@
337
335
xdg_appsdir = @xdg_appsdir@
343
341
all: docs-am  all-am
344
342
 
345
343
.SUFFIXES:
346
 
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
 
344
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
347
345
#>-     @for dep in $?; do \
348
346
#>-       case '$(am__configure_deps)' in \
349
347
#>-         *$$dep*) \
352
350
#>-           exit 1;; \
353
351
#>-       esac; \
354
352
#>-     done; \
355
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kaffeine/protocols/Makefile'; \
 
353
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kaffeine/protocols/Makefile'; \
356
354
#>-     cd $(top_srcdir) && \
357
 
#>-       $(AUTOMAKE) --foreign  kaffeine/protocols/Makefile
 
355
#>-       $(AUTOMAKE) --gnu  kaffeine/protocols/Makefile
358
356
#>+ 12
359
357
        @for dep in $?; do \
360
358
          case '$(am__configure_deps)' in \
364
362
              exit 1;; \
365
363
          esac; \
366
364
        done; \
367
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kaffeine/protocols/Makefile'; \
 
365
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kaffeine/protocols/Makefile'; \
368
366
        cd $(top_srcdir) && \
369
 
          $(AUTOMAKE) --foreign  kaffeine/protocols/Makefile
 
367
          $(AUTOMAKE) --gnu  kaffeine/protocols/Makefile
370
368
        cd $(top_srcdir) && perl admin/am_edit kaffeine/protocols/Makefile.in
371
369
.PRECIOUS: Makefile
372
370
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
381
379
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
382
380
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
383
381
 
384
 
$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
 
382
$(top_srcdir)/configure:  $(am__configure_deps)
385
383
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
386
 
$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
 
384
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
387
385
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
388
386
 
389
387
mostlyclean-libtool:
546
544
              exit 1;; \
547
545
          esac; \
548
546
        done; \
549
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kaffeine/protocols/Makefile'; \
 
547
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kaffeine/protocols/Makefile'; \
550
548
        cd $(top_srcdir) && \
551
 
          $(AUTOMAKE) --foreign  kaffeine/protocols/Makefile
 
549
          $(AUTOMAKE) --gnu  kaffeine/protocols/Makefile
552
550
        cd $(top_srcdir) && perl admin/am_edit kaffeine/protocols/Makefile.in
553
551
 
554
552