~ubuntu-branches/ubuntu/edgy/kopete/edgy-updates

« back to all changes in this revision

Viewing changes to kopete/protocols/irc/icons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Mercatante
  • Date: 2006-10-09 14:55:32 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20061009145532-91lvzoe1hag8d6hq
Tags: 4:3.5.5+kopete0.12.3-0ubuntu1
* New upstream release
* Removed obsolete kubuntu_02_hostname_for_freenode.diff

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
47
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
48
 
CONFIG_HEADER = $(top_builddir)/config.h
 
48
CONFIG_HEADER = $(top_builddir)/config.h \
 
49
        $(top_builddir)/kopete/protocols/gadu/libgadu/libgadu-config.h
49
50
CONFIG_CLEAN_FILES =
50
51
SOURCES =
51
52
DIST_SOURCES =
381
382
#>-           exit 1;; \
382
383
#>-       esac; \
383
384
#>-     done; \
384
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/irc/icons/Makefile'; \
 
385
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/irc/icons/Makefile'; \
385
386
#>-     cd $(top_srcdir) && \
386
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/irc/icons/Makefile
 
387
#>-       $(AUTOMAKE) --foreign  kopete/protocols/irc/icons/Makefile
387
388
#>+ 12
388
389
        @for dep in $?; do \
389
390
          case '$(am__configure_deps)' in \
393
394
              exit 1;; \
394
395
          esac; \
395
396
        done; \
396
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/irc/icons/Makefile'; \
 
397
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/irc/icons/Makefile'; \
397
398
        cd $(top_srcdir) && \
398
 
          $(AUTOMAKE) --gnu  kopete/protocols/irc/icons/Makefile
 
399
          $(AUTOMAKE) --foreign  kopete/protocols/irc/icons/Makefile
399
400
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/irc/icons/Makefile.in
400
401
.PRECIOUS: Makefile
401
402
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
598
599
              exit 1;; \
599
600
          esac; \
600
601
        done; \
601
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/irc/icons/Makefile'; \
 
602
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/irc/icons/Makefile'; \
602
603
        cd $(top_srcdir) && \
603
 
          $(AUTOMAKE) --gnu  kopete/protocols/irc/icons/Makefile
 
604
          $(AUTOMAKE) --foreign  kopete/protocols/irc/icons/Makefile
604
605
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/irc/icons/Makefile.in
605
606
 
606
607