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

« back to all changes in this revision

Viewing changes to kopete/protocols/oscar/icq/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:
47
47
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48
48
        $(ACLOCAL_M4)
49
49
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
50
 
CONFIG_HEADER = $(top_builddir)/config.h
 
50
CONFIG_HEADER = $(top_builddir)/config.h \
 
51
        $(top_builddir)/kopete/protocols/gadu/libgadu/libgadu-config.h
51
52
CONFIG_CLEAN_FILES =
52
53
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
53
54
am__vpath_adj = case $$p in \
71
72
        icqprotocol.lo
72
73
@KDE_USE_FINAL_FALSE@kopete_icq_la_OBJECTS = $(kopete_icq_la_nofinal_OBJECTS)
73
74
@KDE_USE_FINAL_TRUE@kopete_icq_la_OBJECTS = $(kopete_icq_la_final_OBJECTS)
74
 
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
 
75
DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir) -I$(top_builddir)/kopete/protocols/gadu/libgadu
75
76
depcomp = $(SHELL) $(top_srcdir)/admin/depcomp
76
77
am__depfiles_maybe = depfiles
77
78
#>- CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
465
466
#>-           exit 1;; \
466
467
#>-       esac; \
467
468
#>-     done; \
468
 
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/oscar/icq/Makefile'; \
 
469
#>-     echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/oscar/icq/Makefile'; \
469
470
#>-     cd $(top_srcdir) && \
470
 
#>-       $(AUTOMAKE) --gnu  kopete/protocols/oscar/icq/Makefile
 
471
#>-       $(AUTOMAKE) --foreign  kopete/protocols/oscar/icq/Makefile
471
472
#>+ 12
472
473
        @for dep in $?; do \
473
474
          case '$(am__configure_deps)' in \
477
478
              exit 1;; \
478
479
          esac; \
479
480
        done; \
480
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/oscar/icq/Makefile'; \
 
481
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/oscar/icq/Makefile'; \
481
482
        cd $(top_srcdir) && \
482
 
          $(AUTOMAKE) --gnu  kopete/protocols/oscar/icq/Makefile
 
483
          $(AUTOMAKE) --foreign  kopete/protocols/oscar/icq/Makefile
483
484
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/oscar/icq/Makefile.in
484
485
.PRECIOUS: Makefile
485
486
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
960
961
              exit 1;; \
961
962
          esac; \
962
963
        done; \
963
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  kopete/protocols/oscar/icq/Makefile'; \
 
964
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  kopete/protocols/oscar/icq/Makefile'; \
964
965
        cd $(top_srcdir) && \
965
 
          $(AUTOMAKE) --gnu  kopete/protocols/oscar/icq/Makefile
 
966
          $(AUTOMAKE) --foreign  kopete/protocols/oscar/icq/Makefile
966
967
        cd $(top_srcdir) && perl admin/am_edit kopete/protocols/oscar/icq/Makefile.in
967
968
 
968
969